Home
last modified time | relevance | path

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

/openbmc/u-boot/lib/efi_loader/
H A Defi_device_path.c244 efi_uintn_t efi_dp_size(const struct efi_device_path *dp) in efi_dp_size() function
261 size_t sz = efi_dp_size(dp) + sizeof(END); in efi_dp_dup()
288 unsigned sz1 = efi_dp_size(dp1); in efi_dp_append()
289 unsigned sz2 = efi_dp_size(dp2); in efi_dp_append()
321 size_t sz = efi_dp_size(dp); in efi_dp_append_node()
360 sz = efi_dp_size(dp); in efi_dp_append_instance()
H A Defi_device_path_utilities.c35 sz = efi_dp_size(device_path) + sizeof(struct efi_device_path); in get_device_path_size()
/openbmc/u-boot/include/
H A Defi_loader.h422 efi_uintn_t efi_dp_size(const struct efi_device_path *dp);
/openbmc/u-boot/cmd/
H A Defidebug.c524 lo.file_path_length = efi_dp_size(file_path) in do_efi_boot_add()