Home
last modified time | relevance | path

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

/systemd-251/src/shared/
Defi-api.h16 int efi_get_boot_option(uint16_t nr, char **ret_title, sd_id128_t *ret_part_uuid, char **ret_path, …
39 static inline int efi_get_boot_option(uint16_t nr, char **ret_title, sd_id128_t *ret_part_uuid, cha… in efi_get_boot_option() function
Defi-api.c221 int efi_get_boot_option( in efi_get_boot_option() function
/systemd-251/src/boot/
Dbootctl.c502 r = efi_get_boot_option(id, &title, &partition, &path, &active); in print_efi_option()
872 r = efi_get_boot_option(id, NULL, &ouuid, &opath, NULL); in same_entry()