Home
last modified time | relevance | path

Searched refs:file_path_list (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/firmware/efi/libstub/
H A Defi-stub-helper.c126 const efi_device_path_protocol_t *file_path_list; in efi_load_option_unpack() local
147 file_path_list = pos; in efi_load_option_unpack()
160 if (pos != (const void *)file_path_list + src->file_path_list_length) in efi_load_option_unpack()
166 dest->file_path_list = file_path_list; in efi_load_option_unpack()
H A Defistub.h930 const efi_device_path_protocol_t *file_path_list; member