Searched refs:periph_qual (Results 1 - 2 of 2) sorted by path

/freebsd-11-stable/sys/cam/ata/
H A Data_xpt.c1171 u_int8_t periph_qual, len; local
1175 periph_qual = SID_QUAL(inq_buf);
1177 if (periph_qual != SID_QUAL_LU_CONNECTED &&
1178 periph_qual != SID_QUAL_LU_OFFLINE)
/freebsd-11-stable/sys/cam/scsi/
H A Dscsi_xpt.c1195 u_int8_t periph_qual; local
1201 periph_qual = SID_QUAL(inq_buf);
1203 if (periph_qual == SID_QUAL_LU_CONNECTED ||
1204 periph_qual == SID_QUAL_LU_OFFLINE) {

Completed in 118 milliseconds