Searched refs:Enabled (Results 76 - 100 of 100) sorted by relevance

1234

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Common/
H A DDscClassObject.py216 and Enabled > -1""" % (self.TblDsc.Table, MODEL_META_DATA_HEADER, self.FileID)
964 (Value1, Value2, Value3, Model, StartColumn, EndColumn, Enabled) = ('', '', '', -1, -1, -1, 0)
986 self.TblDsc.Insert(Model, Value1, Value2, Value3, ArchList, BelongsToItem, self.FileID, PreviousIf[1], StartColumn, EndLine, EndColumn, Enabled)
1001 self.TblDsc.Insert(Model, Value1, Value2, Value3, ArchList, BelongsToItem, self.FileID, PreviousIf[1], StartColumn, EndLine, EndColumn, Enabled)
1008 self.TblDsc.Insert(Model, Value1, Value2, Value3, ArchList, BelongsToItem, self.FileID, PreviousIf[1], StartColumn, EndLine, EndColumn, Enabled)
1148 and A.Enabled = 0
1152 and B.Enabled = 0
1164 SqlCommand = """Update %s set Enabled = -1 where StartLine >= %s and EndLine <= %s""" % (self.TblDsc.Table, Record[0], Record[1])
1172 and A.Enabled = 0
1176 and B.Enabled
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/IScsiDxe/
H A DIScsiConfigVfr.vfr138 oneof varid = ISCSI_CONFIG_IFR_NVDATA.Enabled,
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dmsinkaut.idl941 [id(0x00000001), propget] HRESULT Enabled(
943 [id(0x00000001), propput] HRESULT Enabled(
966 [out, retval] VARIANT_BOOL* Enabled);
968 [in] VARIANT_BOOL Enabled);
H A Dnetcon.idl168 HRESULT Enabled([out, retval] VARIANT_BOOL *pbool);
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dmsinkaut.idl941 [id(0x00000001), propget] HRESULT Enabled(
943 [id(0x00000001), propput] HRESULT Enabled(
966 [out, retval] VARIANT_BOOL* Enabled);
968 [in] VARIANT_BOOL Enabled);
H A Dnetcon.idl168 HRESULT Enabled([out, retval] VARIANT_BOOL *pbool);
/vbox/src/VBox/Frontends/VBoxManage/
H A DVBoxManageInfo.cpp775 SHOW_BOOLEAN_PROP( machine, TeleporterEnabled, "teleporterenabled", "Teleporter Enabled");
779 SHOW_BOOLEAN_PROP( machine, TracingEnabled, "tracing-enabled", "Tracing Enabled");
782 SHOW_BOOLEAN_PROP( machine, AutostartEnabled, "autostart-enabled", "Autostart Enabled");
984 nic->COMGETTER(Enabled)(&fEnabled);
1368 uart->COMGETTER(Enabled)(&fEnabled);
1450 lpt->COMGETTER(Enabled)(&fEnabled);
1488 rc = AudioAdapter->COMGETTER(Enabled)(&fEnabled);
1743 vrdeServer->COMGETTER(Enabled)(&fEnabled);
1756 vrdeServer->GetVRDEProperty(Bstr("VideoChannel/Enabled").raw(), videoChannel.asOutParam());
H A DVBoxManageList.cpp140 RTPrintf("DHCP: %s\n", bDHCPEnabled ? "Enabled" : "Disabled");
1117 svr->COMGETTER(Enabled)(&fEnabled);
1118 RTPrintf("Enabled: %s\n", fEnabled ? "Yes" : "No");
1150 RTPrintf("IPv6 Enabled: %s\n", fEnabled ? "Yes" : "No");
1155 RTPrintf("DHCP Enabled: %s\n", fEnabled ? "Yes" : "No");
1156 net->COMGETTER(Enabled)(&fEnabled);
1157 RTPrintf("Enabled: %s\n", fEnabled ? "Yes" : "No");
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Uefi/
H A DUefiSpec.h761 @param Enabled Indicates if the alarm is currently enabled or disabled.
766 @retval EFI_INVALID_PARAMETER Enabled is NULL.
776 OUT BOOLEAN *Enabled,
784 @param Enabled Enable or disable the wakeup alarm.
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Ecc/MetaFileWorkspace/
H A DMetaFileParser.py525 # LineBegin=-1, ColumnBegin=-1, LineEnd=-1, ColumnEnd=-1, Enabled=-1
828 # LineBegin=-1, ColumnBegin=-1, LineEnd=-1, ColumnEnd=-1, Enabled=-1
912 # LineBegin=-1, ColumnBegin=-1, LineEnd=-1, ColumnEnd=-1, Enabled=-1
1115 LineStart, ColStart, LineEnd, ColEnd, Enabled = self._Content[self._ContentIndex]
1521 # ColumnBegin=-1, LineEnd=-1, ColumnEnd=-1, FeatureFlag='', Enabled=-1
1824 (Model, Value1, Value2, Value3, Scope1, Scope2, BelongsToItem, BelongsToFile, StartLine, StartColumn, EndLine, EndColumn, Enabled) = \
1835 self.TblFdf.Insert(Model, Value1, Value2, Value3, Scope1, Scope2, BelongsToItem, BelongsToFile, StartLine, StartColumn, EndLine, EndColumn, Enabled)
1843 self.TblFdf.Insert(Model, Value1, Value2, Value3, Scope1, Scope2, BelongsToItem, BelongsToFile, StartLine, StartColumn, EndLine, EndColumn, Enabled)
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Eot/
H A DEot.py416 ModuleID, ModuleName, ModuleGuid, SourceFileID, SourceFileFullPath, ItemName, ItemType, ItemMode, GuidName, GuidMacro, GuidValue, BelongsToFunction, Enabled = \
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/efi/Uefi/
H A DUefiSpec.h761 @param Enabled Indicates if the alarm is currently enabled or disabled.
766 @retval EFI_INVALID_PARAMETER Enabled is NULL.
776 OUT BOOLEAN *Enabled,
784 @param Enabled Enable or disable the wakeup alarm.
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/XhciDxe/
H A DXhci.c820 if (!Xhc->UsbDevContext[Index + 1].Enabled &&
2065 if (!Xhc->UsbDevContext[Index + 1].Enabled ||
/vbox/src/VBox/Main/testcase/
H A DtstAPI.cpp1040 if (FAILED(vrdeServer->COMSETTER(Enabled)(TRUE)))
1047 CHECK_ERROR_BREAK(vrdeServer, COMGETTER(Enabled)(&enabled));
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/SetupBrowserDxe/
H A DSetup.c1200 BOOLEAN Enabled; local
1301 Status = gRT->GetWakeupTime (&Enabled, &Pending, &EfiTime);
1614 BOOLEAN Enabled; local
1678 Status = gRT->GetWakeupTime (&Enabled, &Pending, &EfiTime);
/vbox/src/VBox/Main/src-server/
H A DNATNetworkImpl.cpp765 hrc = m->dhcpServer->COMSETTER(Enabled)(true);
H A DApplianceImplExport.cpp108 rc = pAudioAdapter->COMGETTER(Enabled)(&fAudioEnabled);
542 rc = pNetworkAdapter->COMGETTER(Enabled)(&fEnabled);
H A DApplianceImplImport.cpp2758 rc = audioAdapter->COMSETTER(Enabled)(true);
2784 rc = nwVBox->COMSETTER(Enabled)(false);
2808 rc = pNetworkAdapter->COMSETTER(Enabled)(true);
/vbox/src/VBox/Main/src-client/
H A DConsoleImpl2.cpp2421 hrc = networkAdapter->COMGETTER(Enabled)(&fEnabledNetAdapter); H();
2637 hrc = serialPort->COMGETTER(Enabled)(&fEnabledSerPort); H();
2708 hrc = parallelPort->COMGETTER(Enabled)(&fEnabledParPort); H();
2780 hrc = audioAdapter->COMGETTER(Enabled)(&fAudioEnabled); H();
5597 hrc = dhcpServer->COMGETTER(Enabled)(&fEnabledDhcp);
5600 LogRel(("DHCP svr: COMGETTER(Enabled) failed, hrc (%Rhrc)\n", hrc));
H A DConsoleImpl.cpp5207 rc = mVRDEServer->COMGETTER(Enabled)(&vrdpEnabled);
7324 pNetworkAdapter->COMGETTER(Enabled)(&enabled);
9055 pNetworkAdapter->COMGETTER(Enabled)(&enabled);
H A DConsoleVRDPServer.cpp676 HRESULT hrc = server->mConsole->i_getVRDEServer()->GetVRDEProperty(Bstr("VideoChannel/Enabled").raw(),
1492 HRESULT hrc = server->COMGETTER(Enabled)(&fEnabled);
2128 HRESULT hrc = mConsole->i_getVRDEServer()->GetVRDEProperty(Bstr("H3DRedirect/Enabled").raw(), bstr.asOutParam());
2175 LogRel(("VRDE: %s 3D redirect.\n", fEnable? "Enabled": "Disabled"));
2573 LogRel(("VRDE: Enabled TSMF channel.\n"));
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/
H A DLegacyPci.c1521 BbsTable[BbsIndex].StatusFlags.Enabled = 0;
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Application/Shell/
H A DShell.c395 ShellInfoObject.ConsoleInfo->Enabled = TRUE;
/vbox/src/VBox/Frontends/VBoxSDL/
H A DVBoxSDL.cpp2086 rc = gpVRDEServer->COMSETTER(Enabled)(TRUE);
2916 rc = gpVRDEServer->COMSETTER(Enabled)(FALSE);
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Workspace/
H A DMetaFileParser.py564 # LineBegin=-1, ColumnBegin=-1, LineEnd=-1, ColumnEnd=-1, Enabled=-1
857 # LineBegin=-1, ColumnBegin=-1, LineEnd=-1, ColumnEnd=-1, Enabled=-1
950 # LineBegin=-1, ColumnBegin=-1, LineEnd=-1, ColumnEnd=-1, Enabled=-1
1155 LineStart, ColStart, LineEnd, ColEnd, Enabled = self._Content[self._ContentIndex]
1586 # ColumnBegin=-1, LineEnd=-1, ColumnEnd=-1, FeatureFlag='', Enabled=-1

Completed in 234 milliseconds

1234