/u-boot/lib/efi_loader/ |
A D | efi_device_path_utilities.c | 28 const struct efi_device_path *device_path) in get_device_path_size() argument 32 EFI_ENTRY("%pD", device_path); in get_device_path_size() 34 if (device_path) in get_device_path_size() 56 const struct efi_device_path *device_path) in duplicate_device_path() argument 58 EFI_ENTRY("%pD", device_path); in duplicate_device_path() 59 return EFI_EXIT(efi_dp_dup(device_path)); in duplicate_device_path() 97 const struct efi_device_path *device_path, in append_device_node() argument 100 EFI_ENTRY("%pD, %p", device_path, device_node); in append_device_node() 118 const struct efi_device_path *device_path, in append_device_path_instance() argument 162 const struct efi_device_path *device_path) in is_device_path_multi_instance() argument [all …]
|
A D | helloworld.c | 104 efi_status_t print_device_path(struct efi_device_path *device_path, in print_device_path() argument 110 if (!device_path) { in print_device_path() 115 string = dp2txt->convert_device_path_to_text(device_path, true, false); in print_device_path() 143 struct efi_device_path *device_path; in efi_main() local 181 (void **)&device_path); in efi_main() 188 ret = print_device_path(device_path, device_path_to_text); in efi_main()
|
A D | efi_device_path_to_text.c | 377 struct efi_device_path *device_path, in efi_convert_device_path_to_text() argument 385 EFI_ENTRY("%p, %d, %d", device_path, display_only, allow_shortcuts); in efi_convert_device_path_to_text() 387 if (!device_path) in efi_convert_device_path_to_text() 389 while (device_path && str + MAX_NODE_LEN < buffer + MAX_PATH_LEN) { in efi_convert_device_path_to_text() 390 if (device_path->type == DEVICE_PATH_TYPE_END) { in efi_convert_device_path_to_text() 391 if (device_path->sub_type != in efi_convert_device_path_to_text() 398 str, device_path); in efi_convert_device_path_to_text() 400 *(u8 **)&device_path += device_path->length; in efi_convert_device_path_to_text()
|
A D | efi_hii_config.c | 87 const struct efi_device_path *device_path, in get_alt_config() argument 92 this, config_resp, guid, name, device_path, in get_alt_config()
|
A D | efi_disk.c | 294 struct efi_device_path *device_path; in efi_fs_from_path() local 299 ret = efi_dp_split_file_path(full_path, &device_path, &file_path); in efi_fs_from_path() 305 efiobj = efi_dp_find_obj(device_path, NULL); in efi_fs_from_path() 306 efi_free_pool(device_path); in efi_fs_from_path()
|
A D | efi_boottime.c | 1716 efi_status_t efi_setup_loaded_image(struct efi_device_path *device_path, in efi_setup_loaded_image() argument 1747 if (device_path) { in efi_setup_loaded_image() 1748 info->device_handle = efi_dp_find_obj(device_path, NULL); in efi_setup_loaded_image() 1750 dp = efi_dp_append(device_path, file_path); in efi_setup_loaded_image() 1799 struct efi_device_path **device_path, in efi_locate_device_path() argument 1812 EFI_ENTRY("%pUl, %p, %p", protocol, device_path, device); in efi_locate_device_path() 1814 if (!protocol || !device_path || !*device_path) { in efi_locate_device_path() 1820 len = efi_dp_instance_size(*device_path); in efi_locate_device_path() 1845 if (memcmp(*device_path, dp, len_dp)) in efi_locate_device_path() 1855 remainder = (u8 *)*device_path + len_best; in efi_locate_device_path() [all …]
|
A D | efi_device_path.c | 1067 struct efi_device_path **device_path, in efi_dp_split_file_path() argument 1072 *device_path = NULL; in efi_dp_split_file_path() 1091 *device_path = dp; in efi_dp_split_file_path()
|
/u-boot/lib/acpi/ |
A D | acpi_table.c | 272 const char *device_path) in acpi_create_dbg2() argument 318 path = device_path ? : "."; in acpi_create_dbg2()
|
/u-boot/include/ |
A D | efi_api.h | 124 struct efi_device_path **device_path, 823 struct efi_device_path *device_path, 834 const struct efi_device_path *device_path); 836 const struct efi_device_path *device_path); 841 const struct efi_device_path *device_path, 844 const struct efi_device_path *device_path, 850 const struct efi_device_path *device_path); 972 efi_string_id_t device_path; member 1241 const struct efi_device_path *device_path,
|
A D | efi.h | 378 struct efi_device_path *device_path; member
|
A D | efi_loader.h | 602 efi_status_t efi_setup_loaded_image(struct efi_device_path *device_path, 656 struct efi_device_path **device_path,
|
/u-boot/include/linux/ |
A D | edd.h | 158 } device_path; member
|
/u-boot/cmd/ |
A D | bootefi.c | 500 struct efi_device_path *device_path, in bootefi_run_prepare() argument 508 ret = efi_setup_loaded_image(device_path, image_path, image_objp, in bootefi_run_prepare()
|
A D | efidebug.c | 825 struct efi_device_path *device_path = NULL, *file_path = NULL; in do_efi_boot_add() local 858 ret = efi_dp_from_name(argv[3], argv[4], argv[5], &device_path, in do_efi_boot_add() 893 efi_free_pool(device_path); in do_efi_boot_add()
|
/u-boot/include/acpi/ |
A D | acpi_table.h | 626 const char *device_path);
|