Searched refs:efi_dp_split_file_path (Results 1 – 6 of 6) sorted by relevance
/u-boot-v2022.01-rc1/cmd/ |
A D | bootefi.c | 102 efi_dp_split_file_path(image, &device, &image); in efi_set_bootdev()
|
/u-boot-v2022.01-rc1/lib/efi_loader/ |
A D | efi_disk.c | 299 ret = efi_dp_split_file_path(full_path, &device_path, &file_path); in efi_fs_from_path()
|
A D | efi_capsule.c | 656 efi_dp_split_file_path(lo.file_path, device_dp, &file_dp); in get_dp_device()
|
A D | efi_device_path.c | 1078 efi_status_t efi_dp_split_file_path(struct efi_device_path *full_path, in efi_dp_split_file_path() function
|
A D | efi_boottime.c | 2048 efi_dp_split_file_path(file_path, &dp, &fp); in efi_load_image()
|
/u-boot-v2022.01-rc1/include/ |
A D | efi_loader.h | 763 efi_status_t efi_dp_split_file_path(struct efi_device_path *full_path,
|
Completed in 16 milliseconds