Home
last modified time | relevance | path

Searched refs:service_state (Results 1 – 4 of 4) sorted by relevance

/systemd-251/src/test/ !
Dtest-path.c80 … Manager *m, Path *path, Service *service, PathState path_state, ServiceState service_state) { in _check_states() argument
86 while (path->state != path_state || service->state != service_state || in _check_states()
Dtest-tables.c100 test_table(service_state, SERVICE_STATE); in main()
/systemd-251/src/basic/ !
Dunit-def.c203 DEFINE_STRING_TABLE_LOOKUP(service_state, ServiceState);
/systemd-251/src/systemctl/ !
Dsystemctl.c357 DUMP_STRING_TABLE(service_state, ServiceState, _SERVICE_STATE_MAX); in help_states()