Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/firmware/efi/libstub/
Dfile.c134 efi_device_path_protocol_t *initrd_dp; in efi_open_device_path() local
148 initrd_dp = efi_fn_call(text_to_dp, convert_text_to_device_path, in efi_open_device_path()
152 if ((efi_bs_call(locate_device_path, &fs_proto, &initrd_dp, &handle) ?: in efi_open_device_path()
158 if (initrd_dp->type != EFI_DEV_MEDIA || in efi_open_device_path()
159 initrd_dp->sub_type != EFI_DEV_MEDIA_FILE) { in efi_open_device_path()
161 initrd_dp->type, initrd_dp->sub_type); in efi_open_device_path()
166 fpath = (struct efi_file_path_dev_path *)initrd_dp; in efi_open_device_path()