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

/systemd/src/systemctl/
H A Dsystemctl.c88 static char **arg_states = NULL; variable
553 r = sd_bus_message_append_strv(m, arg_states);
1293 if (!strv_isempty(arg_states) &&
1294 !strv_find(arg_states, unit_file_state_to_string(u->state)))
6567 if (strv_push(&arg_states, type) < 0)
6690 if (strv_extend(&arg_states, "failed") < 0)
6790 if (strv_push(&arg_states, s) < 0)
7692 strv_free(arg_states);

Completed in 38 milliseconds