Searched refs:SUPR0ContFree (Results 1 - 2 of 2) sorted by relevance

/vbox/include/VBox/
H A Dsup.h1813 SUPR0DECL(int) SUPR0ContFree(PSUPDRVSESSION pSession, RTHCUINTPTR uPtr);
/vbox/src/VBox/HostDrivers/Support/
H A DSUPDrv.cpp160 { "SUPR0ContFree", (void *)SUPR0ContFree },
1619 pReq->Hdr.rc = SUPR0ContFree(pSession, (RTHCUINTPTR)pReq->u.In.pvR3);
3085 SUPR0DECL(int) SUPR0ContFree(PSUPDRVSESSION pSession, RTHCUINTPTR uPtr) function
3087 LogFlow(("SUPR0ContFree: pSession=%p uPtr=%p\n", pSession, (void *)uPtr));

Completed in 76 milliseconds