HomeSort by relevance Sort by last modified time
    Searched defs:ChildHandle (Results 1 - 20 of 20) sorted by null

  /device/linaro/bootloader/edk2/NetworkPkg/HttpBootDxe/
HttpBootConfig.h 42 EFI_HANDLE ChildHandle;
  /device/linaro/bootloader/edk2/NetworkPkg/TlsDxe/
TlsDriver.h 74 EFI_HANDLE ChildHandle;
189 The CreateChild() function installs a protocol on ChildHandle.
190 If ChildHandle is a pointer to NULL, then a new handle is created and returned in ChildHandle.
191 If ChildHandle is not a pointer to NULL, then the protocol installs on the existing ChildHandle.
194 @param[in] ChildHandle Pointer to the handle of the child to create. If it is NULL,
198 @retval EFI_SUCCES The protocol was added to ChildHandle.
199 @retval EFI_INVALID_PARAMETER ChildHandle is NULL.
209 IN EFI_HANDLE *ChildHandle
    [all...]
  /device/linaro/bootloader/edk2/StdLib/EfiSocketLib/
UseEfiSocketLib.c 128 EFI_HANDLE ChildHandle;
143 ChildHandle = NULL;
144 Status = EslSocketAllocate ( &ChildHandle,
Tcp4.c 840 EFI_HANDLE ChildHandle;
870 ChildHandle = NULL;
871 Status = EslSocketAllocate ( &ChildHandle,
    [all...]
Tcp6.c 871 EFI_HANDLE ChildHandle;
901 ChildHandle = NULL;
902 Status = EslSocketAllocate ( &ChildHandle,
    [all...]
Socket.c     [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/BdsDxe/DeviceMngr/
DeviceManager.h 74 EFI_HANDLE ChildHandle;
216 @param ChildHandle The handle of the child controller to retrieve the health
234 IN EFI_HANDLE ChildHandle, OPTIONAL
294 @param ChildHandle The handle of the child controller to retrieve the health
299 ChildHandle. This is an optional parameter that may be NULL.
301 controller specified by ControllerHandle and ChildHandle.
308 IN EFI_HANDLE ChildHandle, OPTIONAL
471 @param ChildHandle The handle of the child controller to retrieve the name of. This is an
477 is the name of the controller specified by ControllerHandle and ChildHandle.
489 IN EFI_HANDLE ChildHandle,
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/DxeTcpIoLib/
DxeTcpIoLib.c 417 EFI_HANDLE ChildHandle;
493 ChildHandle = NULL;
500 ChildHandle = TcpIo->ListenToken.Tcp4Token.NewChildHandle;
506 ChildHandle = TcpIo->ListenToken.Tcp6Token.NewChildHandle;
510 if (ChildHandle != NULL) {
513 ChildHandle,
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/MnpDxe/
MnpVlan.c 57 EFI_HANDLE ChildHandle;
94 ChildHandle = NULL;
96 &ChildHandle,
110 return ChildHandle;
  /device/linaro/bootloader/OpenPlatformPkg/Chips/Hisilicon/Drivers/AcpiPlatformDxe/
EthMac.c 101 IN EFI_ACPI_HANDLE ChildHandle,
132 Status = AcpiTableProtocol->GetChild(ChildHandle, &CurrentHandle);
190 Status = AcpiTableProtocol->GetChild(ChildHandle, &CurrentHandle);
213 IN EFI_ACPI_HANDLE ChildHandle,
219 return _SearchReplacePackageMACAddress(AcpiTableProtocol, ChildHandle, Level, &Found, MacNextID);
225 EFI_ACPI_HANDLE ChildHandle,
236 Status = AcpiTableProtocol->GetOption (ChildHandle, 1, &DataType, &Buffer, &DataSize);
259 EFI_ACPI_HANDLE ChildHandle)
270 Status = AcpiTableProtocol->GetOption(ChildHandle, 0, &DataType, &Buffer, &DataSize);
285 Status = AcpiTableProtocol->GetChild(ChildHandle, &DevHandle);
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Include/Library/
UefiBootManagerLib.h 688 EFI_HANDLE ChildHandle;
IpIoLib.h 234 EFI_HANDLE ChildHandle;
304 EFI_HANDLE ChildHandle;
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Acpi/AcpiTableDxe/
AcpiSdt.c 913 EFI_ACPI_HANDLE ChildHandle;
935 ChildHandle = NULL;
937 Status = GetChild (HandleIn, &ChildHandle);
942 if (ChildHandle == NULL) {
953 AmlHandle = (EFI_AML_HANDLE *)ChildHandle;
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/IScsiDxe/
IScsiImpl.h 158 EFI_HANDLE ChildHandle;
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Udp4Dxe/
Udp4Impl.h 94 EFI_HANDLE ChildHandle;
  /device/linaro/bootloader/edk2/NetworkPkg/DnsDxe/
DnsDriver.h 82 EFI_HANDLE ChildHandle;
506 The CreateChild() function installs a protocol on ChildHandle.
507 If ChildHandle is a pointer to NULL, then a new handle is created and returned in ChildHandle.
508 If ChildHandle is not a pointer to NULL, then the protocol installs on the existing ChildHandle.
511 @param[in] ChildHandle Pointer to the handle of the child to create. If it is NULL,
515 @retval EFI_SUCCES The protocol was added to ChildHandle.
516 @retval EFI_INVALID_PARAMETER ChildHandle is NULL.
526 IN EFI_HANDLE *ChildHandle
    [all...]
  /device/linaro/bootloader/edk2/NetworkPkg/Udp6Dxe/
Udp6Impl.h 90 EFI_HANDLE ChildHandle;
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Ip4Dxe/
Ip4Config2Impl.h 165 EFI_HANDLE ChildHandle;
  /device/linaro/bootloader/edk2/NetworkPkg/IScsiDxe/
IScsiImpl.h 197 EFI_HANDLE ChildHandle;
  /device/linaro/bootloader/edk2/NetworkPkg/Ip6Dxe/
Ip6ConfigImpl.h 178 EFI_HANDLE ChildHandle;

Completed in 428 milliseconds