Searched refs:osa (Results 1 - 4 of 4) sorted by relevance
/third_party/ltp/testcases/kernel/syscalls/pipe/ |
H A D | pipe05.c | 63 struct sigaction sa, osa; in main() local 78 sigaction(SIGSEGV, NULL, &osa); in main() 87 sigaction(SIGSEGV, &osa, NULL); in main()
|
/third_party/ltp/testcases/kernel/syscalls/kill/ |
H A D | kill10.c | 188 static inline int k_sigaction(int sig, struct sigaction *sa, struct sigaction *osa); 759 static inline int k_sigaction(int sig, struct sigaction *sa, struct sigaction *osa) in k_sigaction() argument 762 if ((ret = sigaction(sig, sa, osa)) == -1) { in k_sigaction()
|
/third_party/mksh/ |
H A D | jobs.c | 241 struct sigaction sa, osa; in j_suspend() local 262 sigaction(SIGTSTP, &sa, &osa); in j_suspend() 266 sigaction(SIGTSTP, &osa, NULL); in j_suspend()
|
/third_party/ltp/testcases/kernel/fs/doio/ |
H A D | doio.c | 164 struct sigaction osa; member 4717 sigaction(sig, &sa, &aiop->osa); in aio_register() 4733 sigaction(aiop->sig, &aiop->osa, NULL); in aio_unregister()
|
Completed in 10 milliseconds