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

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/Dxe/Hand/
H A DHandle.c1386 @param ProtocolBuffer A pointer to the list of protocol interface GUID
1389 in ProtocolBuffer.
1392 on Handle was returned in ProtocolBuffer. The
1397 @retval EFI_INVALID_PARAMETER ProtocolBuffer is NULL.
1407 OUT EFI_GUID ***ProtocolBuffer,
1425 if (ProtocolBuffer == NULL) {
1457 *ProtocolBuffer = Buffer;
1405 CoreProtocolsPerHandle( IN EFI_HANDLE UserHandle, OUT EFI_GUID ***ProtocolBuffer, OUT UINTN *ProtocolBufferCount ) argument

Completed in 44 milliseconds