Home
last modified time | relevance | path

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

/openbmc/linux/drivers/firmware/efi/libstub/
H A Dfile.c152 if ((efi_bs_call(locate_device_path, &fs_proto, &initrd_dp, &handle) ?: in efi_open_device_path()
H A Defistub.h288 efi_status_t (__efiapi *locate_device_path)(efi_guid_t *,
349 u32 locate_device_path; member
H A Defi-stub-helper.c518 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 Defi_selftest_devicepath.c364 ret = boottime->locate_device_path(&guid_protocol, &remaining_dp, in execute()
/openbmc/u-boot/include/
H A Defi_api.h114 efi_status_t (EFIAPI *locate_device_path)(const efi_guid_t *protocol,
/openbmc/u-boot/lib/efi_loader/
H A Defi_boottime.c3168 .locate_device_path = efi_locate_device_path,