Searched refs:RTHandleTableAllocWithCtx (Results 1 - 8 of 8) sorted by relevance

/vbox/include/iprt/
H A Dhandletable.h119 * or RTHandleTableAllocWithCtx calls will fail. Note that this
212 RTDECL(int) RTHandleTableAllocWithCtx(RTHANDLETABLE hHandleTable, void *pvObj, void *pvCtx, uint32_t *ph);
H A Dmangling.h639 # define RTHandleTableAllocWithCtx RT_MANGLER(RTHandleTableAllocWithCtx) macro
/vbox/src/VBox/Runtime/common/misc/
H A Dhandletablectx.cpp45 RTDECL(int) RTHandleTableAllocWithCtx(RTHANDLETABLE hHandleTable, void *pvObj, void *pvCtx, uint32_t *ph) function
214 RT_EXPORT_SYMBOL(RTHandleTableAllocWithCtx); variable
/vbox/src/VBox/Runtime/testcase/
H A DtstHandleTable.cpp87 rc = RTHandleTableAllocWithCtx(hHT, (void *)((uintptr_t)&i + (uintptr_t)i * 4), NULL, &h);
209 rc = RTHandleTableAllocWithCtx(hHT, (void *)((uintptr_t)&i + (uintptr_t)hExpect * 4), NULL, &h);
330 int rc = RTHandleTableAllocWithCtx(hHT, pvUser, hThread, &pah[i]);
333 RTPrintf("tstHandleTable: FAILURE (%d) - t=%d i=%d: RTHandleTableAllocWithCtx failed, rc=%Rrc\n",
/vbox/src/VBox/HostDrivers/Support/
H A DSUPDrvSem.cpp88 rc = RTHandleTableAllocWithCtx(pSession->hHandleTable, pvObj, SUPDRV_HANDLE_CTX_EVENT, &h32);
260 rc = RTHandleTableAllocWithCtx(pSession->hHandleTable, pvObj, SUPDRV_HANDLE_CTX_EVENT_MULTI, &h32);
H A DSUPDrv.cpp223 { "RTHandleTableAllocWithCtx", (void *)RTHandleTableAllocWithCtx },
/vbox/src/VBox/Devices/Bus/
H A DSrvPciRawR0.cpp587 rc = RTHandleTableAllocWithCtx(g_State.hHtDevs, pNew, pSession, &hHandle);
/vbox/src/VBox/Devices/Network/
H A DSrvIntNetR0.cpp4937 rc = RTHandleTableAllocWithCtx(pNetwork->pIntNet->hHtIfs, pIf, pSession, (uint32_t *)&pIf->hIf);

Completed in 3602 milliseconds