Searched refs:attached_lun (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/tools/tools/vhba/
H A Dvhba.c253 int i, attached_lun; local
263 attached_lun = 1;
265 attached_lun = 0;
269 attached_lun = 0;
272 if (attached_lun == 0 && cdb[0] != INQUIRY && cdb[0] != REPORT_LUNS && cdb[0] != REQUEST_SENSE) {
305 if (attached_lun == 0) {
/freebsd-13-stable/tools/tools/vhba/rptluns/
H A Dvhba_rptluns.c125 int i, attached_lun = 0; local
142 attached_lun = 1;
145 if (attached_lun == 0 && cdb[0] != INQUIRY && cdb[0] != REPORT_LUNS && cdb[0] != REQUEST_SENSE) {

Completed in 86 milliseconds