Home
last modified time | relevance | path

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

/external/u-boot/lib/efi_loader/
Defi_bootmgr.c44 lo->file_path_length = get_unaligned_le16(data); in efi_deserialize_load_option()
53 data += lo->file_path_length; in efi_deserialize_load_option()
77 size += sizeof(lo->file_path_length); in efi_serialize_load_option()
79 size += lo->file_path_length; in efi_serialize_load_option()
92 memcpy(p, &lo->file_path_length, sizeof(lo->file_path_length)); in efi_serialize_load_option()
93 p += sizeof(lo->file_path_length); in efi_serialize_load_option()
98 memcpy(p, lo->file_path, lo->file_path_length); in efi_serialize_load_option()
99 p += lo->file_path_length; in efi_serialize_load_option()
/external/u-boot/include/
Defi_loader.h642 u16 file_path_length; member
/external/u-boot/cmd/
Defidebug.c546 lo.file_path_length = efi_dp_size(file_path) in do_efi_boot_add()