Searched refs:cld_code (Results 1 – 3 of 3) sorted by relevance
/systemd-251/src/test/ |
D | test-bpf-lsm.c | 19 int cld_code, r; in test_restrict_filesystems() local 52 cld_code = SERVICE(u)->exec_command[SERVICE_EXEC_START]->exec_status.code; in test_restrict_filesystems() 53 if (cld_code != CLD_EXITED) in test_restrict_filesystems() 54 …o(-SYNTHETIC_ERRNO(EBUSY), "ExecStart didn't exited, code='%s'", sigchld_code_to_string(cld_code)); in test_restrict_filesystems()
|
D | test-socket-bind.c | 38 int cld_code, r; in test_socket_bind() local 91 cld_code = SERVICE(u)->exec_command[SERVICE_EXEC_START]->exec_status.code; in test_socket_bind() 92 if (cld_code != CLD_EXITED) in test_socket_bind() 93 …no(SYNTHETIC_ERRNO(EBUSY), "ExecStart didn't exited, code='%s'", sigchld_code_to_string(cld_code)); in test_socket_bind()
|
D | test-bpf-foreign-programs.c | 195 int cld_code, r; in test_bpf_cgroup_programs() local 259 cld_code = SERVICE(u)->exec_command[SERVICE_EXEC_START]->exec_status.code; in test_bpf_cgroup_programs() 260 if (cld_code != CLD_EXITED) in test_bpf_cgroup_programs() 262 … "Child didn't exit normally, code='%s'", sigchld_code_to_string(cld_code)); in test_bpf_cgroup_programs()
|