HomeSort by relevance Sort by last modified time
    Searched refs:Configure (Results 51 - 75 of 179) sorted by null

1 23 4 5 6 7 8

  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
Ip4.h 302 The Configure() function is used to set, change, or reset the operational
309 filter settings with the Configure() function.
313 driver. While set to TRUE, Configure() will trigger the EFI_IP4_CONFIG_PROTOCOL
600 EFI_IP4_CONFIGURE Configure;
Tcp4.h 267 @param Tcp4ConfigData The pointer to the configure data to configure the instance.
275 calling Configure() with NULL to reset it.
280 executing Configure().
482 - Configure() has been called with
563 EFI_TCP4_CONFIGURE Configure;
Tcp6.h 241 /// Used to configure the advance TCP option for a connection. If set
465 /// EFI_ABORTED: User called configure with NULL without close stopping.
514 The Configure() function does the following:
530 @param[in] Tcp6ConfigData Pointer to the configure data to configure the instance.
550 calling Configure() with NULL to reset it.
554 executing Configure().
    [all...]
Udp4.h 162 The Configure() function is used to do the following:
167 received by this instance. This instance can be also reset by calling Configure()
170 With different parameters in UdpConfigData, Configure() can be used to bind
433 EFI_UDP4_CONFIGURE Configure;
  /device/linaro/bootloader/edk2/NetworkPkg/HttpBootDxe/
HttpBootDhcp6.c 409 @param[in] Context The pointer to the context set by EFI_DHCP6_PROTOCOL.Configure().
669 @retval Others Failed to configure the address.
699 @retval Others Failed to configure the address.
737 @retval Others Failed to configure the address.
776 Status = Ip6->Configure (Ip6, &Ip6CfgData);
960 // Configure the DHCPv6 instance for HTTP boot.
962 Status = Dhcp6->Configure (Dhcp6, &Config);
1001 Dhcp6->Configure (Dhcp6, NULL);
1004 Dhcp6->Configure (Dhcp6, &Config);
HttpBootImpl.c 360 Private->Dhcp4->Configure (Private->Dhcp4, NULL);
372 Private->Dhcp6->Configure (Private->Dhcp6, NULL);
HttpBootDhcp4.c 582 @param[in] Context Pointer to the context set by EFI_DHCP4_PROTOCOL.Configure().
679 @retval Others Failed to configure the address.
695 // Configure the gateway if valid.
721 @retval Others Failed to configure the address.
839 // Configure the DHCPv4 instance for HTTP boot.
841 Status = Dhcp4->Configure (Dhcp4, &Config);
886 Dhcp4->Configure (Dhcp4, NULL);
889 Dhcp4->Configure (Dhcp4, &Config);
  /external/abi-compliance-checker/
Makefile.pl 27 Getopt::Long::Configure ("posix_default", "no_ignore_case");
191 # configure
  /external/abi-dumper/
Makefile.pl 24 Getopt::Long::Configure ("posix_default", "no_ignore_case");
187 # configure
  /external/toolchain-utils/automation/server/
server.py 29 CommandExecuter.Configure(dry_run)
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/IScsiDxe/
IScsiDhcp.c 432 Status = Dhcp4->Configure (Dhcp4, &Dhcp4ConfigData);
454 Dhcp4->Configure (Dhcp4, NULL);
  /device/linaro/bootloader/edk2/NetworkPkg/IScsiDxe/
IScsiDhcp.c 458 Status = Dhcp4->Configure (Dhcp4, &Dhcp4ConfigData);
480 Dhcp4->Configure (Dhcp4, NULL);
  /device/linaro/bootloader/edk2/UefiCpuPkg/ResetVector/Vtf0/
SerialDebug.asm 121 ; Configure baud rate
  /external/clang/tools/scan-build-py/libear/
