Searched refs:EfiLoadFile2Protocol (Results 1 – 2 of 2) sorted by relevance
/systemd-251/src/boot/efi/ |
D | initrd.c | 88 err = BS->LocateDevicePath(&EfiLoadFile2Protocol, &dp, &handle); in initrd_register() 103 &EfiLoadFile2Protocol, loader, in initrd_register() 120 initrd_handle, &EfiLoadFile2Protocol, (void **) &loader, in initrd_unregister() 126 (void) BS->CloseProtocol(initrd_handle, &EfiLoadFile2Protocol, NULL, NULL); in initrd_unregister() 132 &EfiLoadFile2Protocol, loader, in initrd_unregister()
|
D | missing_efi.h | 305 #define EfiLoadFile2Protocol ((EFI_GUID)EFI_LOAD_FILE2_PROTOCOL_GUID) macro
|