Searched defs:vbgdReportDriverStatus (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Additions/common/VBoxGuest/
H A DVBoxGuest.cpp369 static int vbgdReportDriverStatus(bool fActive) function
376 Log(("vbgdReportDriverStatus: VbglGRAlloc VMMDevReportGuestStatus completed with rc=%Rrc\n", rc));
385 Log(("vbgdReportDriverStatus: VbglGRPerform VMMDevReportGuestStatus completed with fActive=%d, rc=%Rrc\n",
893 rc = vbgdReportDriverStatus(true /* Driver is active */);
1080 rc = vbgdReportDriverStatus(true /* Driver is active */);

Completed in 85 milliseconds