Lines Matching defs:file
49 efi_err("Failed to open file: %ls\n", fi->filename);
56 efi_err("Failed to get file info\n");
125 * Check the cmdline for a LILO-style file= arguments.
127 * We only support loading a file from the same filesystem as
142 efi_file_protocol_t *file;
179 status = efi_open_file(volume, &fi, &file, &size);
185 * file. This condition will also trigger naturally during the
225 status = file->read(file, &chunksize, addr);
227 efi_err("Failed to read file\n");
233 file->close(file);
247 file->close(file);