/third_party/ltp/testcases/kernel/syscalls/clone3/ |
D | clone301.c | 90 tst_strsig(child_received_signal), in do_child() 92 tst_strsig(CHILD_SIGNAL)); in do_child() 97 tst_strsig(CHILD_SIGNAL)); in do_child() 157 tst_strsig(parent_received_signal), in run() 159 tst_strsig(tc->exit_signal)); in run() 164 tst_strsig(parent_received_signal)); in run()
|
/third_party/ltp/testcases/kernel/syscalls/kill/ |
D | kill11.c | 83 tst_res(TFAIL, "core dump bit not set for %s", tst_strsig(tc->sig)); in verify_kill() 88 tst_res(TFAIL, "core dump bit set for %s", tst_strsig(tc->sig)); in verify_kill() 98 tst_res(TPASS, "signal %-16s%s", tst_strsig(tc->sig), in verify_kill()
|
/third_party/ltp/testcases/kernel/syscalls/sighold/ |
D | sighold02.c | 153 sig, tst_strsig(sig)); in do_child() 165 sig, tst_strsig(sig)); in do_child() 181 sig, tst_strsig(sig)); in do_child()
|
/third_party/ltp/lib/tests/ |
D | tst_strsig.c | 32 fprintf(stderr, "SIGKILL = %s\n", tst_strsig(SIGKILL)); in main() 33 fprintf(stderr, "SIGALRM = %s\n", tst_strsig(SIGALRM)); in main()
|
/third_party/ltp/lib/ |
D | tst_safe_macros.c | 199 tst_strsig(signum), signum, act, oldact); in safe_sigaction() 203 tst_strsig(signum), signum, act, oldact, rval); in safe_sigaction() 218 "sigaddset() %s (%i) failed", tst_strsig(signo), in safe_sigaddset() 223 tst_strsig(signo), signo, rval); in safe_sigaddset() 238 "sigdelset() %s (%i) failed", tst_strsig(signo), in safe_sigdelset() 243 tst_strsig(signo), signo, rval); in safe_sigdelset()
|
D | tst_status.c | 24 tst_strsig(WTERMSIG(status))); in signaled()
|
D | signame.h | 18 const char *tst_strsig(int sig) in tst_strsig() function
|
D | tst_sig.c | 234 tst_strsig(sig), sig, getpid()); in def_handler()
|
/third_party/ltp/testcases/kernel/syscalls/waitpid/ |
D | waitpid01.c | 51 tst_strsig(WTERMSIG(status))); in run()
|
/third_party/ltp/testcases/kernel/syscalls/abort/ |
D | abort01.c | 67 tst_res(TFAIL, "abort() raised %s", tst_strsig(sig)); in verify_abort()
|
/third_party/ltp/testcases/kernel/syscalls/pause/ |
D | pause03.c | 81 tst_strsig(WTERMSIG(status))); in main()
|
/third_party/ltp/testcases/kernel/syscalls/pipe/ |
D | pipe02.c | 84 tst_strsig(sig)); in verify_pipe()
|
/third_party/ltp/testcases/kernel/containers/pidns/ |
D | pidns03.c | 104 tst_strsig(WTERMSIG(status))); in test()
|
/third_party/ltp/testcases/kernel/containers/mountns/ |
D | mountns01.c | 122 tst_strsig(WTERMSIG(status))); in test()
|
D | mountns02.c | 122 tst_strsig(WTERMSIG(status))); in test()
|
D | mountns03.c | 139 tst_strsig(WTERMSIG(status))); in test()
|
/third_party/ltp/testcases/kernel/syscalls/signal/ |
D | signal01.c | 132 tst_strsig(WTERMSIG(res))); in do_test()
|
/third_party/ltp/testcases/kernel/containers/sysvipc/ |
D | shm_comm.c | 141 tst_strsig(WTERMSIG(status))); in test()
|
D | msg_comm.c | 152 tst_strsig(WTERMSIG(status))); in test()
|
D | sem_comm.c | 165 tst_strsig(WTERMSIG(status))); in test()
|
/third_party/ltp/ |
D | .gitignore | 75 /lib/tests/tst_strsig
|
/third_party/ltp/include/old/ |
D | test.h | 209 const char *tst_strsig(int sig);
|
/third_party/ltp/testcases/kernel/syscalls/mmap/ |
D | mmap18.c | 196 tst_res(TPASS, "Child killed by %s as expected", tst_strsig(SIGSEGV)); in grow_stack_fail()
|
/third_party/ltp/include/ |
D | tst_test.h | 304 const char *tst_strsig(int sig);
|
/third_party/ltp/testcases/kernel/mem/mtest06/ |
D | mmap3.c | 129 tst_strsig(sig_caught)); in test_mmap()
|