Lines Matching refs:running
1846 if (!arg_plain && !streq_ptr(m->state, "running"))
1870 } else if (!streq_ptr(m->state, "running")) {
2065 printf("%sNo jobs %s.%s\n", on, skipped ? "listed" : "running", off);
2102 if (streq(j->state, "running")) {
3192 /* According to LSB: 3, "program is not running" */
3359 bool running:1;
3622 if (i->running) {
3851 i->running = true;
4477 /* According to LSB: "program not running" */
4478 /* 0: program is running or service is OK
4481 * 3: program is not running
4590 } else if (!streq_ptr(mi.state, "running")) {
5812 return streq(state, "running") ? EXIT_SUCCESS : EXIT_FAILURE;
6280 " is-system-running Check whether system is fully running\n"
7241 * running, we need to forward this
7379 { "is-system-running", VERB_ANY, 1, 0, is_system_running },