FreeBSD kernel CAM code
scsi_sense_desc_printer Struct Reference

Data Fields

uint8_t desc_type
 
void(* print_func )(struct sbuf *sb, struct scsi_sense_data *sense, u_int sense_len, uint8_t *cdb, int cdb_len, struct scsi_inquiry_data *inq_data, struct scsi_sense_desc_header *header)
 

Detailed Description

Definition at line 4729 of file scsi_all.c.

Field Documentation

◆ desc_type

uint8_t scsi_sense_desc_printer::desc_type

Definition at line 4730 of file scsi_all.c.

Referenced by scsi_sense_desc_sbuf().

◆ print_func

void(* scsi_sense_desc_printer::print_func) (struct sbuf *sb, struct scsi_sense_data *sense, u_int sense_len, uint8_t *cdb, int cdb_len, struct scsi_inquiry_data *inq_data, struct scsi_sense_desc_header *header)

Definition at line 4740 of file scsi_all.c.

Referenced by scsi_sense_desc_sbuf().


The documentation for this struct was generated from the following file: