Searched defs:is_efi_boot (Results 1 - 2 of 2) sorted by relevance

/systemd/src/shared/
H A Defivars.h38 bool is_efi_boot(void);
61 static inline bool is_efi_boot(void) { function
H A Defivars.c82 bool is_efi_boot(void) { function
118 if (!is_efi_boot() || detect_container() > 0)

Completed in 540 milliseconds