Home
last modified time | relevance | path

Searched refs:Configure (Results 1 – 25 of 103) sorted by relevance

12345

/device/linaro/bootloader/edk2/NetworkPkg/UefiPxeBcDxe/
DPxeBcImpl.c87 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 …]
DPxeBcMtftp.c146 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 …]
DPxeBcSupport.c54 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()
DPxeBcDhcp6.c789 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/
DPxeBcMtftp.c131 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()
DPxeBcSupport.c89 Udp4->Configure (Udp4, NULL); in PxeBcConfigureUdpWriteInstance()
91 Status = Udp4->Configure (Udp4, &Udp4CfgData); in PxeBcConfigureUdpWriteInstance()
101 Udp4->Configure (Udp4, NULL); in PxeBcConfigureUdpWriteInstance()
DPxeBcImpl.c342 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/
DSourceLevelDebugPkg.dec55 # @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.
DSourceLevelDebugPkg.uni34 …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/
DIp4Config2.vfr32 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;
DIp4NvData.h42 UINT8 Configure; ///< NIC configure status member
/device/linaro/bootloader/edk2/NetworkPkg/HttpBootDxe/
DHttpBootImpl.c284 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/
DHttpDns.c124 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()
DHttpImpl.c240 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/
DDxeIpIoLib.c1282 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/
DFastbootTransportTcp.c144 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/
DDxeTcpIoLib.c97 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/
DEbcSimpleDebugger.h119 EBC_DEBUGGER_CONFIGURE Configure; member
/device/linaro/bootloader/edk2/MdeModulePkg/Library/DxeUdpIoLib/
DDxeUdpIoLib.c581 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/
DIScsiTcp4Io.c131 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/
DDriverHealthConfigureVfr.Vfr4 // the Configure Required driver health instances.
/device/linaro/bootloader/edk2/NetworkPkg/Mtftp6Dxe/
DMtftp6Support.c327 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/
DIkeService.c143 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/
DFtp4.h513 EFI_FTP4_CONFIGURE Configure; member
DArp.h372 EFI_ARP_CONFIGURE Configure; member

12345