Searched defs:hHtDevs (Results 1 - 1 of 1) sorted by relevance
/vbox/src/VBox/Devices/Bus/ |
H A D | SrvPciRawR0.cpp | 54 RTHANDLETABLE hHtDevs; member in struct:PCIRAWSRVSTATE 151 rc = RTHandleTableCreateEx(&g_State.hHtDevs, RTHANDLETABLE_FLAGS_LOCKED | RTHANDLETABLE_FLAGS_CONTEXT, 164 RTHandleTableDestroy(g_State.hHtDevs, NULL, NULL); 165 g_State.hHtDevs = NIL_RTHANDLETABLE; 245 PPCIRAWDEV pDev = (PPCIRAWDEV)RTHandleTableLookupWithCtx(g_State.hHtDevs, hDev, pSession); \ 587 rc = RTHandleTableAllocWithCtx(g_State.hHtDevs, pNew, pSession, &hHandle); 620 RTHandleTableFreeWithCtx(g_State.hHtDevs, TargetDevice, pSession);
|
Completed in 1807 milliseconds