Home
last modified time | relevance | path

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

/openbmc/u-boot/lib/efi_loader/
H A Defi_bootmgr.c36 lo->file_path_length = get_unaligned_le16(data); in efi_deserialize_load_option()
45 data += lo->file_path_length; in efi_deserialize_load_option()
65 size += sizeof(lo->file_path_length); in efi_serialize_load_option()
67 size += lo->file_path_length; in efi_serialize_load_option()
78 memcpy(p, &lo->file_path_length, sizeof(lo->file_path_length)); in efi_serialize_load_option()
79 p += sizeof(lo->file_path_length); in efi_serialize_load_option()
84 memcpy(p, lo->file_path, lo->file_path_length); in efi_serialize_load_option()
85 p += lo->file_path_length; in efi_serialize_load_option()
/openbmc/u-boot/include/
H A Defi_loader.h550 u16 file_path_length; member
/openbmc/u-boot/cmd/
H A Defidebug.c524 lo.file_path_length = efi_dp_size(file_path) in do_efi_boot_add()