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

/vbox/src/VBox/HostDrivers/Support/testcase/
H A DtstSupSem-Zombie.cpp125 SUPSEMEVENT hEvent = NIL_SUPSEMEVENT;
129 SUPSEMEVENTMULTI hEventMulti = NIL_SUPSEMEVENT;
H A DtstSupSem.cpp115 SUPSEMEVENT hEvent = NIL_SUPSEMEVENT;
144 RTTESTI_CHECK_RC(SUPSemEventClose(pSession, NIL_SUPSEMEVENT), VINF_SUCCESS);
147 SUPSEMEVENTMULTI hEventMulti = NIL_SUPSEMEVENT;
/vbox/src/VBox/HostDrivers/Support/
H A DSUPLibSem.cpp115 int rc = supSemOp3(pSession, SUP_SEM_TYPE_EVENT, (uintptr_t)NIL_SUPSEMEVENT, SUPSEMOP3_CREATE, &Req);
124 if (hEvent == NIL_SUPSEMEVENT)
157 int rc = supSemOp3(pSession, SUP_SEM_TYPE_EVENT, (uintptr_t)NIL_SUPSEMEVENT, SUPSEMOP3_GET_RESOLUTION, &Req);
H A DSUPDrvSem.cpp112 if (hEvent == NIL_SUPSEMEVENT)
H A DSUPDrv.cpp2071 REQ_CHECK_EXPR(SUP_IOCTL_SEM_OP3, hEvent == NIL_SUPSEMEVENT);
2076 REQ_CHECK_EXPR(SUP_IOCTL_SEM_OP3, hEvent == NIL_SUPSEMEVENT);
/vbox/src/VBox/Devices/Network/
H A DDrvDedicatedNic.cpp476 pThis->hXmitEvt = NIL_SUPSEMEVENT;
H A DDrvIntNet.cpp1255 if (pThis->hXmitEvt != NIL_SUPSEMEVENT)
1258 pThis->hXmitEvt = NIL_SUPSEMEVENT;
1358 pThis->hXmitEvt = NIL_SUPSEMEVENT;
/vbox/include/VBox/
H A Dsup.h779 #define NIL_SUPSEMEVENT ((SUPSEMEVENT)0) macro
/vbox/src/VBox/Devices/Storage/
H A DDevLsiLogicSCSI.cpp5229 if (pThis->hEvtProcess != NIL_SUPSEMEVENT)
5232 pThis->hEvtProcess = NIL_SUPSEMEVENT;
5254 pThis->hEvtProcess = NIL_SUPSEMEVENT;
H A DDevAHCI.cpp8125 if (pAhciPort->hEvtProcess != NIL_SUPSEMEVENT)
8128 pAhciPort->hEvtProcess = NIL_SUPSEMEVENT;
8285 pAhciPort->hEvtProcess = NIL_SUPSEMEVENT;
/vbox/src/VBox/Devices/Graphics/
H A DDevVGA-SVGA.cpp3834 if (pThis->svga.FIFORequestSem != NIL_SUPSEMEVENT)
3837 pThis->svga.FIFORequestSem = NIL_SUPSEMEVENT;

Completed in 127 milliseconds