Searched refs:locate_device_path (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/drivers/firmware/efi/libstub/ |
H A D | file.c | 152 if ((efi_bs_call(locate_device_path, &fs_proto, &initrd_dp, &handle) ?: in efi_open_device_path()
|
H A D | efistub.h | 288 efi_status_t (__efiapi *locate_device_path)(efi_guid_t *, 349 u32 locate_device_path; member
|
H A D | efi-stub-helper.c | 518 status = efi_bs_call(locate_device_path, &lf2_proto_guid, &dp, &handle); in efi_load_initrd_dev_path()
|
/openbmc/u-boot/lib/efi_selftest/ |
H A D | efi_selftest_devicepath.c | 364 ret = boottime->locate_device_path(&guid_protocol, &remaining_dp, in execute()
|
/openbmc/u-boot/include/ |
H A D | efi_api.h | 114 efi_status_t (EFIAPI *locate_device_path)(const efi_guid_t *protocol,
|
/openbmc/u-boot/lib/efi_loader/ |
H A D | efi_boottime.c | 3168 .locate_device_path = efi_locate_device_path,
|