Home
last modified time | relevance | path

Searched refs:systemd_efi_options_efivarfs_if_newer (Results 1 – 3 of 3) sorted by relevance

/systemd-251/src/basic/
Defivars.h57 int systemd_efi_options_efivarfs_if_newer(char **ret);
97 static inline int systemd_efi_options_efivarfs_if_newer(char **line) { in systemd_efi_options_efivarfs_if_newer() function
Defivars.c422 int systemd_efi_options_efivarfs_if_newer(char **ret) { in systemd_efi_options_efivarfs_if_newer() function
/systemd-251/src/boot/
Dbootctl.c2249 r = systemd_efi_options_efivarfs_if_newer(&new); in verb_systemd_efi_options()