Searched defs:test_run (Results 1 - 9 of 9) sorted by relevance

/systemd/test/TEST-01-BASIC/
H A Dtest.sh22 test_run() { function
/systemd/test/TEST-02-CRYPTSETUP/
H A Dtest.sh27 test_run() { function
/systemd/test/TEST-03-JOBS/
H A Dtest.sh22 test_run() { function
/systemd/test/TEST-04-JOURNAL/
H A Dtest.sh22 test_run() { function
/systemd/test/TEST-05-RLIMITS/
H A Dtest.sh22 test_run() { function
/systemd/test/TEST-06-SELINUX/
H A Dtest.sh29 test_run() { function
/systemd/test/TEST-07-ISSUE-1981/
H A Dtest.sh8 test_run() { function
/systemd/src/core/
H A Dmanager.h239 bool test_run:1; member in struct:Manager
310 int manager_new(ManagerRunningAs running_as, bool test_run, Manager **m);
H A Dmanager.c349 if (m->test_run)
381 if (m->test_run)
550 int manager_new(ManagerRunningAs running_as, bool test_run, Manager **_m) { argument
599 m->test_run = test_run;
677 if (m->test_run)
753 if (m->test_run || m->kdbus_fd >= 0)
775 if (m->test_run)
2620 if (m->test_run)
2808 if (m->test_run)
[all...]

Completed in 21 milliseconds