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

  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/ServiceBinding/
ServiceBinding.h 84 EFI_SERVICE_BINDING_CREATE_CHILD CreateChild;
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
ServiceBinding.h 30 The CreateChild() function installs a protocol on ChildHandle.
56 The DestroyChild() function does the opposite of CreateChild(). It removes a protocol
57 that was installed by CreateChild() from ChildHandle. If the removed protocol is the
81 /// in CreateChild() and removing protocols in DestroyChild(). It is also required
82 /// that the CreateChild() function opens the parent protocol BY_CHILD_CONTROLLER
84 /// The pseudo code for CreateChild() and DestroyChild() is provided to specify the
86 /// a software protocol is responsible for calling CreateChild() when it requires the
90 EFI_SERVICE_BINDING_CREATE_CHILD CreateChild;
  /external/syslinux/efi32/include/efi/
efiprot.h 752 EFI_SERVICE_BINDING_CREATE_CHILD CreateChild;
  /external/syslinux/efi64/include/efi/
efiprot.h 752 EFI_SERVICE_BINDING_CREATE_CHILD CreateChild;
  /external/syslinux/gnu-efi/gnu-efi-3.0/inc/
efiprot.h 752 EFI_SERVICE_BINDING_CREATE_CHILD CreateChild;

Completed in 408 milliseconds