Searched refs:efi_get_boot_option (Results 1 - 3 of 3) sorted by relevance
/systemd/src/shared/ |
H A D | efivars.h | 49 int efi_get_boot_option(uint16_t nr, char **title, sd_id128_t *part_uuid, char **path, bool *active); 97 static inline int efi_get_boot_option(uint16_t nr, char **title, sd_id128_t *part_uuid, char **path, bool *active) { function
|
H A D | efivars.c | 345 int efi_get_boot_option( function
|
/systemd/src/boot/ |
H A D | bootctl.c | 309 r = efi_get_boot_option(id, &title, &partition, &path, &active); 632 r = efi_get_boot_option(id, NULL, &ouuid, &opath, NULL);
|
Completed in 204 milliseconds