Searched refs:PATH_WAITING (Results 1 – 4 of 4) sorted by relevance
/systemd-251/src/test/ |
D | test-path.c | 140 if (check_states(m, path, service, PATH_WAITING, SERVICE_DEAD) < 0) in test_path_exists() 154 if (check_states(m, path, service, PATH_WAITING, SERVICE_DEAD) < 0) in test_path_exists() 174 if (check_states(m, path, service, PATH_WAITING, SERVICE_DEAD) < 0) in test_path_existsglob() 188 if (check_states(m, path, service, PATH_WAITING, SERVICE_DEAD) < 0) in test_path_existsglob() 209 if (check_states(m, path, service, PATH_WAITING, SERVICE_DEAD) < 0) in test_path_changed() 218 if (check_states(m, path, service, PATH_WAITING, SERVICE_DEAD) < 0) in test_path_changed() 229 if (check_states(m, path, service, PATH_WAITING, SERVICE_DEAD) < 0) in test_path_changed() 251 if (check_states(m, path, service, PATH_WAITING, SERVICE_DEAD) < 0) in test_path_modified() 260 if (check_states(m, path, service, PATH_WAITING, SERVICE_DEAD) < 0) in test_path_modified() 271 if (check_states(m, path, service, PATH_WAITING, SERVICE_DEAD) < 0) in test_path_modified() [all …]
|
/systemd-251/src/core/ |
D | path.c | 30 [PATH_WAITING] = UNIT_ACTIVE, 459 if (!IN_SET(state, PATH_WAITING, PATH_RUNNING)) in path_set_state() 478 if (IN_SET(p->deserialized_state, PATH_WAITING, PATH_RUNNING)) in path_coldplug() 577 path_set_state(p, PATH_WAITING); in path_enter_waiting() 622 assert(IN_SET(p->state, PATH_WAITING, PATH_RUNNING)); in path_stop() 743 if (!IN_SET(p->state, PATH_WAITING, PATH_RUNNING)) in path_dispatch_io() 785 if (!IN_SET(p->state, PATH_WAITING, PATH_RUNNING)) in path_trigger_notify() 802 } else if (p->state == PATH_WAITING && in path_trigger_notify()
|
/systemd-251/src/basic/ |
D | unit-def.c | 163 [PATH_WAITING] = "waiting",
|
D | unit-def.h | 108 PATH_WAITING, enumerator
|