Searched refs:active_state (Results 1 - 17 of 17) sorted by relevance
| /systemd/src/core/ |
| H A D | target.c | 210 .active_state = target_active_state,
|
| H A D | slice.c | 322 .active_state = slice_active_state,
|
| H A D | scope.c | 594 .active_state = scope_active_state,
|
| H A D | device.c | 857 .active_state = device_active_state,
|
| H A D | path.c | 770 .active_state = path_active_state,
|
| H A D | unit.h | 334 UnitActiveState (*active_state)(Unit *u); member in struct:UnitVTable
|
| H A D | automount.c | 1070 .active_state = automount_active_state,
|
| H A D | busname.c | 1044 .active_state = busname_active_state,
|
| H A D | timer.c | 839 .active_state = timer_active_state,
|
| H A D | swap.c | 1482 .active_state = swap_active_state,
|
| H A D | mount.c | 1837 .active_state = mount_active_state,
|
| H A D | socket.c | 2835 .active_state = socket_active_state,
|
| H A D | service.c | 3331 .active_state = service_active_state,
|
| H A D | unit.c | 576 return UNIT_VTABLE(u)->active_state(u);
|
| /systemd/src/shared/ |
| H A D | bus-util.h | 134 const char *active_state; member in struct:UnitInfo
|
| H A D | bus-util.c | 1388 &u->active_state,
|
| /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 545 milliseconds