Home
last modified time | relevance | path

Searched refs:osa (Results 1 - 4 of 4) sorted by relevance

/third_party/ltp/testcases/kernel/syscalls/pipe/
H A Dpipe05.c63 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 Dkill10.c188 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 Djobs.c241 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 Ddoio.c164 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