Searched refs:oact (Results 26 - 39 of 39) sorted by relevance

12

/freebsd-current/sys/compat/freebsd32/
H A Dfreebsd32_proto.h337 char oact_l_[PADL_(struct sigaction32 *)]; struct sigaction32 * oact; char oact_r_[PADR_(struct sigaction32 *)]; member in struct:freebsd32_sigaction_args
937 char oact_l_[PADL_(struct sigaction32 *)]; struct sigaction32 * oact; char oact_r_[PADR_(struct sigaction32 *)]; member in struct:freebsd4_freebsd32_sigaction_args
H A Dfreebsd32_misc.c2829 if (error == 0 && uap->oact != NULL) {
2833 error = copyout(&s32, uap->oact, sizeof(s32));
2858 if (error == 0 && uap->oact != NULL) {
2862 error = copyout(&s32, uap->oact, sizeof(s32));
H A Dfreebsd32_systrace_args.c1951 uarg[a++] = (intptr_t)p->oact; /* struct sigaction32 * */
/freebsd-current/lib/libsys/
H A D_libsys.h709 int __sys_sigaction(int sig, const struct sigaction * act, struct sigaction * oact);
/freebsd-current/sys/sys/
H A Dsysproto.h1116 char oact_l_[PADL_(struct sigaction *)]; struct sigaction * oact; char oact_r_[PADR_(struct sigaction *)]; member in struct:sigaction_args
2512 char oact_l_[PADL_(struct sigaction *)]; struct sigaction * oact; char oact_r_[PADR_(struct sigaction *)]; member in struct:freebsd4_sigaction_args
/freebsd-current/sys/arm64/linux/
H A Dlinux_proto.h570 char oact_l_[PADL_(l_sigaction_t *)]; l_sigaction_t * oact; char oact_r_[PADR_(l_sigaction_t *)]; member in struct:linux_rt_sigaction_args
H A Dlinux_systrace_args.c1064 uarg[a++] = (intptr_t)p->oact; /* l_sigaction_t * */
/freebsd-current/sys/i386/linux/
H A Dlinux_systrace_args.c1216 uarg[a++] = (intptr_t)p->oact; /* l_sigaction_t * */
H A Dlinux_proto.h555 char oact_l_[PADL_(l_sigaction_t *)]; l_sigaction_t * oact; char oact_r_[PADR_(l_sigaction_t *)]; member in struct:linux_rt_sigaction_args
/freebsd-current/sys/amd64/linux/
H A Dlinux_proto.h87 char oact_l_[PADL_(l_sigaction_t *)]; l_sigaction_t * oact; char oact_r_[PADR_(l_sigaction_t *)]; member in struct:linux_rt_sigaction_args
H A Dlinux_systrace_args.c131 uarg[a++] = (intptr_t)p->oact; /* l_sigaction_t * */
/freebsd-current/sys/amd64/linux32/
H A Dlinux32_systrace_args.c1181 uarg[a++] = (intptr_t)p->oact; /* l_sigaction_t * */
H A Dlinux32_proto.h553 char oact_l_[PADL_(l_sigaction_t *)]; l_sigaction_t * oact; char oact_r_[PADR_(l_sigaction_t *)]; member in struct:linux_rt_sigaction_args
/freebsd-current/sys/kern/
H A Dsystrace_args.c2084 uarg[a++] = (intptr_t)p->oact; /* struct sigaction * */

Completed in 549 milliseconds

12