Home
last modified time | relevance | path

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

/u-boot/lib/efi_loader/
A Defi_load_options.c73 lo->file_path_length = get_unaligned_le16(data); in efi_deserialize_load_option()
87 len = lo->file_path_length; in efi_deserialize_load_option()
120 size += sizeof(lo->file_path_length); in efi_serialize_load_option()
122 size += lo->file_path_length; in efi_serialize_load_option()
135 memcpy(p, &lo->file_path_length, sizeof(lo->file_path_length)); in efi_serialize_load_option()
136 p += sizeof(lo->file_path_length); in efi_serialize_load_option()
141 memcpy(p, lo->file_path, lo->file_path_length); in efi_serialize_load_option()
142 p += lo->file_path_length; in efi_serialize_load_option()
/u-boot/include/
A Defi_loader.h741 u16 file_path_length; member
/u-boot/cmd/
A Defidebug.c867 lo.file_path_length = efi_dp_size(file_path) in do_efi_boot_add()

Completed in 7 milliseconds