Searched refs:Config (Results 1 - 25 of 62) sorted by relevance

123

/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/UefiPxeBcDxe/
H A DPxeBcMtftp.h32 @param Config Pointer to Mtftp configuration data
46 IN EFI_MTFTP4_CONFIG_DATA *Config,
57 @param Config Pointer to Mtftp configuration data
72 IN EFI_MTFTP4_CONFIG_DATA *Config,
85 @param Config Pointer to Mtftp configuration data
100 IN EFI_MTFTP4_CONFIG_DATA *Config,
113 @param Config Pointer to Mtftp configuration data.
128 IN EFI_MTFTP4_CONFIG_DATA *Config,
H A DPxeBcMtftp.c93 @param Config Pointer to Mtftp configuration data
107 IN EFI_MTFTP4_CONFIG_DATA *Config,
129 Config->InitialServerPort = PXEBC_BS_DOWNLOAD_PORT;
131 Status = Mtftp4->Configure (Mtftp4, Config);
220 @param Config Pointer to Mtftp configuration data
235 IN EFI_MTFTP4_CONFIG_DATA *Config,
253 Config->InitialServerPort = PXEBC_BS_DOWNLOAD_PORT;
255 Status = Mtftp4->Configure (Mtftp4, Config);
303 @param Config Pointer to Mtftp configuration data
318 IN EFI_MTFTP4_CONFIG_DATA *Config,
105 PxeBcTftpGetFileSize( IN PXEBC_PRIVATE_DATA *Private, IN EFI_MTFTP4_CONFIG_DATA *Config, IN UINT8 *Filename, IN UINTN *BlockSize, IN OUT UINT64 *BufferSize ) argument
233 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
316 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
390 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...]
/device/linaro/bootloader/edk2/NetworkPkg/Mtftp6Dxe/
H A DMtftp6Impl.c71 if (Instance->Config != NULL) {
74 Instance->Config,
166 FreePool (Instance->Config);
167 Instance->Config = NULL;
172 if (Instance->Config != NULL) {
179 Instance->Config = AllocateZeroPool (sizeof (EFI_MTFTP6_CONFIG_DATA));
181 if (Instance->Config == NULL) {
186 CopyMem (Instance->Config, MtftpConfigData, sizeof (EFI_MTFTP6_CONFIG_DATA));
232 Udp6Cfg.StationPort = Instance->Config->LocalPort;
233 Udp6Cfg.RemotePort = Instance->Config
[all...]
/device/linaro/bootloader/edk2/NetworkPkg/UefiPxeBcDxe/
H A DPxeBcMtftp.h34 @param[in] Config Pointer to configure data.
48 IN VOID *Config,
59 @param[in] Config Pointer to config data.
74 IN VOID *Config,
87 @param[in] Config Pointer to config data.
102 IN VOID *Config,
115 @param[in] Config Pointer to config data.
130 IN VOID *Config,
H A DPxeBcMtftp.c108 @param[in] Config Pointer to EFI_MTFTP6_CONFIG_DATA.
122 IN EFI_MTFTP6_CONFIG_DATA *Config,
144 Config->InitialServerPort = PXEBC_BS_DOWNLOAD_PORT;
146 Status = Mtftp6->Configure (Mtftp6, Config);
235 @param[in] Config Pointer to EFI_MTFTP6_CONFIG_DATA.
250 IN EFI_MTFTP6_CONFIG_DATA *Config,
268 Config->InitialServerPort = PXEBC_BS_DOWNLOAD_PORT;
270 Status = Mtftp6->Configure (Mtftp6, Config);
318 @param[in] Config Pointer to EFI_MTFTP6_CONFIG_DATA.
333 IN EFI_MTFTP6_CONFIG_DATA *Config,
120 PxeBcMtftp6GetFileSize( IN PXEBC_PRIVATE_DATA *Private, IN EFI_MTFTP6_CONFIG_DATA *Config, IN UINT8 *Filename, IN UINTN *BlockSize, IN OUT UINT64 *BufferSize ) argument
248 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
331 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
406 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
566 PxeBcMtftp4GetFileSize( IN PXEBC_PRIVATE_DATA *Private, IN EFI_MTFTP4_CONFIG_DATA *Config, IN UINT8 *Filename, IN UINTN *BlockSize, IN OUT UINT64 *BufferSize ) argument
694 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
777 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
852 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
934 PxeBcTftpGetFileSize( IN PXEBC_PRIVATE_DATA *Private, IN VOID *Config, IN UINT8 *Filename, IN UINTN *BlockSize, IN OUT UINT64 *BufferSize ) argument
979 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
1030 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
1081 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...]
/device/linaro/bootloader/edk2/QuarkPlatformPkg/Pci/Dxe/PciHostBridge/
H A DPciRootBridgeIo.c1506 EFI_ACPI_ADDRESS_SPACE_DESCRIPTOR *Config; local
1527 Config = RbPrivateData->ConfigBuffer;
1529 ZeroMem (Config, TypeMax * sizeof (EFI_ACPI_ADDRESS_SPACE_DESCRIPTOR) + sizeof (EFI_ACPI_END_TAG_DESCRIPTOR));
1542 Config->Desc = ACPI_ADDRESS_SPACE_DESCRIPTOR;
1543 Config->Len = sizeof (EFI_ACPI_ADDRESS_SPACE_DESCRIPTOR) - 3;
1544 Config->ResType = ACPI_ADDRESS_SPACE_TYPE_IO;
1545 Config->AddrRangeMin = ResAllocNode->Base;
1546 Config->AddrRangeMax = ResAllocNode->Base + ResAllocNode->Length - 1;
1547 Config->AddrLen = ResAllocNode->Length;
1551 Config
[all...]
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Mtftp4Dxe/
H A DMtftp4Impl.c189 EFI_MTFTP4_CONFIG_DATA *Config; local
199 Config = &Instance->Config;
204 if (!Config->UseDefaultSetting && (Gateway != 0)) {
205 CopyMem (&Netmask, &Config->SubnetMask, sizeof (IP4_ADDR));
206 CopyMem (&Ip, &Config->StationIp, sizeof (IP4_ADDR));
247 ASSERT (Instance->Config.UseDefaultSetting);
292 EFI_MTFTP4_CONFIG_DATA *Config; local
297 Config = &Instance->Config;
366 EFI_MTFTP4_CONFIG_DATA *Config; local
[all...]
H A DMtftp4Rrq.c398 EFI_MTFTP4_CONFIG_DATA *Config; local
405 Config = &Instance->Config;
416 UdpConfig.UseDefaultAddress = Config->UseDefaultSetting;
417 IP4_COPY_ADDRESS (&UdpConfig.StationAddress, &Config->StationIp);
418 IP4_COPY_ADDRESS (&UdpConfig.SubnetMask, &Config->SubnetMask);
431 if (!Config->UseDefaultSetting &&
432 !EFI_IP4_EQUAL (&mZeroIp4Addr, &Config->GatewayIp)) {
442 &Config->GatewayIp
/device/linaro/bootloader/edk2/NetworkPkg/Dhcp6Dxe/
H A DDhcp6Driver.c53 EFI_UDP6_CONFIG_DATA *Config; local
56 Config = &(UdpIo->Config.Udp6);
58 ZeroMem (Config, sizeof (EFI_UDP6_CONFIG_DATA));
63 Config->AcceptPromiscuous = FALSE;
64 Config->AcceptAnyPort = FALSE;
65 Config->AllowDuplicatePort = FALSE;
66 Config->TrafficClass = 0;
67 Config->HopLimit = 128;
68 Config
[all...]
H A DDhcp6Impl.c90 if (Instance->Config == NULL) {
134 if (Instance->Config->IaInfoEvent == NULL) {
190 if (Instance->Config == NULL) {
221 if (Instance->Config->IaInfoEvent == NULL) {
278 if (Instance->Config == NULL && Dhcp6ConfigData != NULL) {
294 if (EFI_ERROR (Dhcp6CopyConfigData (Dhcp6ConfigData, Instance->Config))) {
480 if (Instance->Config != NULL) {
488 Instance->Config = AllocateZeroPool (sizeof (EFI_DHCP6_CONFIG_DATA));
489 if (Instance->Config == NULL) {
494 Status = Dhcp6CopyConfigData (Instance->Config, Dhcp6CfgDat
[all...]
H A DDhcp6Io.c410 ASSERT(Instance->Config);
464 if (Instance->Config->IaInfoEvent != NULL) {
465 gBS->SignalEvent (Instance->Config->IaInfoEvent);
496 ASSERT (Instance->Config != NULL);
501 Callback = Instance->Config->Dhcp6Callback;
502 Context = Instance->Config->CallbackContext;
555 ASSERT (Instance->Config != NULL);
571 &Instance->Config->IaDescriptor
618 if (Instance->Config->IaDescriptor.Type == Dhcp6OptIana) {
730 &Instance->Config
[all...]
/device/linaro/bootloader/edk2/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);
314 USB_CONFIG_DESC *Config; local
323 Config = UsbCreateDesc (DescBuf, Len, USB_DESC_TYPE_CONFIG, &Consumed);
325 if (Config
779 EFI_USB_CONFIG_DESCRIPTOR *Config; local
[all...]
/device/linaro/bootloader/edk2/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,
1167 EFI_DHCP4_CONFIG_DATA *Config; local
1204 Config = &DhcpSb->ActiveConfig;
1267 IpAddr = EFI_IP4 (Config->ClientAddress);
1305 for (Index = 0; Index < Config->OptionCount; Index++) {
1311 (Config
[all...]
/device/linaro/bootloader/edk2/NetworkPkg/Ip6Dxe/
H A DIp6Impl.c62 EFI_IP6_CONFIG_DATA *Config; local
133 Config = &Ip6ModeData->ConfigData;
135 if (IpIf->Configured || NetIp6IsUnspecifiedAddr (&Config->DestinationAddress)) {
334 @param[in] Config The configure data.
350 IN EFI_IP6_CONFIG_DATA *Config
380 CopyMem (Current, Config, sizeof (EFI_IP6_CONFIG_DATA));
387 StationZero = NetIp6IsUnspecifiedAddr (&Config->StationAddress);
388 DestZero = NetIp6IsUnspecifiedAddr (&Config->DestinationAddress);
399 CopyMem (Current, Config, sizeof (EFI_IP6_CONFIG_DATA));
406 Status = Ip6SelectSourceAddress (IpSb, &Config
1252 EFI_IP6_CONFIG_DATA *Config; local
[all...]
H A DIp6Driver.c267 EFI_MANAGED_NETWORK_CONFIG_DATA *Config; local
344 Config = &IpSb->MnpConfigData;
345 Config->ReceivedQueueTimeoutValue = 0;
346 Config->TransmitQueueTimeoutValue = 0;
347 Config->ProtocolTypeFilter = IP6_ETHER_PROTO;
348 Config->EnableUnicastReceive = TRUE;
349 Config->EnableMulticastReceive = TRUE;
350 Config->EnableBroadcastReceive = TRUE;
351 Config->EnablePromiscuousReceive = FALSE;
352 Config
[all...]
/device/linaro/bootloader/edk2/NetworkPkg/HttpBootDxe/
H A DHttpBootDhcp6.c919 EFI_DHCP6_CONFIG_DATA Config; local
942 ZeroMem (&Config, sizeof (EFI_DHCP6_CONFIG_DATA));
944 Config.OptionCount = OptCount;
945 Config.OptionList = OptList;
946 Config.Dhcp6Callback = HttpBootDhcp6CallBack;
947 Config.CallbackContext = Private;
948 Config.IaInfoEvent = NULL;
949 Config.RapidCommit = FALSE;
950 Config.ReconfigureAccept = FALSE;
951 Config
[all...]
H A DHttpBootDhcp4.c812 EFI_DHCP4_CONFIG_DATA Config; local
830 ZeroMem (&Config, sizeof(Config));
831 Config.OptionCount = OptCount;
832 Config.OptionList = OptList;
833 Config.Dhcp4Callback = HttpBootDhcp4CallBack;
834 Config.CallbackContext = Private;
835 Config.DiscoverTryCount = HTTP_BOOT_DHCP_RETRIES;
836 Config.DiscoverTimeout = mHttpDhcpTimeout;
841 Status = Dhcp4->Configure (Dhcp4, &Config);
[all...]
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Ip4Dxe/
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
573 @param[in] Config The configure data.
589 IN EFI_IP4_CONFIG_DATA *Config
615 CopyMem (&IpInstance->ConfigData, Config, sizeof (IpInstance->ConfigData));
634 CopyMem (&Ip, &Config->StationAddress, sizeof (IP4_ADDR));
635 CopyMem (&Netmask, &Config
1631 EFI_IP4_CONFIG_DATA *Config; local
[all...]
H A DIp4Input.c980 EFI_IP4_CONFIG_DATA *Config; local
985 Config = &IpInstance->ConfigData;
995 if (Config->ReceiveTimeout == (UINT32)(-1)) {
999 if (Config->AcceptPromiscuous) {
1010 if ((Proto == EFI_IP_PROTO_ICMP) && (!Config->AcceptAnyProtocol) && (Proto != Config->DefaultProtocol)) {
1014 if (!Config->AcceptIcmpErrors) {
1026 if (!Config->AcceptAnyProtocol && (Proto != Config->DefaultProtocol)) {
1037 return Config
[all...]
/device/linaro/bootloader/edk2/OvmfPkg/Virtio10Dxe/
H A DVirtio10.c39 @param[in] Config The "fat pointer" structure that identifies the
59 @retval EFI_INVALID_PARAMETER The register block pointed-to by Config
72 IN VIRTIO_1_0_CONFIG *Config,
84 if (!Config->Exists ||
85 FieldSize > Config->Length ||
86 FieldOffset > Config->Length - FieldSize) {
114 BarType = (Config->BarType == Virtio10BarTypeMem) ? &PciIo->Mem : &PciIo->Io;
117 return Access (PciIo, Width, Config->Bar, Config->Offset + FieldOffset,
369 @param[in] Config Th
70 Virtio10Transfer( IN EFI_PCI_IO_PROTOCOL *PciIo, IN VIRTIO_1_0_CONFIG *Config, IN BOOLEAN Write, IN UINTN FieldOffset, IN UINTN FieldSize, IN OUT VOID *Buffer ) argument
380 UpdateAttributes( IN VIRTIO_1_0_CONFIG *Config, IN OUT UINT64 *Attributes ) argument
[all...]
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/PciBusDxe/
H A DPciEnumerator.h249 @param Config Output buffer holding new constructed APCI resource requestor
263 OUT VOID **Config
269 @param Config An acpi configuration descriptor.
279 IN VOID *Config,
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/HiiConfigRouting/
H A DHiiConfigRouting.h157 OUT EFI_STRING *Config,
171 Config - Filled-in configuration string. String allocated by the function.
181 EFI_OUT_OF_RESOURCES - Not enough memory to allocate Config.
234 EFI_OUT_OF_RESOURCES - Not enough memory to allocate Config.
/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
H A DHiiConfigRouting.h229 @param Config The filled-in configuration string. String
246 Config. Progress points to the
276 OUT EFI_STRING *Config,
328 @retval EFI_OUT_OF_RESOURCES Not enough memory to allocate Config. Progress
/device/linaro/bootloader/edk2/NetworkPkg/DnsDxe/
H A DDnsImpl.c396 @param Config The DNS configure data
401 IN OUT EFI_DNS4_CONFIG_DATA *Config
404 if (Config->DnsServerList != NULL) {
405 FreePool (Config->DnsServerList);
408 ZeroMem (Config, sizeof (EFI_DNS4_CONFIG_DATA));
414 @param Config The DNS configure data
419 IN OUT EFI_DNS6_CONFIG_DATA *Config
422 if (Config->DnsServerList != NULL) {
423 FreePool (Config->DnsServerList);
426 ZeroMem (Config, sizeo
672 EFI_DNS4_CONFIG_DATA *Config; local
720 EFI_DNS6_CONFIG_DATA *Config; local
[all...]

Completed in 172 milliseconds

123