Home
last modified time | relevance | path

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

/external/u-boot/lib/efi_loader/
Defi_device_path.c248 efi_uintn_t efi_dp_size(const struct efi_device_path *dp) in efi_dp_size() function
265 size_t sz = efi_dp_size(dp) + sizeof(END); in efi_dp_dup()
292 unsigned sz1 = efi_dp_size(dp1); in efi_dp_append()
293 unsigned sz2 = efi_dp_size(dp2); in efi_dp_append()
325 size_t sz = efi_dp_size(dp); in efi_dp_append_node()
364 sz = efi_dp_size(dp); in efi_dp_append_instance()
Defi_device_path_utilities.c35 sz = efi_dp_size(device_path) + sizeof(struct efi_device_path); in get_device_path_size()
/external/u-boot/include/
Defi_loader.h351 efi_uintn_t efi_dp_size(const struct efi_device_path *dp);