/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/VlanConfigDxe/ |
H A D | VlanConfigImpl.c | 79 VLAN_CONFIGURATION Configuration; local 112 ZeroMem (&Configuration, sizeof (VLAN_CONFIGURATION)); 113 BufferSize = sizeof (Configuration); 133 (UINT8 *) &Configuration, 162 @param[in] Configuration A null-terminated Unicode string in <ConfigResp> 171 @retval EFI_INVALID_PARAMETER Configuration is NULL. 180 IN CONST EFI_STRING Configuration, 184 if (Configuration == NULL || Progress == NULL) { 188 *Progress = Configuration; 189 if (!HiiIsConfigHdrMatch (Configuration, 178 VlanRouteConfig( IN CONST EFI_HII_CONFIG_ACCESS_PROTOCOL *This, IN CONST EFI_STRING Configuration, OUT EFI_STRING *Progress ) argument 231 VLAN_CONFIGURATION *Configuration; local [all...] |
H A D | VlanConfigImpl.h | 330 @param[in] Configuration A null-terminated Unicode string in <ConfigResp> 339 @retval EFI_INVALID_PARAMETER Configuration is NULL. 348 IN CONST EFI_STRING Configuration,
|
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/ |
H A D | PciHostBridgeResourceAllocation.h | 60 /// in the Configuration parameter returned by GetProposedResources() 67 /// Configuration parameter returned by GetProposedResources() to identify 74 /// absence in the host bridge resource pool. Used in the Configuration parameter 245 @param[out] Configuration The pointer to the pointer to the PCI bus resource descriptor. 248 Configuration. 259 OUT VOID **Configuration 268 @param[in] Configuration The pointer to the PCI bus resource descriptor. 272 @retval EFI_INVALID_PARAMETER Configuration is NULL 273 @retval EFI_INVALID_PARAMETER Configuration does not point to a valid ACPI (2.0 & 3.0) 275 @retval EFI_INVALID_PARAMETER Configuration doe [all...] |
H A D | IncompatiblePciDeviceSupport.h | 110 in Configuration. Otherwise, NULL will be returned in Configuration instead. 111 The PCI bus driver does not need to allocate memory for Configuration. However, 141 @param[out] Configuration A list of ACPI resource descriptors that detail 156 OUT VOID **Configuration
|
H A D | EapManagement.h | 292 of the operational parameters Configuration. The configuration of the operational 293 parameters is optional. If Configuration is NULL, then reading the configuration 294 is ignored. The operational parameters in Configuration to be read can also be 295 specified by Configuration.ValidFieldMask. 303 @param[in, out] Configuration Returns the configuration of the operational 307 On input, Configuration.ValidFieldMask specifies the 309 On output, Configuration returns the configuration 323 IN OUT EFI_EAPOL_SUPPLICANT_PAE_CONFIGURATION *Configuration OPTIONAL 332 Configuration. The operational parameters in Configuration t [all...] |
H A D | HiiConfigAccess.h | 128 Input is a Configuration, which has the routing data for this 138 @param Configuration A null-terminated Unicode string in 169 IN CONST EFI_STRING Configuration,
|
H A D | HiiConfigRouting.h | 37 Configuration Routing Protocol ExtractProtocol function for the 163 Configuration Access Protocol RouteConfig routine corresponding 169 @param Configuration A null-terminated string in <MulltiConfigResp> format. 198 IN CONST EFI_STRING Configuration, 302 Configuration string, only the BlockSize
|
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/DriverSampleDxe/ |
H A D | DriverSample.c | 289 &PrivateData->Configuration 299 PasswordMaxSize = sizeof (PrivateData->Configuration.WhatIsThePassword2); 304 if (PrivateData->Configuration.WhatIsThePassword2[Index] != 0) { 335 if (CompareMem (EncodedPassword, PrivateData->Configuration.WhatIsThePassword2, PasswordMaxSize) != 0) { 370 DRIVER_SAMPLE_CONFIGURATION *Configuration; local 382 &PrivateData->Configuration 391 Password = &PrivateData->Configuration.WhatIsThePassword2[0]; 392 PasswordSize = sizeof (PrivateData->Configuration.WhatIsThePassword2); 409 Configuration = AllocateZeroPool (sizeof (DRIVER_SAMPLE_CONFIGURATION)); 410 ASSERT (Configuration ! 1031 RouteConfig( IN CONST EFI_HII_CONFIG_ACCESS_PROTOCOL *This, IN CONST EFI_STRING Configuration, OUT EFI_STRING *Progress ) argument 1278 DRIVER_SAMPLE_CONFIGURATION *Configuration; local 1794 DRIVER_SAMPLE_CONFIGURATION *Configuration; local [all...] |
H A D | DriverSample.h | 83 DRIVER_SAMPLE_CONFIGURATION Configuration; member in struct:__anon11167
|
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/Tcg/TcgConfigDxe/ |
H A D | TcgConfigImpl.c | 153 TCG_CONFIGURATION Configuration; local 182 ZeroMem (&Configuration, sizeof (TCG_CONFIGURATION)); 184 Configuration.MorState = PcdGetBool (PcdMorEnable); 185 Configuration.TpmOperation = PHYSICAL_PRESENCE_ENABLE; 186 Configuration.HideTpm = (BOOLEAN) (PcdGetBool (PcdHideTpmSupport) && PcdGetBool (PcdHideTpm)); 190 Configuration.OriginalHideTpm = PrivateData->HideTpm; 208 Configuration.TpmEnable = TpmEnable; 209 Configuration.TpmActivate = TpmActivate; 214 BufferSize = sizeof (Configuration); 234 (UINT8 *) &Configuration, 277 TcgRouteConfig( IN CONST EFI_HII_CONFIG_ACCESS_PROTOCOL *This, IN CONST EFI_STRING Configuration, OUT EFI_STRING *Progress ) argument [all...] |
H A D | TcgConfigImpl.h | 140 @param[in] Configuration A null-terminated Unicode string in <ConfigResp> 149 @retval EFI_INVALID_PARAMETER Configuration is NULL. 158 IN CONST EFI_STRING Configuration,
|
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/PciBusDxe/ |
H A D | PciEnumerator.c | 160 EFI_ACPI_ADDRESS_SPACE_DESCRIPTOR *Configuration; local 193 (VOID **) &Configuration 200 if (Configuration == NULL || Configuration->Desc == ACPI_END_TAG_DESCRIPTOR) { 203 RootBridgeDev->BusNumberRanges = Configuration; 208 for (Configuration1 = Configuration; Configuration1->Desc != ACPI_END_TAG_DESCRIPTOR; Configuration1++) { 233 StartBusNumber = (UINT8) (Configuration->AddrRangeMin); 276 while (Configuration->AddrRangeMin + Configuration->AddrLen - 1 < SubBusNumber) { 277 Configuration 1104 UINT8 *Configuration; local [all...] |
/vbox/src/VBox/Devices/EFI/Firmware/PcAtChipsetPkg/PciHostBridgeDxe/ |
H A D | PciHostBridge.h | 228 @param[out] Configuration Pointer to the pointer to the PCI bus resource descriptor. 240 OUT VOID **Configuration 247 specified by the input parameter Configuration. 252 @param[in] Configuration The pointer to the PCI bus resource descriptor 255 @retval EFI_INVALID_PARAMETER Configuration is NULL. 256 @retval EFI_INVALID_PARAMETER Configuration does not point to a valid ACPI 2.0 resource descriptor. 257 @retval EFI_INVALID_PARAMETER Configuration does not include a valid ACPI 2.0 bus resource descriptor. 258 @retval EFI_INVALID_PARAMETER Configuration includes valid ACPI 2.0 resource descriptors other than 260 @retval EFI_INVALID_PARAMETER Configuration contains one or more invalid ACPI resource descriptors. 272 IN VOID *Configuration [all...] |
H A D | PciHostBridge.c | 630 @param[out] Configuration Pointer to the pointer to the PCI bus resource descriptor. 642 OUT VOID **Configuration 690 *Configuration = Buffer; 703 specified by the input parameter Configuration. 708 @param[in] Configuration The pointer to the PCI bus resource descriptor 711 @retval EFI_INVALID_PARAMETER Configuration is NULL. 712 @retval EFI_INVALID_PARAMETER Configuration does not point to a valid ACPI 2.0 resource descriptor. 713 @retval EFI_INVALID_PARAMETER Configuration does not include a valid ACPI 2.0 bus resource descriptor. 714 @retval EFI_INVALID_PARAMETER Configuration includes valid ACPI 2.0 resource descriptors other than 716 @retval EFI_INVALID_PARAMETER Configuration contain [all...] |
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/IncompatiblePciDeviceSupportDxe/ |
H A D | IncompatiblePciDeviceSupport.c | 69 @param Configuration A list of ACPI resource descriptors returned that detail 73 @retval EFI_INVALID_PARAMETER Configuration is NULL. 87 OUT VOID **Configuration 234 @param Configuration A list of ACPI resource descriptors returned that detail 238 @retval EFI_INVALID_PARAMETER Configuration is NULL. 252 OUT VOID **Configuration 268 if (Configuration == NULL) { 274 * (VOID **) Configuration = NULL; 369 *(VOID **) Configuration = OldAcpiPtr;
|
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/efi/Protocol/ |
H A D | HiiConfigAccess.h | 124 Input is a Configuration, which has the routing data for this 134 @param Configuration A null-terminated Unicode string in 165 IN CONST EFI_STRING Configuration,
|
H A D | PciRootBridgeIo.h | 5 and PCI Configuration cycles on a PCI Root Bridge. It also provides services to perform 428 EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL_CONFIGURATION Configuration; member in struct:_EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL
|
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/BdsDxe/ |
H A D | FrontPage.h | 138 @param Configuration - A null-terminated Unicode string in <ConfigResp> format. 145 @retval EFI_INVALID_PARAMETER Configuration is NULL. 153 IN CONST EFI_STRING Configuration,
|
H A D | FrontPage.c | 119 @param Configuration A null-terminated Unicode string in <ConfigResp> format. 126 @retval EFI_INVALID_PARAMETER Configuration is NULL. 134 IN CONST EFI_STRING Configuration, 138 if (Configuration == NULL || Progress == NULL) { 142 *Progress = Configuration; 143 if (!HiiIsConfigHdrMatch (Configuration, &gBootMaintFormSetGuid, mBootMaintStorageName) 144 && !HiiIsConfigHdrMatch (Configuration, &gFileExploreFormSetGuid, mFileExplorerStorageName)) { 148 *Progress = Configuration + StrLen (Configuration); 132 FakeRouteConfig( IN CONST EFI_HII_CONFIG_ACCESS_PROTOCOL *This, IN CONST EFI_STRING Configuration, OUT EFI_STRING *Progress ) argument
|
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/Ip4ConfigDxe/ |
H A D | Ip4ConfigNv.c | 519 Input is a Configuration, which has the routing data for this 528 @param[in] Configuration A null-terminated Unicode string in 554 IN CONST EFI_STRING Configuration, 566 if (Configuration == NULL || Progress == NULL) { 575 *Progress = Configuration; 582 if (HiiIsConfigHdrMatch (Configuration, &gNicIp4ConfigNvDataGuid, EFI_NIC_IP4_CONFIG_VARIABLE)) { 594 Configuration, 605 } else if (HiiIsConfigHdrMatch (Configuration, &gEfiNicIp4ConfigVariableGuid, EFI_NIC_IP4_CONFIG_VARIABLE)) { 615 Configuration, 552 Ip4DeviceRouteConfig( IN CONST EFI_HII_CONFIG_ACCESS_PROTOCOL *This, IN CONST EFI_STRING Configuration, OUT EFI_STRING *Progress ) argument
|
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Ecc/ |
H A D | Ecc.py | 23 from Configuration import Configuration namespace 101 EccGlobalData.gConfig = Configuration(self.ConfigFile)
|
H A D | Configuration.py | 2 # This file is used to define class Configuration 22 ## Configuration 28 class Configuration(object): class in inherits:object
|
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/IndustryStandard/ |
H A D | Usb.h | 101 /// Standard Configuration Descriptor 110 UINT8 Configuration; member in struct:__anon11911
|
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/ |
H A D | ntddndis.h | 163 NDIS_802_11_CONFIGURATION Configuration; member in struct:_NDIS_WLAN_BSSID
|
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/ |
H A D | ntddndis.h | 159 NDIS_802_11_CONFIGURATION Configuration; member in struct:_NDIS_WLAN_BSSID
|