Searched refs:active_state (Results 1 - 17 of 17) sorted by relevance

/systemd/src/core/
H A Dtarget.c210 .active_state = target_active_state,
H A Dslice.c322 .active_state = slice_active_state,
H A Dscope.c594 .active_state = scope_active_state,
H A Ddevice.c857 .active_state = device_active_state,
H A Dpath.c770 .active_state = path_active_state,
H A Dunit.h334 UnitActiveState (*active_state)(Unit *u); member in struct:UnitVTable
H A Dautomount.c1070 .active_state = automount_active_state,
H A Dbusname.c1044 .active_state = busname_active_state,
H A Dtimer.c839 .active_state = timer_active_state,
H A Dswap.c1482 .active_state = swap_active_state,
H A Dmount.c1837 .active_state = mount_active_state,
H A Dsocket.c2835 .active_state = socket_active_state,
H A Dservice.c3331 .active_state = service_active_state,
H A Dunit.c576 return UNIT_VTABLE(u)->active_state(u);
/systemd/src/shared/
H A Dbus-util.h134 const char *active_state; member in struct:UnitInfo
H A Dbus-util.c1388 &u->active_state,
/systemd/src/systemctl/
H A Dsystemctl.c354 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 545 milliseconds