Searched refs:fBootable (Results 1 - 11 of 11) sorted by relevance

/vbox/src/VBox/Main/include/
H A DStorageControllerImpl.h39 bool fBootable);
55 void i_setBootable(BOOL fBootable);
/vbox/src/VBox/Main/src-server/
H A DStorageControllerImpl.cpp52 fBootable(false),
72 BOOL fBootable; member in struct:BackupableStorageControllerData
133 ULONG aInstance, bool fBootable)
169 m->bd->fBootable = fBootable;
613 HRESULT StorageController::getBootable(BOOL *fBootable) argument
620 *fBootable = m->bd->fBootable;
724 return !!m->bd->fBootable;
757 void StorageController::i_setBootable(BOOL fBootable) argument
130 init(Machine *aParent, const Utf8Str &aName, StorageBus_T aStorageBus, ULONG aInstance, bool fBootable) argument
[all...]
H A DMachineImpl.cpp6035 bool fBootable = true; local
6049 fBootable = false;
6053 rc = ctrl->init(this, aName, aConnectionType, ulInstance, fBootable);
9127 ctlData.fBootable);
10402 ctl.fBootable = pCtl->i_getBootable();
/vbox/include/VBox/
H A Dsettings.h1055 fBootable(true),
1070 bool fBootable; member in struct:settings::StorageController
/vbox/src/VBox/Frontends/VBoxManage/
H A DVBoxManageInfo.cpp799 BOOL fBootable = FALSE; local
865 storageCtl->COMGETTER(Bootable)(&fBootable);
867 RTPrintf("storagecontrollerbootable%u=\"%s\"\n", i, fBootable ? "on" : "off");
869 RTPrintf("Storage Controller Bootable (%u): %s\n", i, fBootable ? "on" : "off");
/vbox/src/VBox/Main/src-client/
H A DConsoleImpl2.cpp2164 BOOL fBootable; local
2165 rc = ctrls[i]->COMGETTER(Bootable)(&fBootable); H();
2199 InsertConfigInteger(pCfg, "Bootable", fBootable);
2223 InsertConfigInteger(pCfg, "Bootable", fBootable);
2250 InsertConfigInteger(pCfg, "Bootable", fBootable);
2314 InsertConfigInteger(pCfg, "Bootable", fBootable);
/vbox/src/VBox/Devices/Storage/
H A DDevBusLogic.cpp3888 bool fBootable = true; local
3938 rc = CFGMR3QueryBoolDef(pCfg, "Bootable", &fBootable, true);
3942 Log(("%s: fBootable=%RTbool\n", __FUNCTION__, fBootable));
3980 if (fBootable)
H A DDevLsiLogicSCSI.cpp5334 bool fBootable;
5335 rc = CFGMR3QueryBoolDef(pCfg, "Bootable", &fBootable, true);
5339 Log(("%s: Bootable=%RTbool\n", __FUNCTION__, fBootable));
5551 if (fBootable)
H A DDevAHCI.cpp696 bool fBootable; member in struct:AHCI
8206 rc = CFGMR3QueryBoolDef(pCfg, "Bootable", &pThis->fBootable, true);
/vbox/src/VBox/Devices/testcase/
H A DtstDeviceStructSizeRC.cpp1419 GEN_CHECK_OFF(AHCI, fBootable);
/vbox/src/VBox/Main/xml/
H A DSettings.cpp3492 pelmController->getAttributeValue("Bootable", sctl.fBootable);
5030 pelmController->setAttribute("Bootable", sc.fBootable);

Completed in 452 milliseconds