/device/linaro/bootloader/edk2/NetworkPkg/UefiPxeBcDxe/ |
D | PxeBcImpl.c | 87 Status = Private->Udp6Read->Configure ( in EfiPxeBcStart() 140 Status = Private->Udp4Read->Configure ( in EfiPxeBcStart() 253 Private->Udp6Read->Configure (Private->Udp6Read, NULL); in EfiPxeBcStart() 254 Private->Ip6->Configure (Private->Ip6, NULL); in EfiPxeBcStart() 264 Private->Udp4Read->Configure (Private->Udp4Read, NULL); in EfiPxeBcStart() 265 Private->Ip4->Configure (Private->Ip4, NULL); in EfiPxeBcStart() 319 Private->Dhcp6->Configure (Private->Dhcp6, NULL); in EfiPxeBcStop() 320 Private->Udp6Write->Configure (Private->Udp6Write, NULL); in EfiPxeBcStop() 322 Private->Udp6Read->Configure (Private->Udp6Read, NULL); in EfiPxeBcStop() 324 Private->Ip6->Configure (Private->Ip6, NULL); in EfiPxeBcStop() [all …]
|
D | PxeBcMtftp.c | 146 Status = Mtftp6->Configure (Mtftp6, Config); in PxeBcMtftp6GetFileSize() 225 Mtftp6->Configure (Mtftp6, NULL); in PxeBcMtftp6GetFileSize() 270 Status = Mtftp6->Configure (Mtftp6, Config); in PxeBcMtftp6ReadFile() 308 Mtftp6->Configure (Mtftp6, NULL); in PxeBcMtftp6ReadFile() 353 Status = Mtftp6->Configure (Mtftp6, Config); in PxeBcMtftp6WriteFile() 383 Mtftp6->Configure (Mtftp6, NULL); in PxeBcMtftp6WriteFile() 428 Status = Mtftp6->Configure (Mtftp6, Config); in PxeBcMtftp6ReadDirectory() 466 Mtftp6->Configure (Mtftp6, NULL); in PxeBcMtftp6ReadDirectory() 592 Status = Mtftp4->Configure (Mtftp4, Config); in PxeBcMtftp4GetFileSize() 671 Mtftp4->Configure (Mtftp4, NULL); in PxeBcMtftp4GetFileSize() [all …]
|
D | PxeBcSupport.c | 54 Private->Ip6->Configure (Private->Ip6, NULL); in PxeBcFlushStationIp() 56 Status = Private->Ip6->Configure (Private->Ip6, &Private->Ip6CfgData); in PxeBcFlushStationIp() 73 Private->Ip4->Configure (Private->Ip4, NULL); in PxeBcFlushStationIp() 75 Status = Private->Ip4->Configure (Private->Ip4, &Private->Ip4CfgData); in PxeBcFlushStationIp() 527 Udp4->Configure (Udp4, NULL); in PxeBcConfigUdp4Write() 529 Status = Udp4->Configure (Udp4, &Udp4CfgData); in PxeBcConfigUdp4Write() 536 Udp4->Configure (Udp4, NULL); in PxeBcConfigUdp4Write() 583 Udp6->Configure (Udp6, NULL); in PxeBcConfigUdp6Write() 585 Status = Udp6->Configure (Udp6, &CfgData); in PxeBcConfigUdp6Write()
|
D | PxeBcDhcp6.c | 789 Status = Private->Udp6Read->Configure (Private->Udp6Read, &Private->Udp6CfgData); in PxeBcRequestBootService() 809 Private->Udp6Read->Configure (Private->Udp6Read, NULL); in PxeBcRequestBootService() 1396 Status = Ip6->Configure (Ip6, &Private->Ip6CfgData); in PxeBcRegisterIp6Address() 1896 Status = Private->Udp6Read->Configure (Private->Udp6Read, &Private->Udp6CfgData); in PxeBcDhcp6Discover() 1916 Private->Udp6Read->Configure (Private->Udp6Read, NULL); in PxeBcDhcp6Discover() 1993 Status = Dhcp6->Configure (Dhcp6, &Config); in PxeBcDhcp6Sarr() 2031 Dhcp6->Configure (Dhcp6, NULL); in PxeBcDhcp6Sarr() 2037 Dhcp6->Configure (Dhcp6, NULL); in PxeBcDhcp6Sarr() 2045 Dhcp6->Configure (Dhcp6, NULL); in PxeBcDhcp6Sarr() 2063 Dhcp6->Configure (Dhcp6, NULL); in PxeBcDhcp6Sarr()
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/UefiPxeBcDxe/ |
D | PxeBcMtftp.c | 131 Status = Mtftp4->Configure (Mtftp4, Config); in PxeBcTftpGetFileSize() 210 Mtftp4->Configure (Mtftp4, NULL); in PxeBcTftpGetFileSize() 255 Status = Mtftp4->Configure (Mtftp4, Config); in PxeBcTftpReadFile() 293 Mtftp4->Configure (Mtftp4, NULL); in PxeBcTftpReadFile() 338 Status = Mtftp4->Configure (Mtftp4, Config); in PxeBcTftpWriteFile() 367 Mtftp4->Configure (Mtftp4, NULL); in PxeBcTftpWriteFile() 412 Status = Mtftp4->Configure (Mtftp4, Config); in PxeBcTftpReadDirectory() 450 Mtftp4->Configure (Mtftp4, NULL); in PxeBcTftpReadDirectory()
|
D | PxeBcSupport.c | 89 Udp4->Configure (Udp4, NULL); in PxeBcConfigureUdpWriteInstance() 91 Status = Udp4->Configure (Udp4, &Udp4CfgData); in PxeBcConfigureUdpWriteInstance() 101 Udp4->Configure (Udp4, NULL); in PxeBcConfigureUdpWriteInstance()
|
D | PxeBcImpl.c | 342 Status = Private->Udp4Read->Configure ( in EfiPxeBcStart() 425 Status = Private->Ip4->Configure (Private->Ip4, &Private->Ip4ConfigData); in EfiPxeBcStart() 439 Private->Ip4->Configure (Private->Ip4, NULL); in EfiPxeBcStart() 503 Private->Ip4->Configure (Private->Ip4, NULL); in EfiPxeBcStop() 523 Private->Udp4Write->Configure (Private->Udp4Write, NULL); in EfiPxeBcStop() 525 Private->Udp4Read->Configure (Private->Udp4Read, NULL); in EfiPxeBcStop() 528 Private->Dhcp4->Configure (Private->Dhcp4, NULL); in EfiPxeBcStop() 607 Private->Udp4Read->Configure (Private->Udp4Read, NULL); in EfiPxeBcDhcp() 626 Status = Dhcp4->Configure (Dhcp4, &Dhcp4CfgData); in EfiPxeBcDhcp() 671 Dhcp4->Configure (Dhcp4, NULL); in EfiPxeBcDhcp() [all …]
|
/device/linaro/bootloader/edk2/SourceLevelDebugPkg/ |
D | SourceLevelDebugPkg.dec | 55 # @Prompt Configure usb debug port memory BAR. 60 # @Prompt Configure ehci host controller memory BAR. 71 # @Prompt Configure ehci host controller pci address. 77 # @Prompt Configure exception numbers not to be hooked by Debug Agent. 84 # @Prompt Configure Loading/UnLoading image break method. 95 # @Prompt Configure ehci host controller memory BAR. 106 # @Prompt Configure xhci host controller pci address. 112 # @Prompt Configure debug device detection timeout value.
|
D | SourceLevelDebugPkg.uni | 34 …gTokenSpaceGuid_PcdUsbDebugPortMemorySpaceBase_PROMPT #language en-US "Configure USB debug port m… 39 …bugPkgTokenSpaceGuid_PcdUsbEhciMemorySpaceBase_PROMPT #language en-US "Configure EHCI host contro… 44 …velDebugPkgTokenSpaceGuid_PcdUsbEhciPciAddress_PROMPT #language en-US "Configure EHCI host contro… 57 …gTokenSpaceGuid_PcdExceptionsIgnoredByDebugger_PROMPT #language en-US "Configure exception number… 73 …bugPkgTokenSpaceGuid_PcdUsbXhciMemorySpaceBase_PROMPT #language en-US "Configure ehci host contro… 78 …velDebugPkgTokenSpaceGuid_PcdUsbXhciPciAddress_PROMPT #language en-US "Configure xhci host contro… 89 …PkgTokenSpaceGuid_PcdUsbXhciDebugDetectTimeout_PROMPT #language en-US "Configure debug device det…
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Ip4Dxe/ |
D | Ip4Config2.vfr | 32 checkbox varid = IP4_CONFIG2_IFR_NVDATA.Configure, 39 suppressif ideqval IP4_CONFIG2_IFR_NVDATA.Configure == 0x00; 49 …qval IP4_CONFIG2_IFR_NVDATA.DhcpEnable == 0x01 OR ideqval IP4_CONFIG2_IFR_NVDATA.Configure == 0x00;
|
D | Ip4NvData.h | 42 UINT8 Configure; ///< NIC configure status member
|
/device/linaro/bootloader/edk2/NetworkPkg/HttpBootDxe/ |
D | HttpBootImpl.c | 284 Private->Dhcp4->Configure (Private->Dhcp4, NULL); in HttpBootStop() 296 Private->Dhcp6->Configure (Private->Dhcp6, NULL); in HttpBootStop() 416 Private->Dhcp4->Configure (Private->Dhcp4, NULL); in HttpBootDxeLoadFile() 422 Private->Dhcp6->Configure (Private->Dhcp6, NULL); in HttpBootDxeLoadFile()
|
/device/linaro/bootloader/edk2/NetworkPkg/HttpDxe/ |
D | HttpDns.c | 124 Status = Dns4->Configure ( in HttpDns4() 194 Dns4->Configure (Dns4, NULL); in HttpDns4() 322 Status = Dns6->Configure ( in HttpDns6() 391 Dns6->Configure (Dns6, NULL); in HttpDns6()
|
D | HttpImpl.c | 240 BOOLEAN Configure; in EfiHttpRequest() local 332 Configure = TRUE; in EfiHttpRequest() 382 Configure = FALSE; in EfiHttpRequest() 397 if (Configure) { in EfiHttpRequest() 463 Status = HttpInitTcp (HttpInstance, Wrap, Configure); in EfiHttpRequest() 468 if (!Configure) { in EfiHttpRequest()
|
/device/linaro/bootloader/edk2/MdeModulePkg/Library/DxeIpIoLib/ |
D | DxeIpIoLib.c | 1282 Status = IpIo->Ip.Ip4->Configure ( in IpIoOpen() 1288 Status = IpIo->Ip.Ip6->Configure ( in IpIoOpen() 1334 IpIo->Ip.Ip4->Configure (IpIo->Ip.Ip4, NULL); in IpIoOpen() 1346 IpIo->Ip.Ip6->Configure (IpIo->Ip.Ip6, NULL); in IpIoOpen() 1399 Status = IpIo->Ip.Ip4->Configure (IpIo->Ip.Ip4, NULL); in IpIoStop() 1401 Status = IpIo->Ip.Ip6->Configure (IpIo->Ip.Ip6, NULL); in IpIoStop() 1749 Status = Ip.Ip4->Configure (Ip.Ip4, IpConfigData); in IpIoConfigIp() 1751 Status = Ip.Ip6->Configure (Ip.Ip6, IpConfigData); in IpIoConfigIp() 1789 Ip.Ip4->Configure (Ip.Ip4, NULL); in IpIoConfigIp() 1846 Ip.Ip6->Configure (Ip.Ip6, NULL); in IpIoConfigIp() [all …]
|
/device/linaro/bootloader/edk2/EmbeddedPkg/Drivers/AndroidFastbootTransportTcpDxe/ |
D | FastbootTransportTcp.c | 144 Status = mTcpConnection->Configure (mTcpConnection, NULL); in ConnectionClosed() 423 Status = mTcpListener->Configure (mTcpListener, &TcpConfigData); in TcpFastbootTransportStart() 434 Status = mTcpListener->Configure (mTcpListener, &TcpConfigData); in TcpFastbootTransportStart() 521 Status = mTcpConnection->Configure (mTcpConnection, NULL); in TcpFastbootTransportStop() 531 Status = mTcpListener->Configure (mTcpListener, NULL); in TcpFastbootTransportStop()
|
/device/linaro/bootloader/edk2/MdeModulePkg/Library/DxeTcpIoLib/ |
D | DxeTcpIoLib.c | 97 Status = Tcp6->Configure (Tcp6, Tcp6ConfigData); in TcpIoGetMapping() 263 Status = Tcp4->Configure (Tcp4, &Tcp4ConfigData); in TcpIoCreateSocket() 302 Status = Tcp6->Configure (Tcp6, &Tcp6ConfigData); in TcpIoCreateSocket() 472 Tcp4->Configure (Tcp4, NULL); in TcpIoDestroySocket() 479 Tcp6->Configure (Tcp6, NULL); in TcpIoDestroySocket() 499 Tcp4->Configure (Tcp4, NULL); in TcpIoDestroySocket() 505 Tcp6->Configure (Tcp6, NULL); in TcpIoDestroySocket()
|
/device/linaro/bootloader/edk2/MdeModulePkg/Include/Protocol/ |
D | EbcSimpleDebugger.h | 119 EBC_DEBUGGER_CONFIGURE Configure; member
|
/device/linaro/bootloader/edk2/MdeModulePkg/Library/DxeUdpIoLib/ |
D | DxeUdpIoLib.c | 581 IN UDP_IO_CONFIG Configure, in UdpIoCreateIo() argument 589 ASSERT (Configure != NULL); in UdpIoCreateIo() 638 if (EFI_ERROR (Configure (UdpIo, Context))) { in UdpIoCreateIo() 680 if (EFI_ERROR (Configure (UdpIo, Context))) { in UdpIoCreateIo() 887 UdpIo->Protocol.Udp4->Configure (UdpIo->Protocol.Udp4, NULL); in UdpIoCleanIo() 894 UdpIo->Protocol.Udp6->Configure (UdpIo->Protocol.Udp6, NULL); in UdpIoCleanIo()
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/IScsiDxe/ |
D | IScsiTcp4Io.c | 131 Status = Tcp4->Configure (Tcp4, &Tcp4ConfigData); in Tcp4IoCreateSocket() 212 Tcp4->Configure (Tcp4, NULL); in Tcp4IoCreateSocket() 246 Tcp4->Configure (Tcp4, NULL); in Tcp4IoDestroySocket()
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/DriverHealthManagerDxe/ |
D | DriverHealthConfigureVfr.Vfr | 4 // the Configure Required driver health instances.
|
/device/linaro/bootloader/edk2/NetworkPkg/Mtftp6Dxe/ |
D | Mtftp6Support.c | 327 Status = Udp6->Configure (Udp6, UdpCfgData); in Mtftp6GetMapping() 424 Status = Udp6->Configure (Udp6, Udp6Cfg); in Mtftp6ConfigUdpIo() 687 Status = Udp6->Configure (Udp6, NULL); in Mtftp6TransmitPacket() 747 Status = Udp6->Configure (Udp6, NULL); in Mtftp6TransmitPacket() 773 Status = Udp6->Configure (Udp6, NULL); in Mtftp6TransmitPacket()
|
/device/linaro/bootloader/edk2/NetworkPkg/IpSecDxe/ |
D | IkeService.c | 143 return Udp4->Configure (Udp4, &Udp4Cfg); in IkeConfigUdp4() 191 return Udp6->Configure (Udp6, &Udp6Cfg); in IkeConfigUdp6() 334 Udp6->Configure (Udp6, NULL); in IkeOpenOutputUdp()
|
/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/ |
D | Ftp4.h | 513 EFI_FTP4_CONFIGURE Configure; member
|
D | Arp.h | 372 EFI_ARP_CONFIGURE Configure; member
|