Lines Matching defs:file
57 efi_err("Failed to open file: %ls\n", fi->filename);
64 efi_err("Failed to get file info\n");
157 /* Check whether the remaining device path is a file device path */
165 /* Copy the remaining file path into the fi structure */
179 * Check the cmdline for a LILO-style file= arguments.
181 * We only support loading a file from the same filesystem as
196 efi_file_protocol_t *file;
235 status = efi_open_file(volume, &fi, &file, &size);
241 * file. This condition will also trigger naturally during the
281 status = efi_call_proto(file, read, &chunksize, addr);
283 efi_err("Failed to read file\n");
289 efi_call_proto(file, close);
301 efi_call_proto(file, close);