__init__.py 30 configure = do_configure(toolset)
31 configure.check_function_exists('execve', 'HAVE_EXECVE')
32 configure.check_function_exists('execv', 'HAVE_EXECV')
33 configure.check_function_exists('execvpe', 'HAVE_EXECVPE')
34 configure.check_function_exists('execvp', 'HAVE_EXECVP')
35 configure.check_function_exists('execvP', 'HAVE_EXECVP2')
36 configure.check_function_exists('exect', 'HAVE_EXECT')
37 configure.check_function_exists('execl', 'HAVE_EXECL')
38 configure.check_function_exists('execlp', 'HAVE_EXECLP')
39 configure.check_function_exists('execle', 'HAVE_EXECLE'
    [all...]
  /external/curl/projects/
build-openssl.bat 148 :configure label
206 perl Configure debug-VC-WIN64A --prefix=%CD%
229 perl Configure VC-WIN64A --prefix=%CD%
259 perl Configure debug-VC-WIN32 no-asm --prefix=%CD%
282 perl Configure VC-WIN32 no-asm --prefix=%CD%
  /external/syslinux/efi/
udp.c 22 * Try to configure this UDP socket
24 * @param:udp, the EFI_UDP4 socket to configure
40 status = uefi_call_wrapper(udp->Configure, 2, udp, udata);
47 Print(L"%s: stalling on configure with no mapping\n", f);
161 Print(L"Failed to configure UDP: %d\n", status);
179 status = uefi_call_wrapper(udp->Configure, 2, udp, NULL);
  /external/syslinux/efi32/include/efi/
efitcp.h 208 EFI_TCP4_CONFIGURE Configure;
381 EFI_TCP6_CONFIGURE Configure;
  /external/syslinux/efi64/include/efi/
efitcp.h 208 EFI_TCP4_CONFIGURE Configure;
381 EFI_TCP6_CONFIGURE Configure;
  /external/syslinux/gnu-efi/gnu-efi-3.0/inc/
efitcp.h 208 EFI_TCP4_CONFIGURE Configure;
381 EFI_TCP6_CONFIGURE Configure;
  /external/webrtc/webrtc/modules/audio_processing/
echo_control_mobile_impl.cc 241 return Configure();
255 return Configure();
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/DxeUdpIoLib/
DxeUdpIoLib.c 585 a UDP instance) configures the UDP child by calling Configure function prototype.
591 @param[in] Configure The function to configure the created UDP child.
593 @param[in] Context The opaque parameter for the Configure funtion.
603 IN UDP_IO_CONFIG Configure,
611 ASSERT (Configure != NULL);
634 // Create a UDP child then open and configure it
660 if (EFI_ERROR (Configure (UdpIo, Context))) {
702 if (EFI_ERROR (Configure (UdpIo, Context))) {
883 also configure NULL for the UDP instance.
    [all...]
  /external/curl/packages/vms/
setup_gnv_curl_build.com 8 $! the configure script and the build.
31 $! Move to where the Configure script is.
34 $! Get the path to where the Configure script is.
286 $! Verify can break things in bash, especially in Configure scripts.
  /device/linaro/bootloader/edk2/NetworkPkg/Mtftp6Dxe/
Mtftp6Support.c 264 Configure the opened Udp6 instance until the corresponding Ip6 instance
268 @param[in] UdpCfgData The pointer to the Udp6 configure data.
270 @retval EFI_SUCCESS Configure the Udp6 instance successfully.
348 // Continue to configure the Udp6 instance.
350 Status = Udp6->Configure (Udp6, UdpCfgData);
368 The dummy configure routine for create a new Udp6 Io.
388 The configure routine for Mtftp6 instance to transmit/receive.
420 // Set the Udp6 Io configure data.
445 // Configure the Udp6 instance with current configure data.
    [all...]
  /device/linaro/bootloader/edk2/NetworkPkg/DnsDxe/
DnsDhcp.c 162 is used to configure this callback function.
361 Status = Mnp->Configure(Mnp, &MnpConfigData);
554 Dhcp4->Configure (Dhcp4, NULL);
574 Mnp->Configure (Mnp, NULL);
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/ArpDxe/
ArpDriver.c 136 // Configure the Mnp child.
138 Status = ArpService->Mnp->Configure (ArpService->Mnp, &ArpService->MnpConfigData);
222 ArpService->Mnp->Configure (ArpService->Mnp, NULL);

Completed in 1148 milliseconds

1 23 4 5 6 7 8