Searched refs:boot_policy (Results 1 – 5 of 5) sorted by relevance
| /u-boot/lib/efi_loader/ |
| A D | efi_load_initrd.c | 15 struct efi_device_path *file_path, bool boot_policy, 93 struct efi_device_path *file_path, bool boot_policy, in efi_load_file2_initrd() argument 103 EFI_ENTRY("%p, %p, %d, %p, %p", this, file_path, boot_policy, in efi_load_file2_initrd() 123 if (boot_policy) { in efi_load_file2_initrd()
|
| A D | efi_boottime.c | 1946 efi_status_t efi_load_image_from_path(bool boot_policy, in efi_load_image_from_path() argument 1972 } else if (!boot_policy) { in efi_load_image_from_path() 1984 boot_policy, &buffer_size, in efi_load_image_from_path() 1996 load_file_protocol, dp, boot_policy, in efi_load_image_from_path() 2026 efi_status_t EFIAPI efi_load_image(bool boot_policy, in efi_load_image() argument 2040 EFI_ENTRY("%d, %p, %pD, %p, %zd, %p", boot_policy, parent_image, in efi_load_image() 2052 ret = efi_load_image_from_path(boot_policy, file_path, in efi_load_image()
|
| /u-boot/lib/efi_selftest/ |
| A D | efi_selftest_load_file.c | 211 bool boot_policy, in load_file() argument 248 bool boot_policy, in load_file2() argument 264 if (boot_policy) { in load_file2()
|
| /u-boot/include/ |
| A D | efi_loader.h | 493 efi_status_t EFIAPI efi_load_image(bool boot_policy,
|
| A D | efi_api.h | 1730 bool boot_policy,
|
Completed in 19 milliseconds