Searched defs:Config (Results 1 - 25 of 30) sorted by relevance

12

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/UefiPxeBcDxe/
H A DPxeBcMtftp.c92 @param Config Pointer to Mtftp configuration data
106 IN EFI_MTFTP4_CONFIG_DATA *Config,
128 Config->InitialServerPort = PXEBC_BS_DOWNLOAD_PORT;
130 Status = Mtftp4->Configure (Mtftp4, Config);
217 @param Config Pointer to Mtftp configuration data
232 IN EFI_MTFTP4_CONFIG_DATA *Config,
250 Config->InitialServerPort = PXEBC_BS_DOWNLOAD_PORT;
252 Status = Mtftp4->Configure (Mtftp4, Config);
300 @param Config Pointer to Mtftp configuration data
315 IN EFI_MTFTP4_CONFIG_DATA *Config,
104 PxeBcTftpGetFileSize( IN PXEBC_PRIVATE_DATA *Private, IN EFI_MTFTP4_CONFIG_DATA *Config, IN UINT8 *Filename, IN UINTN *BlockSize, IN OUT UINT64 *BufferSize ) argument
230 PxeBcTftpReadFile( IN PXEBC_PRIVATE_DATA *Private, IN EFI_MTFTP4_CONFIG_DATA *Config, IN UINT8 *Filename, IN UINTN *BlockSize, IN UINT8 *BufferPtr, IN OUT UINT64 *BufferSize, IN BOOLEAN DontUseBuffer ) argument
313 PxeBcTftpWriteFile( IN PXEBC_PRIVATE_DATA *Private, IN EFI_MTFTP4_CONFIG_DATA *Config, IN UINT8 *Filename, IN BOOLEAN Overwrite, IN UINTN *BlockSize, IN UINT8 *BufferPtr, IN OUT UINT64 *BufferSize ) argument
387 PxeBcTftpReadDirectory( IN PXEBC_PRIVATE_DATA *Private, IN EFI_MTFTP4_CONFIG_DATA *Config, IN UINT8 *Filename, IN UINTN *BlockSize, IN UINT8 *BufferPtr, IN OUT UINT64 *BufferSize, IN BOOLEAN DontUseBuffer ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/Mtftp4Dxe/
H A DMtftp4Rrq.c397 EFI_MTFTP4_CONFIG_DATA *Config; local
404 Config = &Instance->Config;
415 UdpConfig.UseDefaultAddress = Config->UseDefaultSetting;
416 UdpConfig.StationAddress = Config->StationIp;
417 UdpConfig.SubnetMask = Config->SubnetMask;
430 if (!Config->UseDefaultSetting &&
431 !EFI_IP4_EQUAL (&mZeroIp4Addr, &Config->GatewayIp)) {
441 &Config->GatewayIp
H A DMtftp4Impl.c175 EFI_MTFTP4_CONFIG_DATA *Config; local
185 Config = &Instance->Config;
190 if (!Config->UseDefaultSetting && (Gateway != 0)) {
191 CopyMem (&Netmask, &Config->SubnetMask, sizeof (IP4_ADDR));
192 CopyMem (&Ip, &Config->StationIp, sizeof (IP4_ADDR));
233 ASSERT (Instance->Config.UseDefaultSetting);
278 EFI_MTFTP4_CONFIG_DATA *Config; local
283 Config = &Instance->Config;
352 EFI_MTFTP4_CONFIG_DATA *Config; local
[all...]
H A DMtftp4Impl.h107 EFI_MTFTP4_CONFIG_DATA Config; member in struct:_MTFTP4_PROTOCOL
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/Dhcp6Dxe/
H A DDhcp6Driver.c54 EFI_UDP6_CONFIG_DATA *Config; local
57 Config = &(UdpIo->Config.Udp6);
59 ZeroMem (Config, sizeof (EFI_UDP6_CONFIG_DATA));
64 Config->AcceptPromiscuous = FALSE;
65 Config->AcceptAnyPort = FALSE;
66 Config->AllowDuplicatePort = FALSE;
67 Config->TrafficClass = 0;
68 Config->HopLimit = 128;
69 Config
[all...]
H A DDhcp6Impl.h239 EFI_DHCP6_CONFIG_DATA *Config; member in struct:_DHCP6_INSTANCE
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/Ip6Dxe/
H A DIp6Driver.c225 EFI_MANAGED_NETWORK_CONFIG_DATA *Config; local
304 Config = &IpSb->MnpConfigData;
305 Config->ReceivedQueueTimeoutValue = 0;
306 Config->TransmitQueueTimeoutValue = 0;
307 Config->ProtocolTypeFilter = IP6_ETHER_PROTO;
308 Config->EnableUnicastReceive = TRUE;
309 Config->EnableMulticastReceive = TRUE;
310 Config->EnableBroadcastReceive = TRUE;
311 Config->EnablePromiscuousReceive = FALSE;
312 Config
[all...]
H A DIp6Impl.c61 EFI_IP6_CONFIG_DATA *Config; local
132 Config = &Ip6ModeData->ConfigData;
134 if (IpIf->Configured || NetIp6IsUnspecifiedAddr (&Config->DestinationAddress)) {
333 @param[in] Config The configure data.
349 IN EFI_IP6_CONFIG_DATA *Config
379 CopyMem (Current, Config, sizeof (EFI_IP6_CONFIG_DATA));
386 StationZero = NetIp6IsUnspecifiedAddr (&Config->StationAddress);
387 DestZero = NetIp6IsUnspecifiedAddr (&Config->DestinationAddress);
398 CopyMem (Current, Config, sizeof (EFI_IP6_CONFIG_DATA));
405 Status = Ip6SelectSourceAddress (IpSb, &Config
1256 EFI_IP6_CONFIG_DATA *Config; local
[all...]
H A DIp6Input.c1284 EFI_IP6_CONFIG_DATA *Config; local
1292 Config = &IpInstance->ConfigData;
1303 if (Config->ReceiveTimeout == (UINT32)(-1)) {
1307 if (Config->AcceptPromiscuous) {
1336 if ((*Proto == IP6_ICMP) && (!Config->AcceptAnyProtocol) && (*Proto != Config->DefaultProtocol)) {
1340 if (!Config->AcceptIcmpErrors) {
1371 if (!Config->AcceptAnyProtocol && (*Proto != Config->DefaultProtocol)) {
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/UefiPxeBcDxe/
H A DPxeBcMtftp.c106 @param[in] Config Pointer to EFI_MTFTP6_CONFIG_DATA.
120 IN EFI_MTFTP6_CONFIG_DATA *Config,
142 Config->InitialServerPort = PXEBC_BS_DOWNLOAD_PORT;
144 Status = Mtftp6->Configure (Mtftp6, Config);
231 @param[in] Config Pointer to EFI_MTFTP6_CONFIG_DATA.
246 IN EFI_MTFTP6_CONFIG_DATA *Config,
264 Config->InitialServerPort = PXEBC_BS_DOWNLOAD_PORT;
266 Status = Mtftp6->Configure (Mtftp6, Config);
314 @param[in] Config Pointer to EFI_MTFTP6_CONFIG_DATA.
329 IN EFI_MTFTP6_CONFIG_DATA *Config,
118 PxeBcMtftp6GetFileSize( IN PXEBC_PRIVATE_DATA *Private, IN EFI_MTFTP6_CONFIG_DATA *Config, IN UINT8 *Filename, IN UINTN *BlockSize, IN OUT UINT64 *BufferSize ) argument
244 PxeBcMtftp6ReadFile( IN PXEBC_PRIVATE_DATA *Private, IN EFI_MTFTP6_CONFIG_DATA *Config, IN UINT8 *Filename, IN UINTN *BlockSize, IN UINT8 *BufferPtr, IN OUT UINT64 *BufferSize, IN BOOLEAN DontUseBuffer ) argument
327 PxeBcMtftp6WriteFile( IN PXEBC_PRIVATE_DATA *Private, IN EFI_MTFTP6_CONFIG_DATA *Config, IN UINT8 *Filename, IN BOOLEAN Overwrite, IN UINTN *BlockSize, IN UINT8 *BufferPtr, IN OUT UINT64 *BufferSize ) argument
402 PxeBcMtftp6ReadDirectory( IN PXEBC_PRIVATE_DATA *Private, IN EFI_MTFTP6_CONFIG_DATA *Config, IN UINT8 *Filename, IN UINTN *BlockSize, IN UINT8 *BufferPtr, IN OUT UINT64 *BufferSize, IN BOOLEAN DontUseBuffer ) argument
560 PxeBcMtftp4GetFileSize( IN PXEBC_PRIVATE_DATA *Private, IN EFI_MTFTP4_CONFIG_DATA *Config, IN UINT8 *Filename, IN UINTN *BlockSize, IN OUT UINT64 *BufferSize ) argument
686 PxeBcMtftp4ReadFile( IN PXEBC_PRIVATE_DATA *Private, IN EFI_MTFTP4_CONFIG_DATA *Config, IN UINT8 *Filename, IN UINTN *BlockSize, IN UINT8 *BufferPtr, IN OUT UINT64 *BufferSize, IN BOOLEAN DontUseBuffer ) argument
769 PxeBcMtftp4WriteFile( IN PXEBC_PRIVATE_DATA *Private, IN EFI_MTFTP4_CONFIG_DATA *Config, IN UINT8 *Filename, IN BOOLEAN Overwrite, IN UINTN *BlockSize, IN UINT8 *BufferPtr, IN OUT UINT64 *BufferSize ) argument
844 PxeBcMtftp4ReadDirectory( IN PXEBC_PRIVATE_DATA *Private, IN EFI_MTFTP4_CONFIG_DATA *Config, IN UINT8 *Filename, IN UINTN *BlockSize, IN UINT8 *BufferPtr, IN OUT UINT64 *BufferSize, IN BOOLEAN DontUseBuffer ) argument
926 PxeBcTftpGetFileSize( IN PXEBC_PRIVATE_DATA *Private, IN VOID *Config, IN UINT8 *Filename, IN UINTN *BlockSize, IN OUT UINT64 *BufferSize ) argument
971 PxeBcTftpReadFile( IN PXEBC_PRIVATE_DATA *Private, IN VOID *Config, IN UINT8 *Filename, IN UINTN *BlockSize, IN UINT8 *BufferPtr, IN OUT UINT64 *BufferSize, IN BOOLEAN DontUseBuffer ) argument
1022 PxeBcTftpWriteFile( IN PXEBC_PRIVATE_DATA *Private, IN VOID *Config, IN UINT8 *Filename, IN BOOLEAN Overwrite, IN UINTN *BlockSize, IN UINT8 *BufferPtr, IN OUT UINT64 *BufferSize ) argument
1073 PxeBcTftpReadDirectory( IN PXEBC_PRIVATE_DATA *Private, IN VOID *Config, IN UINT8 *Filename, IN UINTN *BlockSize, IN UINT8 *BufferPtr, IN OUT UINT64 *BufferSize, IN BOOLEAN DontUseBuffer ) argument
[all...]
H A DPxeBcDhcp4.c1506 EFI_DHCP4_CONFIG_DATA Config; local
1525 ZeroMem (&Config, sizeof (EFI_DHCP4_CONFIG_DATA));
1527 Config.OptionCount = OptCount;
1528 Config.OptionList = OptList;
1529 Config.Dhcp4Callback = PxeBcDhcp4CallBack;
1530 Config.CallbackContext = Private;
1531 Config.DiscoverTryCount = PXEBC_DHCP_RETRIES;
1532 Config.DiscoverTimeout = mPxeDhcpTimeout;
1537 Status = Dhcp4->Configure (Dhcp4, &Config);
1596 ZeroMem (&Config, sizeo
[all...]
H A DPxeBcImpl.c823 VOID *Config; local
838 Config = NULL;
848 Config = &Mtftp6Config;
862 Config = &Mtftp4Config;
887 Config,
901 Config,
917 Config,
933 Config,
1596 // we need leave the old multicast group (by Config UDP instance to NULL),
H A DPxeBcDhcp6.c1694 EFI_DHCP6_CONFIG_DATA Config; local
1717 ZeroMem (&Config, sizeof (EFI_DHCP6_CONFIG_DATA));
1719 Config.OptionCount = OptCount;
1720 Config.OptionList = OptList;
1721 Config.Dhcp6Callback = PxeBcDhcp6CallBack;
1722 Config.CallbackContext = Private;
1723 Config.IaInfoEvent = NULL;
1724 Config.RapidCommit = FALSE;
1725 Config.ReconfigureAccept = FALSE;
1726 Config
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/gcc/
H A Dmingw-gcc-build.py47 class Config: class in inherits:
48 """class Config
544 config = Config()
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Usb/UsbBusDxe/
H A DUsbDesc.c61 @param Config The configuration descriptor to free.
66 IN USB_CONFIG_DESC *Config
73 if (Config->Interfaces != NULL) {
77 for (Index = 0; Index < Config->Desc.NumInterfaces; Index++) {
78 Interface = Config->Interfaces[Index];
96 FreePool (Config->Interfaces);
99 FreePool (Config);
306 USB_CONFIG_DESC *Config; local
315 Config = UsbCreateDesc (DescBuf, Len, USB_DESC_TYPE_CONFIG, &Consumed);
317 if (Config
771 EFI_USB_CONFIG_DESCRIPTOR *Config; local
[all...]
H A DUsbEnumer.c639 UINT8 Config; local
786 Config = Child->DevDesc->Configs[0]->Desc.ConfigurationValue;
787 Status = UsbSetConfig (Child, Config);
790 DEBUG ((EFI_D_ERROR, "UsbEnumerateNewDev: failed to set configure %d - %r\n", Config, Status));
799 Status = UsbSelectConfig (Child, Config);
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Include/Library/
H A DUdpIoLib.h159 } Config; member in struct:_UDP_IO
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/Dhcp4Dxe/
H A DDhcp4Impl.c419 @param Config The DHCP configure data
424 IN OUT EFI_DHCP4_CONFIG_DATA *Config
429 if (Config->DiscoverTimeout != NULL) {
430 FreePool (Config->DiscoverTimeout);
433 if (Config->RequestTimeout != NULL) {
434 FreePool (Config->RequestTimeout);
437 if (Config->OptionList != NULL) {
438 for (Index = 0; Index < Config->OptionCount; Index++) {
439 if (Config->OptionList[Index] != NULL) {
440 FreePool (Config
559 EFI_DHCP4_CONFIG_DATA *Config; local
634 EFI_DHCP4_CONFIG_DATA *Config; local
[all...]
H A DDhcp4Io.c91 EFI_DHCP4_CONFIG_DATA *Config; local
105 Config = &DhcpSb->ActiveConfig;
107 if (Config->Dhcp4Callback == NULL) {
115 Status = Config->Dhcp4Callback (
117 Config->CallbackContext,
1170 EFI_DHCP4_CONFIG_DATA *Config; local
1207 Config = &DhcpSb->ActiveConfig;
1270 IpAddr = EFI_IP4 (Config->ClientAddress);
1308 for (Index = 0; Index < Config->OptionCount; Index++) {
1314 (Config
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/Mtftp6Dxe/
H A DMtftp6Impl.h70 EFI_MTFTP6_CONFIG_DATA *Config; member in struct:_MTFTP6_INSTANCE
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/Ip4Dxe/
H A DIp4Input.c971 EFI_IP4_CONFIG_DATA *Config; local
976 Config = &IpInstance->ConfigData;
986 if (Config->ReceiveTimeout == (UINT32)(-1)) {
990 if (Config->AcceptPromiscuous) {
1001 if ((Proto == EFI_IP_PROTO_ICMP) && (!Config->AcceptAnyProtocol) && (Proto != Config->DefaultProtocol)) {
1005 if (!Config->AcceptIcmpErrors) {
1017 if (!Config->AcceptAnyProtocol && (Proto != Config->DefaultProtocol)) {
1028 return Config
[all...]
H A DIp4Impl.c378 EFI_IP4_CONFIG_DATA *Config; local
418 Config = &Ip4ModeData->ConfigData;
421 CopyMem (&Config->StationAddress, &Ip, sizeof (EFI_IPv4_ADDRESS));
424 CopyMem (&Config->SubnetMask, &Ip, sizeof (EFI_IPv4_ADDRESS));
454 Config the MNP parameter used by IP. The IP driver use one MNP
847 @param[in] Config The configure data.
863 IN EFI_IP4_CONFIG_DATA *Config
888 CopyMem (&IpInstance->ConfigData, Config, sizeof (IpInstance->ConfigData));
907 CopyMem (&Ip, &Config->StationAddress, sizeof (IP4_ADDR));
908 CopyMem (&Netmask, &Config
1883 EFI_IP4_CONFIG_DATA *Config; local
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/PciBusDxe/
H A DPciEnumerator.c1085 @param Config Output buffer holding new constructed APCI resource requestor
1099 OUT VOID **Config
1111 *Config = NULL;
1305 *Config = Configuration;
1313 @param Config An acpi configuration descriptor.
1323 IN VOID *Config,
1335 ASSERT (Config != NULL);
1343 Temp = (UINT8 *) Config;
1322 GetResourceBase( IN VOID *Config, OUT UINT64 *IoBase, OUT UINT64 *Mem32Base, OUT UINT64 *PMem32Base, OUT UINT64 *Mem64Base, OUT UINT64 *PMem64Base ) argument
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/HiiDatabaseDxe/
H A DConfigRouting.c278 // Convert Unicode String to Config String, e.g. "ABCD" => "0041004200430044"
1849 @param DevicePath Device Path which Hii Config Access Protocol is registered.
3399 @param Config Filled-in configuration string. String allocated
3411 @retval EFI_OUT_OF_RESOURCES Not enough memory to allocate Config. Progress
3430 OUT EFI_STRING *Config,
3450 if (This == NULL || Progress == NULL || Config == NULL) {
3472 *Config = (EFI_STRING) AllocateZeroPool (MAX_STRING_LENGTH);
3473 if (*Config == NULL) {
3501 AppendToMultiString(Config, ConfigRequest);
3502 HiiToLower (*Config);
3425 HiiBlockToConfig( IN CONST EFI_HII_CONFIG_ROUTING_PROTOCOL *This, IN CONST EFI_STRING ConfigRequest, IN CONST UINT8 *Block, IN CONST UINTN BlockSize, OUT EFI_STRING *Config, OUT EFI_STRING *Progress ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellNetwork1CommandsLib/
H A DIfconfig.c194 // Locate all EFI Hii Config Access protocols
352 // Get the device path from handle installed EFI HII Config Access protocol
572 // Check if HII Config Routing protocol available.
741 @param[in] Config The command line arguments for the set operation.
749 IN CONST NIC_IP4_CONFIG_INFO *Config
802 if (Config != NULL) {
803 CopyMem (NicConfig, Config, sizeof (NIC_IP4_CONFIG_INFO) + sizeof (EFI_IP4_ROUTE_TABLE) * Config->Ip4Info.RouteTableSize);
1204 NIC_IP4_CONFIG_INFO *Config; local
1236 Config
[all...]

Completed in 88 milliseconds

12