Searched defs:hEvtProcess (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/Storage/
H A DDevLsiLogicSCSI.cpp366 SUPSEMEVENT hEvtProcess; member in struct:LSILOGICSCSI
1297 int rc = SUPSemEventSignal(pThis->pSupDrvSession, pThis->hEvtProcess);
3716 rc = SUPSemEventSignal(pThis->pSupDrvSession, pThis->hEvtProcess);
4174 rc = SUPSemEventWaitNoResume(pThis->pSupDrvSession, pThis->hEvtProcess, RT_INDEFINITE_WAIT);
4289 return SUPSemEventSignal(pThis->pSupDrvSession, pThis->hEvtProcess);
5229 if (pThis->hEvtProcess != NIL_SUPSEMEVENT)
5231 SUPSemEventClose(pThis->pSupDrvSession, pThis->hEvtProcess);
5232 pThis->hEvtProcess = NIL_SUPSEMEVENT;
5254 pThis->hEvtProcess = NIL_SUPSEMEVENT;
5481 rc = SUPSemEventCreate(pThis->pSupDrvSession, &pThis->hEvtProcess);
[all...]
H A DDevAHCI.cpp536 SUPSEMEVENT hEvtProcess; member in struct:AHCIPort
1140 int rc = SUPSemEventSignal(pAhci->pSupDrvSession, pAhciPort->hEvtProcess);
1406 int rc = SUPSemEventSignal(ahci->pSupDrvSession, pAhciPort->hEvtProcess);
6595 rc = SUPSemEventSignal(pThis->pSupDrvSession, pAhciPort->hEvtProcess);
6629 rc = SUPSemEventWaitNoResume(pAhci->pSupDrvSession, pAhciPort->hEvtProcess, RT_INDEFINITE_WAIT);
6894 return SUPSemEventSignal(pThis->pSupDrvSession, pAhciPort->hEvtProcess);
7980 rc = SUPSemEventCreate(pThis->pSupDrvSession, &pAhciPort->hEvtProcess);
8125 if (pAhciPort->hEvtProcess != NIL_SUPSEMEVENT)
8127 SUPSemEventClose(pThis->pSupDrvSession, pAhciPort->hEvtProcess);
8128 pAhciPort->hEvtProcess
[all...]

Completed in 82 milliseconds