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

/vbox/include/iprt/
H A Dhandletable.h68 * Callback for deleting a left over object during RTHandleTableDestroy.
153 RTDECL(int) RTHandleTableDestroy(RTHANDLETABLE hHandleTable, PFNRTHANDLETABLEDELETE pfnDelete, void *pvUser);
H A Dmangling.h642 # define RTHandleTableDestroy RT_MANGLER(RTHandleTableDestroy) macro
/vbox/src/VBox/Runtime/common/misc/
H A Dhandletable.cpp132 RTDECL(int) RTHandleTableDestroy(RTHANDLETABLE hHandleTable, PFNRTHANDLETABLEDELETE pfnDelete, void *pvUser) function
223 RT_EXPORT_SYMBOL(RTHandleTableDestroy); variable
/vbox/src/VBox/Runtime/testcase/
H A DtstHandleTable.cpp287 rc = RTHandleTableDestroy(hHT,
292 RTPrintf("tstHandleTable: FAILURE (%d) - RTHandleTableDestroy failed, %Rrc!\n", __LINE__, rc);
435 rc = RTHandleTableDestroy(hHT, NULL, NULL);
438 RTPrintf("tstHandleTable: FAILURE (%d) - RTHandleTableDestroy failed, %Rrc!\n", __LINE__, rc);
/vbox/src/VBox/Devices/Bus/
H A DSrvPciRawR0.cpp164 RTHandleTableDestroy(g_State.hHtDevs, NULL, NULL);
/vbox/src/VBox/HostDrivers/Support/
H A DSUPDrv.cpp226 { "RTHandleTableDestroy", (void *)RTHandleTableDestroy },
810 rc = RTHandleTableDestroy(pSession->hHandleTable, supdrvSessionObjHandleDelete, pSession);
1326 * RTHandleTableDestroy callback used by supdrvCleanupSession.
1343 * RTHandleTableDestroy callback used by supdrvCleanupSession.
/vbox/src/VBox/Devices/Network/
H A DSrvIntNetR0.cpp6365 RTHandleTableDestroy(pIntNet->hHtIfs, NULL, NULL);

Completed in 110 milliseconds