Searched refs:RTHandleTableAllocWithCtx (Results 1 - 8 of 8) sorted by relevance
/vbox/include/iprt/ |
H A D | handletable.h | 119 * or RTHandleTableAllocWithCtx calls will fail. Note that this 212 RTDECL(int) RTHandleTableAllocWithCtx(RTHANDLETABLE hHandleTable, void *pvObj, void *pvCtx, uint32_t *ph);
|
H A D | mangling.h | 639 # define RTHandleTableAllocWithCtx RT_MANGLER(RTHandleTableAllocWithCtx) macro
|
/vbox/src/VBox/Runtime/common/misc/ |
H A D | handletablectx.cpp | 45 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 D | tstHandleTable.cpp | 87 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 D | SUPDrvSem.cpp | 88 rc = RTHandleTableAllocWithCtx(pSession->hHandleTable, pvObj, SUPDRV_HANDLE_CTX_EVENT, &h32); 260 rc = RTHandleTableAllocWithCtx(pSession->hHandleTable, pvObj, SUPDRV_HANDLE_CTX_EVENT_MULTI, &h32);
|
H A D | SUPDrv.cpp | 223 { "RTHandleTableAllocWithCtx", (void *)RTHandleTableAllocWithCtx },
|
/vbox/src/VBox/Devices/Bus/ |
H A D | SrvPciRawR0.cpp | 587 rc = RTHandleTableAllocWithCtx(g_State.hHtDevs, pNew, pSession, &hHandle);
|
/vbox/src/VBox/Devices/Network/ |
H A D | SrvIntNetR0.cpp | 4937 rc = RTHandleTableAllocWithCtx(pNetwork->pIntNet->hHtIfs, pIf, pSession, (uint32_t *)&pIf->hIf);
|
Completed in 332 milliseconds