Searched defs:in_order (Results 1 - 1 of 1) sorted by relevance

/systemd/src/boot/
H A Dbootctl.c302 static int print_efi_option(uint16_t id, bool in_order) { argument
321 printf(" Status: %sactive%s\n", active ? "" : "in", in_order ? ", boot-order" : "");
858 static int remove_variables(sd_id128_t uuid, const char *path, bool in_order) { argument
873 if (in_order)

Completed in 506 milliseconds