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)
|