Searched refs:file_path_length (Results 1 – 3 of 3) sorted by relevance
44 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()
642 u16 file_path_length; member
546 lo.file_path_length = efi_dp_size(file_path) in do_efi_boot_add()