Searched defs:CreateChild (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/
H A DServiceBinding.h30 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; member in struct:_EFI_SERVICE_BINDING_PROTOCOL

Completed in 31 milliseconds