Lines Matching refs:fi
38 struct finfo *fi, in efi_open_file() argument
49 for (c = fi->filename; *c != L'\0'; c++) { in efi_open_file()
54 status = efi_call_proto(volume, open, &fh, fi->filename, in efi_open_file()
57 efi_err("Failed to open file: %ls\n", fi->filename); in efi_open_file()
62 status = efi_call_proto(fh, get_info, &info_guid, &info_sz, fi); in efi_open_file()
70 *file_size = fi->info.file_size; in efi_open_file()
129 struct finfo *fi) in efi_open_device_path() argument
149 fi->filename); in efi_open_device_path()
167 memcpy(fi->filename, fpath->filename, in efi_open_device_path()
168 min(sizeof(fi->filename), in efi_open_device_path()
213 struct finfo fi; in handle_cmdline_files() local
219 fi.filename, ARRAY_SIZE(fi.filename)); in handle_cmdline_files()
227 status = efi_open_device_path(&volume, &fi); in handle_cmdline_files()
235 status = efi_open_file(volume, &fi, &file, &size); in handle_cmdline_files()