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

/vbox/include/VBox/
H A Dsup.h181 /** The MSR value prior to the modifications. Valid if fBeforeGp is false */
183 /** The value that was written. Valid if fBeforeGp is false */
188 bool fBeforeGp; member in struct:SUPMSRPROBERMODIFYRESULT
190 * This is set when fBeforeGp is true. */
193 * This is set when fBeforeGp is true. */
196 * This is set when fBeforeGp is true. */
/vbox/src/VBox/HostDrivers/Support/win/
H A DSUPDrv-win.cpp2100 bool fBeforeGp = true; local
2117 fBeforeGp = false;
2121 fBeforeGp = true;
2123 if (!fBeforeGp)
2181 pReq->u.Out.uResults.Modify.fBeforeGp = fBeforeGp;

Completed in 59 milliseconds