Searched refs:efi_file_handle (Results 1 – 9 of 9) sorted by relevance
/u-boot/lib/efi_selftest/ |
A D | efi_selftest_loadimage.c | 147 struct efi_file_handle **root); 150 (struct efi_file_handle *this, 151 struct efi_file_handle **new_handle, 169 (struct efi_file_handle *this, const efi_guid_t *info_type, 173 (struct efi_file_handle *this, const efi_guid_t *info_type, 191 static struct efi_file_handle file = { 206 static struct efi_file_handle volume = { 228 struct efi_file_handle **root) in open_volume() 240 (struct efi_file_handle *this, in open() 241 struct efi_file_handle **new_handle, in open() [all …]
|
A D | dtbdump.c | 292 struct efi_file_handle *root = NULL, *file = NULL; in do_load() 429 struct efi_file_handle *root, *file; in do_save()
|
A D | initrddump.c | 328 struct efi_file_handle *root, *file; in do_save()
|
A D | efi_selftest_block_device.c | 306 struct efi_file_handle *root, *file; in execute()
|
/u-boot/lib/efi_loader/ |
A D | efi_file.c | 32 struct efi_file_handle base; 46 static const struct efi_file_handle efi_file_handle_protocol; 175 static struct efi_file_handle *file_open(struct file_system *fs, in file_open() 249 static efi_status_t efi_file_open_int(struct efi_file_handle *this, in efi_file_open_int() 250 struct efi_file_handle **new_handle, in efi_file_open_int() 309 struct efi_file_handle **new_handle, in efi_file_open() 338 struct efi_file_handle **new_handle, in efi_file_open_ex() 1011 static const struct efi_file_handle efi_file_handle_protocol = { 1038 struct efi_file_handle *f; in efi_file_from_path() 1060 struct efi_file_handle *f2; in efi_file_from_path() [all …]
|
A D | efi_capsule.c | 29 static struct efi_file_handle *bootdev_root; 716 struct efi_file_handle *dirh; in efi_capsule_scan_dir() 821 struct efi_file_handle *dirh, *fh; in efi_capsule_read_file() 890 struct efi_file_handle *dirh, *fh; in efi_capsule_delete_file()
|
A D | efi_boottime.c | 1881 struct efi_file_handle *f; in efi_load_image_from_file()
|
/u-boot/include/ |
A D | efi_api.h | 1598 struct efi_file_handle { struct 1600 efi_status_t (EFIAPI *open)(struct efi_file_handle *this, argument 1601 struct efi_file_handle **new_handle, 1603 efi_status_t (EFIAPI *close)(struct efi_file_handle *this); 1605 efi_status_t (EFIAPI *read)(struct efi_file_handle *this, 1607 efi_status_t (EFIAPI *write)(struct efi_file_handle *this, 1609 efi_status_t (EFIAPI *getpos)(struct efi_file_handle *this, 1611 efi_status_t (EFIAPI *setpos)(struct efi_file_handle *this, 1619 efi_status_t (EFIAPI *flush)(struct efi_file_handle *this); 1621 struct efi_file_handle **new_handle, [all …]
|
A D | efi_loader.h | 559 struct efi_file_handle *efi_file_from_path(struct efi_device_path *fp);
|
Completed in 27 milliseconds