Searched refs:efi_get_boot_option (Results 1 – 3 of 3) sorted by relevance
/systemd-251/src/shared/ |
D | efi-api.h | 16 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
|
D | efi-api.c | 221 int efi_get_boot_option( in efi_get_boot_option() function
|
/systemd-251/src/boot/ |
D | bootctl.c | 502 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()
|