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

/vbox/src/VBox/Additions/common/VBoxGuest/
H A DVBoxGuest.cpp374 VMMDevReportGuestStatus *pReq2 = NULL; local
375 int rc = VbglGRAlloc((VMMDevRequestHeader **)&pReq2, sizeof(*pReq2), VMMDevReq_ReportGuestStatus);
379 pReq2->guestStatus.facility = VBoxGuestFacilityType_VBoxGuestDriver;
380 pReq2->guestStatus.status = fActive ?
383 pReq2->guestStatus.flags = 0;
384 rc = VbglGRPerform(&pReq2->header);
389 VbglGRFree(&pReq2->header);

Completed in 59 milliseconds