Home
last modified time | relevance | path

Searched refs:ret_title (Results 1 – 2 of 2) 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() argument
Defi-api.c223 char **ret_title, in efi_get_boot_option() argument
252 if (ret_title) { in efi_get_boot_option()
312 if (ret_title) in efi_get_boot_option()
313 *ret_title = TAKE_PTR(s); in efi_get_boot_option()