Home
last modified time | relevance | path

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

/external/u-boot/include/
Defi_loader.h96 uint16_t *efi_dp_str(struct efi_device_path *dp);
235 efi_fs_from_path(struct efi_device_path *fp);
292 struct blk_desc *desc, int part, struct efi_device_path *dp);
295 struct efi_file_handle *efi_file_from_path(struct efi_device_path *fp);
328 struct efi_device_path *device_path,
329 struct efi_device_path *file_path);
330 efi_status_t efi_load_image_from_path(struct efi_device_path *file_path,
343 struct efi_device_path *efi_dp_next(const struct efi_device_path *dp);
344 int efi_dp_match(const struct efi_device_path *a,
345 const struct efi_device_path *b);
[all …]
Defi_api.h102 struct efi_device_path **device_path,
109 struct efi_device_path *file_path, void *source_buffer,
127 struct efi_device_path *remaining_device_path,
326 struct efi_device_path *file_path;
353 struct efi_device_path { struct
368 struct efi_device_path dp; argument
375 struct efi_device_path dp;
388 struct efi_device_path dp;
403 struct efi_device_path dp;
410 struct efi_device_path dp;
[all …]
Defi.h36 struct efi_device_path;
341 struct efi_device_path *device_path;
/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.c20 static const struct efi_device_path END = {
76 struct efi_device_path *efi_dp_next(const struct efi_device_path *dp) in efi_dp_next()
85 return (struct efi_device_path *)dp; in efi_dp_next()
94 int efi_dp_match(const struct efi_device_path *a, in efi_dp_match()
95 const struct efi_device_path *b) in efi_dp_match()
128 static struct efi_device_path *shorten_path(struct efi_device_path *dp) in shorten_path()
147 static struct efi_object *find_obj(struct efi_device_path *dp, bool short_path, in find_obj()
148 struct efi_device_path **rem) in find_obj()
155 struct efi_device_path *obj_dp; in find_obj()
193 struct efi_object *efi_dp_find_obj(struct efi_device_path *dp, in efi_dp_find_obj()
[all …]
Defi_device_path_to_text.c36 static char *dp_unknown(char *s, struct efi_device_path *dp) in dp_unknown()
42 static char *dp_hardware(char *s, struct efi_device_path *dp) in dp_hardware()
67 static char *dp_acpi(char *s, struct efi_device_path *dp) in dp_acpi()
86 static char *dp_msging(char *s, struct efi_device_path *dp) in dp_msging()
160 static char *dp_media(char *s, struct efi_device_path *dp) in dp_media()
230 struct efi_device_path *dp) in efi_convert_single_device_node_to_text()
270 struct efi_device_path *device_node, in efi_convert_device_node_to_text()
303 struct efi_device_path *device_path, in efi_convert_device_path_to_text()
330 uint16_t *efi_dp_str(struct efi_device_path *dp) in efi_dp_str()
Defi_bootmgr.c49 struct efi_device_path *file_path;
100 static void *try_load_entry(uint16_t n, struct efi_device_path **device_path, in try_load_entry()
101 struct efi_device_path **file_path) in try_load_entry()
146 void *efi_bootmgr_load(struct efi_device_path **device_path, in efi_bootmgr_load()
147 struct efi_device_path **file_path) in efi_bootmgr_load()
Defi_disk.c30 struct efi_device_path *dp;
187 efi_fs_from_path(struct efi_device_path *full_path) in efi_fs_from_path()
191 struct efi_device_path *device_path; in efi_fs_from_path()
192 struct efi_device_path *file_path; in efi_fs_from_path()
230 struct efi_device_path *dp_parent, in efi_disk_add_dev()
254 struct efi_device_path *node = efi_dp_part_node(desc, part); in efi_disk_add_dev()
317 struct efi_device_path *dp = NULL; in efi_disk_create_partitions()
Defi_boottime.c1446 struct efi_device_path *device_path, in efi_setup_loaded_image()
1447 struct efi_device_path *file_path) in efi_setup_loaded_image()
1503 efi_status_t efi_load_image_from_path(struct efi_device_path *file_path, in efi_load_image_from_path()
1563 struct efi_device_path *file_path, in efi_load_image()
1598 struct efi_device_path *dp, *fp; in efi_load_image()
2196 struct efi_device_path **device_path, in efi_locate_device_path()
2199 struct efi_device_path *dp; in efi_locate_device_path()
2231 dp = (struct efi_device_path *)handler->protocol_interface; in efi_locate_device_path()
2249 *device_path = (struct efi_device_path *)remainder; in efi_locate_device_path()
2626 struct efi_device_path *remain_device_path) in efi_bind_controller()
[all …]
DMakefile18 obj-y += efi_memory.o efi_device_path_to_text.o efi_device_path.o
Defi_file.c19 struct efi_device_path *dp;
550 struct efi_file_handle *efi_file_from_path(struct efi_device_path *fp) in efi_file_from_path()
608 struct efi_device_path *dp) in efi_simple_file_system()
/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_controllers.c77 struct efi_device_path *remaining_device_path) in supported()
114 struct efi_device_path *remaining_device_path) in start()
/external/u-boot/test/
Dprint_ut.c26 sizeof(struct efi_device_path)]; in efi_ut_print()
28 struct efi_device_path *dp_end; in efi_ut_print()
39 dp_end = (struct efi_device_path *)pos; in efi_ut_print()
42 dp_end->length = sizeof(struct efi_device_path); in efi_ut_print()
/external/u-boot/cmd/
Dbootefi.c29 static struct efi_device_path *bootefi_image_path;
30 static struct efi_device_path *bootefi_device_path;
266 struct efi_device_path *device_path, in do_bootefi_exec()
267 struct efi_device_path *image_path) in do_bootefi_exec()
272 struct efi_device_path *memdp = NULL; in do_bootefi_exec()
366 struct efi_device_path *device_path, *file_path; in do_bootefi_bootmgr_exec()
/external/u-boot/lib/efi_driver/
Defi_uclass.c31 const struct efi_device_path *dp; in check_node_type()
39 const struct efi_device_path *node = efi_dp_last_node(dp); in check_node_type()
58 struct efi_device_path *remaining_device_path) in efi_uc_supported()
106 struct efi_device_path *remaining_device_path) in efi_uc_start()
/external/u-boot/lib/
Dvsprintf.c308 str = efi_dp_str((struct efi_device_path *)dp); in device_path_string()