Home
last modified time | relevance | path

Searched refs:SIGSYS (Results 1 – 25 of 144) sorted by relevance

123456

/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigaction/
D28-21.c63 if (signal(SIGSYS, handler_1) == SIG_ERR) { in main()
83 ret = sigaction(SIGSYS, &sa, &save); in main()
91 ret = raise(SIGSYS); in main()
104 ret = sigaction(SIGSYS, &save, 0); in main()
112 ret = raise(SIGSYS); in main()
D3-21.c40 if (sigaction(SIGSYS, &act, 0) == -1) { in main()
46 if (sigaction(SIGSYS, 0, &oact) == -1) { in main()
52 if (raise(SIGSYS) == -1) { in main()
D22-21.c54 raise(SIGSYS); in handler()
71 if (sigaction(SIGSYS, &act, 0) == -1) { in main()
77 if (raise(SIGSYS) == -1) { in main()
D25-21.c53 raise(SIGSYS); in handler()
70 if (sigaction(SIGSYS, &act, 0) == -1) { in main()
76 if (raise(SIGSYS) == -1) { in main()
D8-22.c32 raise(SIGSYS); in SIGTRAP_handler()
46 sigaddset(&act.sa_mask, SIGSYS); in main()
56 if (sigaction(SIGSYS, &act, 0) == -1) { in main()
D19-21.c50 if (info->si_signo != SIGSYS) { in handler()
85 ret = sigaction(SIGSYS, &sa, 0); in main()
98 ret = raise(SIGSYS); in main()
D1-21.c40 if (sigaction(SIGSYS, &act, 0) == -1) { in main()
46 if (raise(SIGSYS) == -1) { in main()
D6-21.c38 if (sigaction(SIGSYS, &act, 0) == -1) { in main()
44 if (raise(SIGSYS) == -1) { in main()
D2-21.c40 if (sigaction(SIGSYS, &act, 0) == -1) { in main()
48 if (sigaction(SIGSYS, &act, &oact) == -1) { in main()
D18-21.c67 ret = sigaction(SIGSYS, &sa, 0); in main()
80 ret = raise(SIGSYS); in main()
D4-21.c54 if (sigaction(SIGSYS, &act, 0) == -1) { in main()
60 if (raise(SIGSYS) == -1) { in main()
D13-21.c51 if (sigaction(SIGSYS, &act, 0) == -1) { in main()
63 if (raise(SIGSYS) == -1) { in main()
D12-47.c50 if (sigaction(SIGSYS, &act, 0) == -1) { in main()
62 if (raise(SIGSYS) == -1) { in main()
D4-47.c53 if (sigaction(SIGSYS, &act, 0) == -1) { in main()
59 if (raise(SIGSYS) == -1) { in main()
D8-21.c47 if (sigaction(SIGSYS, &act, 0) == -1) { in main()
62 if (raise(SIGSYS) == -1) { in main()
D12-21.c52 if (sigaction(SIGSYS, &act, 0) == -1) { in main()
72 if (raise(SIGSYS) == -1) { in main()
D17-21.c48 sigaction(SIGSYS, &act, 0); in main()
82 kill(pid, SIGSYS); in main()
/third_party/ltp/testcases/kernel/syscalls/prctl/
Dprctl04.c75 {check_filter_mode, 1, 1, SIGSYS,
78 {check_filter_mode, 0, 2, SIGSYS,
81 {check_filter_mode, 2, 3, SIGSYS,
84 {check_filter_mode, 0, 4, SIGSYS,
100 if (WIFSIGNALED(childstatus) && WTERMSIG(childstatus) == SIGSYS) in check_filter_mode_inherit()
/third_party/musl/arch/or1k/bits/
Dsignal.h82 #define SIGSYS 31 macro
83 #define SIGUNUSED SIGSYS
/third_party/musl/src/string/
Dstrsignal.c12 && (SIGPOLL == 29) && (SIGPWR == 30) && (SIGSYS == 31)
53 [SIGSYS] = 31
/third_party/musl/porting/uniproton/kernel/include/bits/
Dsignal.h83 #define SIGSYS 31 macro
84 #define SIGUNUSED SIGSYS
/third_party/musl/porting/liteos_a/kernel/include/bits/
Dsignal.h82 #define SIGSYS 31 macro
83 #define SIGUNUSED SIGSYS
/third_party/musl/arch/arm/bits/
Dsignal.h83 #define SIGSYS 31 macro
84 #define SIGUNUSED SIGSYS
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
Dsignal.h83 #define SIGSYS 31 macro
84 #define SIGUNUSED SIGSYS
/third_party/ltp/lib/
Dsigname.h96 #if defined(SIGSYS) in tst_strsig()
101 STRPAIR(SIGSYS, "SIGSYS/SIGUNUSED") in tst_strsig()

123456