Lines Matching refs:check_states
124 #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()
213 if (check_states(m, path, service, PATH_RUNNING, SERVICE_RUNNING) < 0) in test_path_changed()
218 if (check_states(m, path, service, PATH_WAITING, SERVICE_DEAD) < 0) in test_path_changed()
225 if (check_states(m, path, service, PATH_RUNNING, SERVICE_RUNNING) < 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()
255 if (check_states(m, path, service, PATH_RUNNING, SERVICE_RUNNING) < 0) in test_path_modified()
260 if (check_states(m, path, service, PATH_WAITING, SERVICE_DEAD) < 0) in test_path_modified()
267 if (check_states(m, path, service, PATH_RUNNING, SERVICE_RUNNING) < 0) in test_path_modified()
271 if (check_states(m, path, service, PATH_WAITING, SERVICE_DEAD) < 0) in test_path_modified()
292 if (check_states(m, path, service, PATH_WAITING, SERVICE_DEAD) < 0) in test_path_unit()
296 if (check_states(m, path, service, PATH_RUNNING, SERVICE_RUNNING) < 0) in test_path_unit()
301 if (check_states(m, path, service, PATH_WAITING, SERVICE_DEAD) < 0) in test_path_unit()
323 if (check_states(m, path, service, PATH_WAITING, SERVICE_DEAD) < 0) in test_path_directorynotempty()
332 if (check_states(m, path, service, PATH_RUNNING, SERVICE_RUNNING) < 0) in test_path_directorynotempty()
337 if (check_states(m, path, service, PATH_RUNNING, SERVICE_RUNNING) < 0) in test_path_directorynotempty()
342 if (check_states(m, path, service, PATH_WAITING, SERVICE_DEAD) < 0) in test_path_directorynotempty()