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

/freebsd-11-stable/tools/tools/vhba/mptest/
H A Dvhba_mptest.c34 static int vhba_stop_lun; variable
39 SYSCTL_INT(_debug, OID_AUTO, vhba_stop_lun, CTLFLAG_RW, &vhba_stop_lun, 0, "stop lun bitmap");
415 if (vhba_stop_lun) {
416 lun = (vhba_stop_lun & 1)? 0 : 1;
432 vhba_stop_lun &= ~(1 << lun);

Completed in 163 milliseconds