Home
last modified time | relevance | path

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

/systemd-251/src/shared/
Defi-api.c77 if (!is_efi_boot()) in efi_reboot_to_firmware_supported()
237 if (!is_efi_boot()) in efi_get_boot_option()
365 if (!is_efi_boot()) in efi_add_boot_option()
422 if (!is_efi_boot()) in efi_remove_boot_option()
436 if (!is_efi_boot()) in efi_get_boot_order()
456 if (!is_efi_boot()) in efi_set_boot_order()
489 if (!is_efi_boot()) in efi_get_boot_options()
533 if (!is_efi_boot()) in efi_has_tpm2()
Defi-loader.c40 if (!is_efi_boot()) in efi_loader_get_boot_usec()
65 if (!is_efi_boot()) in efi_loader_get_device_part_uuid()
94 if (!is_efi_boot()) in efi_loader_get_entries()
146 if (!is_efi_boot()) { in efi_loader_get_features()
Dmount-setup.c109 is_efi_boot, MNT_NONE },
Dcondition.c580 return is_efi_boot(); in condition_test_firmware()
Dbootspec.c845 if (!is_efi_boot()) in boot_load_efi_entry_pointers()
/systemd-251/src/basic/
Defivars.h51 bool is_efi_boot(void);
77 static inline bool is_efi_boot(void) { in is_efi_boot() function
Defivars.c275 bool is_efi_boot(void) { in is_efi_boot() function
297 if (!is_efi_boot()) /* If this is not an EFI boot, assume the queried flags are zero */ in read_flag()
/systemd-251/src/boot/
Dbless-boot-generator.c45 if (!is_efi_boot()) { in main()
Dbootctl.c989 if (!is_efi_boot()) { in install_variables()
1145 if (!is_efi_boot()) in remove_variables()
1568 if (is_efi_boot()) { in verb_status()
1681 if (is_efi_boot()) { in verb_status()
1800 if (!is_efi_boot()) { in install_random_seed()
2152 if (!is_efi_boot()) in verb_set_efivar()
Dbless-boot.c523 if (!is_efi_boot()) in run()
/systemd-251/src/gpt-auto-generator/
Dgpt-auto-generator.c561 if (is_efi_boot()) { in add_esp()
647 if (!is_efi_boot()) { in add_root_mount()
/systemd-251/src/systemctl/
Dsystemctl-start-special.c40 is_efi_boot() in load_kexec_kernel()
/systemd-251/src/cryptsetup/
Dcryptsetup.c1425 if (is_efi_boot() && !efi_has_tpm2()) in attach_luks_or_plain_or_bitlk_by_tpm2()