HomeSort by: relevance | last modified time | path
    Searched defs:efi_vol (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/stand/efiboot/
efifile.c 34 static EFI_HANDLE *efi_vol; variable in typeref:typename:EFI_HANDLE *
62 status = LibLocateHandle(ByProtocol, &FileSystemProtocol, NULL, &efi_nvol, &efi_vol);
94 file_dp = FileDevicePath(efi_vol[vol], upath);
169 if (efi_device_path_ncmp(dp, DevicePathFromHandle(efi_vol[vol]), depth) == 0)

Completed in 30 milliseconds