HomeSort by: relevance | last modified time | path
    Searched refs:FileSystemProtocol (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/stand/efiboot/
efifile.c 62 status = LibLocateHandle(ByProtocol, &FileSystemProtocol, NULL, &efi_nvol, &efi_vol);
  /src/sys/external/bsd/gnu-efi/dist/lib/
sread.c 103 Status = uefi_call_wrapper(BS->LocateDevicePath, 3, &FileSystemProtocol, FilePath, DeviceHandle);
hand.c 314 Status = uefi_call_wrapper(BS->HandleProtocol, 3, DeviceHandle, &FileSystemProtocol, (VOID*)&Volume);
  /src/sys/external/bsd/gnu-efi/dist/inc/
efilib.h 89 #define FileSystemProtocol gEfiSimpleFileSystemProtocolGuid

Completed in 44 milliseconds