Searched defs:active_state (Results 1 - 3 of 3) sorted by relevance
/systemd/src/shared/ |
H A D | bus-util.h | 134 const char *active_state; member in struct:UnitInfo
|
/systemd/src/core/ |
H A D | unit.h | 334 UnitActiveState (*active_state)(Unit *u); member in struct:UnitVTable
|
/systemd/src/systemctl/ |
H A D | systemctl.c | 354 if (streq(u->active_state, "inactive") || u->following[0]) 376 active_len = MAX(active_len, strlen(u->active_state)); 385 (streq(u->active_state, "failed") || 455 } else if (streq(u->active_state, "failed") && !arg_plain) { 484 on_active, active_len, u->active_state, 3326 const char *active_state; member in struct:UnitStatusInfo 3425 if (streq_ptr(i->active_state, "failed")) { 3428 } else if (streq_ptr(i->active_state, "active") || streq_ptr(i->active_state, "reloading")) { 3498 ss = streq_ptr(i->active_state, [all...] |
Completed in 2837 milliseconds