Searched refs:check_p_d_u (Results 1 - 1 of 1) sorted by relevance
/systemd/src/test/ |
H A D | test-cgroup-util.c | 32 static void check_p_d_u(const char *path, int code, const char *result) { function 43 check_p_d_u("getty@tty2.service", 0, "getty@tty2.service"); 44 check_p_d_u("getty@tty2.service/", 0, "getty@tty2.service"); 45 check_p_d_u("getty@tty2.service/xxx", 0, "getty@tty2.service"); 46 check_p_d_u("getty@.service/", -ENXIO, NULL); 47 check_p_d_u("getty@.service", -ENXIO, NULL); 48 check_p_d_u("getty.service", 0, "getty.service"); 49 check_p_d_u("getty", -ENXIO, NULL); 50 check_p_d_u("getty/waldo", -ENXIO, NULL); 51 check_p_d_u("_cp [all...] |
Completed in 818 milliseconds