Home
last modified time | relevance | path

Searched refs:efi_file_handle (Results 1 – 9 of 9) sorted by relevance

/u-boot/lib/efi_selftest/
A Defi_selftest_loadimage.c147 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 Ddtbdump.c292 struct efi_file_handle *root = NULL, *file = NULL; in do_load()
429 struct efi_file_handle *root, *file; in do_save()
A Dinitrddump.c328 struct efi_file_handle *root, *file; in do_save()
A Defi_selftest_block_device.c306 struct efi_file_handle *root, *file; in execute()
/u-boot/lib/efi_loader/
A Defi_file.c32 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 Defi_capsule.c29 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 Defi_boottime.c1881 struct efi_file_handle *f; in efi_load_image_from_file()
/u-boot/include/
A Defi_api.h1598 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 Defi_loader.h559 struct efi_file_handle *efi_file_from_path(struct efi_device_path *fp);

Completed in 27 milliseconds