Home
last modified time | relevance | path

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

/systemd-251/src/resolve/
Dresolved-etc-hosts.c194 bool all_localhost, in_order; in strip_localhost() local
213 in_order = true; in strip_localhost()
232 in_order = false; in strip_localhost()
237 if (!in_order) in strip_localhost()
/systemd-251/src/boot/
Dbootctl.c495 static int print_efi_option(uint16_t id, bool in_order) { in print_efi_option() argument
514 printf(" Status: %sactive%s\n", active ? "" : "in", in_order ? ", boot-order" : ""); in print_efi_option()
1141 static int remove_variables(sd_id128_t uuid, const char *path, bool in_order) { in remove_variables() argument
1156 if (in_order) in remove_variables()