Home
last modified time | relevance | path

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

/dragonfly/sys/dev/disk/amd/
H A Damd.h278 #define ABORT_DEV_ BIT(0) macro
H A Damd.c1567 if (pDCB->DCBFlag & ABORT_DEV_) {
/dragonfly/sys/dev/disk/trm/
H A Dtrm.h322 #define ABORT_DEV_ 0x00000001 macro
H A Dtrm.c1341 if (pDCB->DCBFlag & ABORT_DEV_) in trm_Interrupt()
1382 if ((pDCB->DCBFlag & ABORT_DEV_) && in trm_MsgOutPhase1()
1994 if (pDCB->DCBFlag & ABORT_DEV_) { in trm_MsgInPhase0()
2448 if (pDCB->DCBFlag & ABORT_DEV_) { in trm_Reselect()