Searched refs:fNoBlocking (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Devices/Network/testcase/
H A DtstIntNetR0.cpp121 INTNETR3DECL(int) SUPR0ObjAddRefEx(void *pvObj, PSUPDRVSESSION pSession, bool fNoBlocking) argument
126 NOREF(fNoBlocking);
/vbox/include/VBox/
H A Dsup.h1806 SUPR0DECL(int) SUPR0ObjAddRefEx(void *pvObj, PSUPDRVSESSION pSession, bool fNoBlocking);
/vbox/src/VBox/HostDrivers/Support/
H A DSUPDrv.cpp1338 return SUPR0ObjAddRefEx(pvObj, (PSUPDRVSESSION)pvUser, true /*fNoBlocking*/);
2657 return SUPR0ObjAddRefEx(pvObj, pSession, false /* fNoBlocking */);
2666 * @retval VERR_TRY_AGAIN if fNoBlocking was set and a new usage record
2672 * @param fNoBlocking Set if it's not OK to block. Never try to make the
2680 SUPR0DECL(int) SUPR0ObjAddRefEx(void *pvObj, PSUPDRVSESSION pSession, bool fNoBlocking) argument
2715 else if (!fNoBlocking)

Completed in 263 milliseconds