Home
last modified time | relevance | path

Searched refs:fru (Results 1 – 5 of 5) sorted by relevance

/dragonfly/sys/dev/disk/sbp/
H A Dsbp.h182 uint8_t fru; member
H A Dsbp.c1460 sense->fru = sbp_cmd_status->fru; in sbp_scsi_status()
/dragonfly/sys/bus/cam/scsi/
H A Dscsi_targ_bh.c120 /*extra_len*/offsetof(struct scsi_sense_data, fru)
127 static const int request_sense_size = offsetof(struct scsi_sense_data, fru);
H A Dscsi_all.h945 u_int8_t fru; member
H A Dscsi_all.c3225 if (sense->extra_len >= 7 && sense->fru) { in scsi_sense_sbuf()
3227 sense->fru); in scsi_sense_sbuf()