Home
last modified time | relevance | path

Searched refs:FileSystemProtocol (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/sys/stand/efiboot/
H A Defifile.c62 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 Dsread.c103 … Status = uefi_call_wrapper(BS->LocateDevicePath, 3, &FileSystemProtocol, FilePath, DeviceHandle); in OpenSimpleReadFile()
H A Dhand.c314 …Status = uefi_call_wrapper(BS->HandleProtocol, 3, DeviceHandle, &FileSystemProtocol, (VOID*)&Volum… in LibOpenRoot()
/netbsd-src/sys/external/bsd/gnu-efi/dist/inc/
H A Defilib.h89 #define FileSystemProtocol gEfiSimpleFileSystemProtocolGuid macro