Searched refs:FileSystemProtocol (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/sys/stand/efiboot/ |
H A D | efifile.c | 62 status = LibLocateHandle(ByProtocol, &FileSystemProtocol, NULL, &efi_nvol, &efi_vol); in efi_file_system_probe()
|
/netbsd-src/sys/external/bsd/gnu-efi/dist/lib/ |
H A D | sread.c | 103 … Status = uefi_call_wrapper(BS->LocateDevicePath, 3, &FileSystemProtocol, FilePath, DeviceHandle); in OpenSimpleReadFile()
|
H A D | hand.c | 314 …Status = uefi_call_wrapper(BS->HandleProtocol, 3, DeviceHandle, &FileSystemProtocol, (VOID*)&Volum… in LibOpenRoot()
|
/netbsd-src/sys/external/bsd/gnu-efi/dist/inc/ |
H A D | efilib.h | 89 #define FileSystemProtocol gEfiSimpleFileSystemProtocolGuid macro
|