Home
last modified time | relevance | path

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

/freebsd/tools/tools/vhba/mptest/
H A Dvhba_mptest.c37 static int vhba_inject_hwerr = 0; variable
42 SYSCTL_INT(_debug, OID_AUTO, vhba_inject_hwerr, CTLFLAG_RW, &vhba_inject_hwerr, 0, "inject hardware…
150 …if (vhba_inject_hwerr && csio->ccb_h.target_lun < MAX_LUN && vhbas->luns[csio->ccb_h.target_lun] =… in mptest_act()