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

/vbox/src/VBox/Devices/Storage/
H A DDevBusLogic.cpp489 # define BL_STAT_INREQ RT_BIT(5) /* Initialization Required. */ macro
1087 pBusLogic->regStatus = BL_STAT_HARDY | BL_STAT_INREQ;
1914 pBusLogic->regStatus &= ~BL_STAT_INREQ;
1933 pBusLogic->regStatus &= ~BL_STAT_INREQ;
3500 if (pThis->regStatus & BL_STAT_INREQ)
3520 if (fVerbose && (pThis->regStatus & BL_STAT_INREQ) == 0)

Completed in 53 milliseconds