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

/vbox/src/VBox/VMM/tools/
H A DVBoxVMMPreload.cpp78 bool fAll = true; local
92 if (fAll)
94 fAll = false;
/vbox/src/VBox/VMM/VMMR3/
H A DPGMHandler.cpp548 bool fAll = strstr(pszArgs, "all") != NULL; local
549 fPhysical = fAll || strstr(pszArgs, "phys") != NULL;
550 fVirtual = fAll || strstr(pszArgs, "virt") != NULL;
551 fHyper = fAll || strstr(pszArgs, "hyper")!= NULL;
H A DPDM.cpp2792 bool fAll = !pszArgs || !*pszArgs || !strcmp(pszArgs, "all"); local
2793 bool fDevices = fAll || !strcmp(pszArgs, "devices");
2794 bool fUsbDevs = fAll || !strcmp(pszArgs, "usb");
2795 bool fDrivers = fAll || !strcmp(pszArgs, "drivers");
/vbox/src/VBox/Debugger/
H A DDBGCEmulateCodeView.cpp2029 bool fAll = pCmd->pszCmd[2] == 'a'; local
2088 else if ( fAll
2106 if (!fAll)
2153 bool fAll = pCmd->pszCmd[2] == 'a'; local
2193 if (!fAll && !fSingle)
2214 if (fAll || fSingle || u.Prot.Gen.u1Present)
2218 if (fAll || fSingle || u.Long.Gen.u1Present)
/vbox/src/VBox/Storage/testcase/
H A DtstVDIo.cpp1344 bool fAll = false; local
1351 fAll = true;
1353 fAll = false;
1361 if ( fAll
1373 if (fAll)
/vbox/src/VBox/Devices/Graphics/
H A DDevVGA.cpp4236 bool fAll = true; local
4240 fAll = true;
4242 fAll = false;
4284 if (fAll) {

Completed in 92 milliseconds