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

/systemd/src/systemctl/
H A Dsystemctl.c3161 static int check_unit_generic(int code, const char *good_states, char **args) { function
3193 return check_unit_generic(3, "active\0reloading\0", strv_skip(argv, 1));
3197 return check_unit_generic(1, "failed\0", strv_skip(argv, 1));

Completed in 39 milliseconds