Home
last modified time | relevance | path

Searched refs:efi_device_path (Results 1 – 24 of 24) sorted by relevance

/external/u-boot/lib/efi_loader/
Defi_device_path_utilities.c28 const struct efi_device_path *device_path) in get_device_path_size()
35 sz = efi_dp_size(device_path) + sizeof(struct efi_device_path); in get_device_path_size()
55 static struct efi_device_path * EFIAPI duplicate_device_path( in duplicate_device_path()
56 const struct efi_device_path *device_path) in duplicate_device_path()
75 static struct efi_device_path * EFIAPI append_device_path( in append_device_path()
76 const struct efi_device_path *src1, in append_device_path()
77 const struct efi_device_path *src2) in append_device_path()
96 static struct efi_device_path * EFIAPI append_device_node( in append_device_node()
97 const struct efi_device_path *device_path, in append_device_node()
98 const struct efi_device_path *device_node) in append_device_node()
[all …]
Defi_device_path.c25 static const struct efi_device_path END = {
77 struct efi_device_path *efi_dp_next(const struct efi_device_path *dp) in efi_dp_next()
86 return (struct efi_device_path *)dp; in efi_dp_next()
95 int efi_dp_match(const struct efi_device_path *a, in efi_dp_match()
96 const struct efi_device_path *b) in efi_dp_match()
130 static struct efi_device_path *shorten_path(struct efi_device_path *dp) in shorten_path()
149 static struct efi_object *find_obj(struct efi_device_path *dp, bool short_path, in find_obj()
150 struct efi_device_path **rem) in find_obj()
157 struct efi_device_path *obj_dp; in find_obj()
195 struct efi_object *efi_dp_find_obj(struct efi_device_path *dp, in efi_dp_find_obj()
[all …]
Defi_device_path_to_text.c44 static char *dp_unknown(char *s, struct efi_device_path *dp) in dp_unknown()
50 static char *dp_hardware(char *s, struct efi_device_path *dp) in dp_hardware()
84 static char *dp_acpi(char *s, struct efi_device_path *dp) in dp_acpi()
102 static char *dp_msging(char *s, struct efi_device_path *dp) in dp_msging()
190 static char *dp_media(char *s, struct efi_device_path *dp) in dp_media()
261 struct efi_device_path *dp) in efi_convert_single_device_node_to_text()
301 struct efi_device_path *device_node, in efi_convert_device_node_to_text()
334 struct efi_device_path *device_path, in efi_convert_device_path_to_text()
361 uint16_t *efi_dp_str(struct efi_device_path *dp) in efi_dp_str()
Defi_disk.c38 struct efi_device_path *dp;
236 efi_fs_from_path(struct efi_device_path *full_path) in efi_fs_from_path()
240 struct efi_device_path *device_path; in efi_fs_from_path()
241 struct efi_device_path *file_path; in efi_fs_from_path()
300 struct efi_device_path *dp_parent, in efi_disk_add_dev()
324 struct efi_device_path *node = efi_dp_part_node(desc, part); in efi_disk_add_dev()
394 struct efi_device_path *dp = NULL; in efi_disk_create_partitions()
Defi_root_node.c18 struct efi_device_path end;
48 dp->end.length = sizeof(struct efi_device_path); in efi_root_node_register()
Defi_boottime.c1689 efi_status_t efi_setup_loaded_image(struct efi_device_path *device_path, in efi_setup_loaded_image()
1690 struct efi_device_path *file_path, in efi_setup_loaded_image()
1697 struct efi_device_path *dp; in efi_setup_loaded_image()
1768 efi_status_t efi_load_image_from_path(struct efi_device_path *file_path, in efi_load_image_from_path()
1846 struct efi_device_path *file_path, in efi_load_image()
1851 struct efi_device_path *dp, *fp; in efi_load_image()
2405 struct efi_device_path **device_path, in efi_locate_device_path()
2408 struct efi_device_path *dp; in efi_locate_device_path()
2440 dp = (struct efi_device_path *)handler->protocol_interface; in efi_locate_device_path()
2462 *device_path = (struct efi_device_path *)remainder; in efi_locate_device_path()
[all …]
DMakefile26 obj-y += efi_device_path.o
Defi_hii_config.c83 const struct efi_device_path *device_path, in get_alt_config()
Defi_file.c23 struct efi_device_path *dp;
804 struct efi_file_handle *efi_file_from_path(struct efi_device_path *fp) in efi_file_from_path()
871 struct efi_device_path *dp) in efi_simple_file_system()
Defi_bootmgr.c52 lo->file_path = (struct efi_device_path *)data; in efi_deserialize_load_option()
/external/u-boot/include/
Defi_loader.h129 uint16_t *efi_dp_str(struct efi_device_path *dp);
384 efi_fs_from_path(struct efi_device_path *fp);
416 struct efi_device_path *file_path,
458 struct blk_desc *desc, int part, struct efi_device_path *dp);
461 struct efi_file_handle *efi_file_from_path(struct efi_device_path *fp);
505 efi_status_t efi_setup_loaded_image(struct efi_device_path *device_path,
506 struct efi_device_path *file_path,
518 struct efi_device_path *efi_dp_next(const struct efi_device_path *dp);
519 int efi_dp_match(const struct efi_device_path *a,
520 const struct efi_device_path *b);
[all …]
Defi_api.h115 struct efi_device_path **device_path,
122 struct efi_device_path *file_path, void *source_buffer,
141 struct efi_device_path *remaining_device_path,
360 struct efi_device_path *file_path;
379 struct efi_device_path { struct
394 struct efi_device_path dp; argument
401 struct efi_device_path dp;
414 struct efi_device_path dp;
430 struct efi_device_path dp;
437 struct efi_device_path dp;
[all …]
Defi.h48 struct efi_device_path;
367 struct efi_device_path *device_path;
/external/u-boot/lib/efi_selftest/
Defi_selftest_devicepath.c69 struct efi_device_path end_node; in setup()
85 sizeof(struct efi_device_path), in setup()
92 sizeof(struct efi_device_path), in setup()
99 sizeof(struct efi_device_path), in setup()
131 end_node.length = sizeof(struct efi_device_path); in setup()
133 &end_node, sizeof(struct efi_device_path)); in setup()
135 &end_node, sizeof(struct efi_device_path)); in setup()
137 &end_node, sizeof(struct efi_device_path)); in setup()
259 struct efi_device_path *remaining_dp; in execute()
267 struct efi_device_path dp; in execute()
[all …]
Defi_selftest_block_device.c36 static struct efi_device_path *dp;
189 struct efi_device_path end_node; in setup()
208 sizeof(struct efi_device_path), in setup()
224 end_node.length = sizeof(struct efi_device_path); in setup()
227 &end_node, sizeof(struct efi_device_path)); in setup()
282 static efi_uintn_t dp_size(struct efi_device_path *dp) in dp_size()
284 struct efi_device_path *pos = dp; in dp_size()
287 pos = (struct efi_device_path *)((char *)pos + pos->length); in dp_size()
302 struct efi_device_path *dp_partition; in execute()
Defi_selftest_devicepath_util.c55 struct efi_device_path **dp) in create_single_node_device_path()
57 struct efi_device_path *node; in create_single_node_device_path()
94 struct efi_device_path *dp1; in execute()
95 struct efi_device_path *dp2; in execute()
96 struct efi_device_path *dp3; in execute()
Defi_selftest_loadimage.c81 struct efi_device_path end;
95 .length = sizeof(struct efi_device_path),
102 struct efi_device_path path;
104 struct efi_device_path end;
118 .length = sizeof(struct efi_device_path) + sizeof(dp_file.file),
124 .length = sizeof(struct efi_device_path),
Defi_selftest_exception.c25 struct efi_device_path dp;
27 struct efi_device_path end;
Defi_selftest_controllers.c77 struct efi_device_path *remaining_device_path) in supported()
114 struct efi_device_path *remaining_device_path) in start()
/external/u-boot/cmd/
Dbootefi.c25 static struct efi_device_path *bootefi_image_path;
26 static struct efi_device_path *bootefi_device_path;
358 struct efi_device_path *device_path, *image_path; in do_bootefi_image()
359 struct efi_device_path *file_path = NULL; in do_bootefi_image()
448 struct efi_device_path *device_path, in bootefi_run_prepare()
449 struct efi_device_path *image_path, in bootefi_run_prepare()
628 struct efi_device_path *device, *image; in efi_set_bootdev()
640 struct efi_device_path *image_tmp = image; in efi_set_bootdev()
Defidebug.c32 struct efi_device_path *dp; in efi_get_device_handle_info()
504 struct efi_device_path *device_path = NULL, *file_path = NULL; in do_efi_boot_add()
547 + sizeof(struct efi_device_path); /* for END */ in do_efi_boot_add()
/external/u-boot/test/
Dprint_ut.c44 sizeof(struct efi_device_path)]; in efi_ut_print()
46 struct efi_device_path *dp_end; in efi_ut_print()
57 dp_end = (struct efi_device_path *)pos; in efi_ut_print()
60 dp_end->length = sizeof(struct efi_device_path); in efi_ut_print()
/external/u-boot/lib/efi_driver/
Defi_uclass.c33 const struct efi_device_path *dp; in check_node_type()
41 const struct efi_device_path *node = efi_dp_last_node(dp); in check_node_type()
60 struct efi_device_path *remaining_device_path) in efi_uc_supported()
108 struct efi_device_path *remaining_device_path) in efi_uc_start()
/external/u-boot/lib/
Dvsprintf.c312 str = efi_dp_str((struct efi_device_path *)dp); in device_path_string()