Home
last modified time | relevance | path

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

/systemd-251/src/test/
Dtest-path.c124 #define check_states(...) _check_states(__LINE__, __VA_ARGS__) macro
140 if (check_states(m, path, service, PATH_WAITING, SERVICE_DEAD) < 0) in test_path_exists()
144 if (check_states(m, path, service, PATH_RUNNING, SERVICE_RUNNING) < 0) in test_path_exists()
149 if (check_states(m, path, service, PATH_RUNNING, SERVICE_RUNNING) < 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()
178 if (check_states(m, path, service, PATH_RUNNING, SERVICE_RUNNING) < 0) in test_path_existsglob()
183 if (check_states(m, path, service, PATH_RUNNING, SERVICE_RUNNING) < 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()
[all …]