Home
last modified time | relevance | path

Searched refs:ret_active (Results 1 – 2 of 2) sorted by relevance

/systemd-251/src/shared/
Defi-api.h16 …ption(uint16_t nr, char **ret_title, sd_id128_t *ret_part_uuid, char **ret_path, bool *ret_active);
39 …tion(uint16_t nr, char **ret_title, sd_id128_t *ret_part_uuid, char **ret_path, bool *ret_active) { in efi_get_boot_option() argument
Defi-api.c226 bool *ret_active) { in efi_get_boot_option() argument
318 if (ret_active) in efi_get_boot_option()
319 *ret_active = header->attr & LOAD_OPTION_ACTIVE; in efi_get_boot_option()