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

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/Dxe/Hand/
H A DHandle.c1287 @param EntryBuffer A pointer to a buffer of open protocol information in the
1289 @param EntryCount Number of EntryBuffer entries
1291 @retval EFI_SUCCESS The open protocol information was returned in EntryBuffer,
1294 @retval EFI_OUT_OF_RESOURCES There are not enough resources available to allocate EntryBuffer.
1302 OUT EFI_OPEN_PROTOCOL_INFORMATION_ENTRY **EntryBuffer,
1314 *EntryBuffer = NULL;
1366 *EntryBuffer = Buffer;
1299 CoreOpenProtocolInformation( IN EFI_HANDLE UserHandle, IN EFI_GUID *Protocol, OUT EFI_OPEN_PROTOCOL_INFORMATION_ENTRY **EntryBuffer, OUT UINTN *EntryCount ) argument

Completed in 76 milliseconds