Searched refs:tst_strsig (Results 1 – 25 of 29) sorted by relevance
12
/external/ltp/testcases/kernel/syscalls/sighold/ |
D | sighold02.c | 152 sig, tst_strsig(sig)); in do_child() 164 sig, tst_strsig(sig)); in do_child() 180 sig, tst_strsig(sig)); in do_child()
|
/external/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()
|
/external/ltp/testcases/kernel/syscalls/kill/ |
D | kill11.c | 135 tst_resm(TFAIL, "core dump bit not set for %s", tst_strsig(t->sig)); in verify_kill() 140 tst_resm(TFAIL, "core dump bit set for %s", tst_strsig(t->sig)); in verify_kill() 157 tst_resm(TPASS, "signal %-16s%s", tst_strsig(t->sig), in verify_kill()
|
/external/ltp/lib/ |
D | tst_status.c | 35 snprintf(buf, sizeof(buf), "killed by %s", tst_strsig(status)); in signaled()
|
D | signame.h | 18 const char *tst_strsig(int sig) in tst_strsig() function
|
D | tst_sig.c | 233 tst_strsig(sig), sig, getpid()); in def_handler()
|
D | tst_safe_macros.c | 136 tst_strsig(signum), signum, act, oldact); in safe_sigaction()
|
D | tst_test.c | 343 pid, tst_strsig(WTERMSIG(status))); in check_child_status() 1130 tst_brk(TBROK, "Test killed by %s!", tst_strsig(WTERMSIG(status))); in fork_testrun()
|
/external/ltp/testcases/kernel/syscalls/waitpid/ |
D | waitpid01.c | 64 tst_strsig(WTERMSIG(status))); in run()
|
/external/ltp/testcases/kernel/syscalls/pause/ |
D | pause03.c | 81 tst_strsig(WTERMSIG(status))); in main()
|
/external/ltp/testcases/kernel/containers/pidns/ |
D | pidns03.c | 104 tst_strsig(WTERMSIG(status))); in test()
|
/external/ltp/testcases/kernel/syscalls/pipe/ |
D | pipe02.c | 96 tst_strsig(sig)); in verify_pipe()
|
/external/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()
|
/external/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 | 166 tst_strsig(WTERMSIG(status))); in test()
|
/external/ltp/testcases/kernel/syscalls/signal/ |
D | signal01.c | 132 tst_strsig(WTERMSIG(res))); in do_test()
|
/external/ltp/testcases/kernel/containers/netns/ |
D | netns_netlink.c | 160 tst_strsig(WTERMSIG(status))); in test()
|
/external/ltp/ |
D | .gitignore | 73 /lib/tests/tst_strsig
|
/external/ltp/include/old/ |
D | test.h | 209 const char *tst_strsig(int sig);
|
/external/ltp/include/ |
D | tst_test.h | 228 const char *tst_strsig(int sig);
|
/external/ltp/testcases/kernel/mem/mtest06/ |
D | mmap3.c | 146 tst_strsig(sig_caught)); in test_mmap()
|
/external/ltp/testcases/kernel/mem/lib/ |
D | mem.c | 147 tst_strsig(SIGKILL)); in oom() 151 tst_strsig(WTERMSIG(status))); in oom()
|
12