Searched refs:fAccessible (Results 1 - 6 of 6) sorted by relevance

/vbox/src/VBox/Main/src-client/
H A DVirtualBoxClientImpl.cpp197 BOOL fAccessible = FALSE; local
198 HRESULT rc = aMachine->COMGETTER(Accessible)(&fAccessible);
201 else if (!fAccessible)
/vbox/src/VBox/Frontends/VBoxAutostart/
H A DVBoxAutostartStart.cpp96 BOOL fAccessible; local
97 CHECK_ERROR_BREAK(machines[i], COMGETTER(Accessible)(&fAccessible));
98 if (!fAccessible)
H A DVBoxAutostartStop.cpp129 BOOL fAccessible; local
130 CHECK_ERROR_BREAK(machines[i], COMGETTER(Accessible)(&fAccessible));
131 if (!fAccessible)
/vbox/src/VBox/Frontends/VBoxBalloonCtrl/
H A DVBoxWatchdog.cpp572 BOOL fAccessible; local
573 CHECK_ERROR_BREAK(machines[i], COMGETTER(Accessible)(&fAccessible));
574 if (!fAccessible)
/vbox/src/VBox/Frontends/VBoxManage/
H A DVBoxManageInfo.cpp461 BOOL fAccessible; local
462 CHECK_ERROR2_RET(machine, COMGETTER(Accessible)(&fAccessible), hrcCheck);
463 if (!fAccessible)
/vbox/src/VBox/VMM/VMMAll/
H A DIEMAllCImpl.cpp.h4199 bool fAccessible = true; local
4207 fAccessible = false;
4213 fAccessible = false;
4220 fAccessible = false;
4222 fAccessible = false;
4228 fAccessible = false;
4233 pIemCpu->CTX_SUFF(pCtx)->eflags.Bits.u1ZF = fAccessible;

Completed in 57 milliseconds