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

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/EfiSocketLib/
H A DSocket.c944 and installs a protocol on ChildHandle. If pChildHandle is a
946 pChildHandle. If pChildHandle is not a pointer to NULL, then
947 the protocol installs on the existing pChildHandle.
949 @param [in, out] pChildHandle Pointer to the handle of the child to create.
967 IN OUT EFI_HANDLE * pChildHandle,
1018 pChildHandle,
1026 *pChildHandle ));
1027 pSocket->SocketProtocol.SocketHandle = *pChildHandle;
1054 *pChildHandle,
966 EslSocketAllocate( IN OUT EFI_HANDLE * pChildHandle, IN UINTN DebugFlags, IN OUT ESL_SOCKET ** ppSocket ) argument
[all...]

Completed in 71 milliseconds