Home
last modified time | relevance | path

Searched refs:efi_dp_size (Results 1 – 4 of 4) sorted by relevance

/u-boot/lib/efi_loader/
A Defi_device_path_utilities.c35 sz = efi_dp_size(device_path) + sizeof(struct efi_device_path); in get_device_path_size()
A Defi_device_path.c255 efi_uintn_t efi_dp_size(const struct efi_device_path *dp) in efi_dp_size() function
272 size_t sz = efi_dp_size(dp) + sizeof(END); in efi_dp_dup()
299 unsigned sz1 = efi_dp_size(dp1); in efi_dp_append()
300 unsigned sz2 = efi_dp_size(dp2); in efi_dp_append()
332 size_t sz = efi_dp_size(dp); in efi_dp_append_node()
374 sz = efi_dp_size(dp); in efi_dp_append_instance()
/u-boot/include/
A Defi_loader.h623 efi_uintn_t efi_dp_size(const struct efi_device_path *dp);
/u-boot/cmd/
A Defidebug.c867 lo.file_path_length = efi_dp_size(file_path) in do_efi_boot_add()

Completed in 9 milliseconds