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

/systemd/src/shared/
H A Defivars.h49 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 Defivars.c345 int efi_get_boot_option( function
/systemd/src/boot/
H A Dbootctl.c309 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