Searched refs:NIL_SUPSEMEVENT (Results 1 - 11 of 11) sorted by relevance
/vbox/src/VBox/HostDrivers/Support/testcase/ |
H A D | tstSupSem-Zombie.cpp | 125 SUPSEMEVENT hEvent = NIL_SUPSEMEVENT; 129 SUPSEMEVENTMULTI hEventMulti = NIL_SUPSEMEVENT;
|
H A D | tstSupSem.cpp | 115 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 D | SUPLibSem.cpp | 115 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 D | SUPDrvSem.cpp | 112 if (hEvent == NIL_SUPSEMEVENT)
|
H A D | SUPDrv.cpp | 2071 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 D | DrvDedicatedNic.cpp | 476 pThis->hXmitEvt = NIL_SUPSEMEVENT;
|
H A D | DrvIntNet.cpp | 1255 if (pThis->hXmitEvt != NIL_SUPSEMEVENT) 1258 pThis->hXmitEvt = NIL_SUPSEMEVENT; 1358 pThis->hXmitEvt = NIL_SUPSEMEVENT;
|
/vbox/include/VBox/ |
H A D | sup.h | 779 #define NIL_SUPSEMEVENT ((SUPSEMEVENT)0) macro
|
/vbox/src/VBox/Devices/Storage/ |
H A D | DevLsiLogicSCSI.cpp | 5229 if (pThis->hEvtProcess != NIL_SUPSEMEVENT) 5232 pThis->hEvtProcess = NIL_SUPSEMEVENT; 5254 pThis->hEvtProcess = NIL_SUPSEMEVENT;
|
H A D | DevAHCI.cpp | 8125 if (pAhciPort->hEvtProcess != NIL_SUPSEMEVENT) 8128 pAhciPort->hEvtProcess = NIL_SUPSEMEVENT; 8285 pAhciPort->hEvtProcess = NIL_SUPSEMEVENT;
|
/vbox/src/VBox/Devices/Graphics/ |
H A D | DevVGA-SVGA.cpp | 3834 if (pThis->svga.FIFORequestSem != NIL_SUPSEMEVENT) 3837 pThis->svga.FIFORequestSem = NIL_SUPSEMEVENT;
|
Completed in 127 milliseconds