nsa 319 compat/hpux/hppa/hpux_syscallargs.h syscallarg(struct hpux_sigaction *) nsa; nsa 324 compat/hpux/hpux_sig.c if (SCARG(uap, nsa)) { nsa 327 compat/hpux/hpux_sig.c if (copyin((caddr_t)SCARG(uap, nsa), (caddr_t)sa, nsa 349 compat/hpux/m68k/hpux_syscallargs.h syscallarg(struct hpux_sigaction *) nsa; nsa 216 compat/ibcs2/ibcs2_signal.c nisa = SCARG(uap, nsa); nsa 235 compat/ibcs2/ibcs2_signal.c SCARG(&sa, nsa) = nbsa; nsa 302 compat/ibcs2/ibcs2_signal.c SCARG(&sa_args, nsa) = nbsa; nsa 351 compat/ibcs2/ibcs2_signal.c SCARG(&sa_args, nsa) = bsa; nsa 314 compat/ibcs2/ibcs2_syscallargs.h syscallarg(struct ibcs2_sigaction *) nsa; nsa 400 compat/linux/linux_signal.c nlsa = SCARG(uap, nsa); nsa 419 compat/linux/linux_signal.c SCARG(&sa, nsa) = nbsa; nsa 471 compat/linux/linux_signal.c nlsa = SCARG(uap, nsa); nsa 491 compat/linux/linux_signal.c SCARG(&sa, nsa) = nbsa; nsa 536 compat/linux/linux_signal.c struct sigaction *osa, *nsa, tmpsa; nsa 543 compat/linux/linux_signal.c nsa = stackgap_alloc(&sg, sizeof *nsa); nsa 549 compat/linux/linux_signal.c if ((error = copyout(&tmpsa, nsa, sizeof tmpsa))) nsa 554 compat/linux/linux_signal.c SCARG(&sa_args, nsa) = nsa; nsa 170 compat/linux/linux_syscallargs.h syscallarg(struct linux_old_sigaction *) nsa; nsa 443 compat/linux/linux_syscallargs.h syscallarg(struct linux_sigaction *) nsa; nsa 61 compat/osf1/osf1_cvt.h void osf1_cvt_sigaction_from_native(const struct sigaction *nsa, nsa 64 compat/osf1/osf1_cvt.h struct sigaction *nsa); nsa 84 compat/osf1/osf1_signal.c nosa = SCARG(uap, nsa); nsa 103 compat/osf1/osf1_signal.c SCARG(&sa, nsa) = nbsa; nsa 215 compat/osf1/osf1_signal.c SCARG(&sa_args, nsa) = nbsa; nsa 264 compat/osf1/osf1_signal.c SCARG(&sa_args, nsa) = bsa; nsa 256 compat/osf1/osf1_syscallargs.h syscallarg(struct osf1_sigaction *) nsa; nsa 289 compat/svr4/svr4_signal.c nssa = SCARG(uap, nsa); nsa 308 compat/svr4/svr4_signal.c SCARG(&sa, nsa) = nbsa; nsa 426 compat/svr4/svr4_signal.c SCARG(&sa_args, nsa) = nbsa; nsa 475 compat/svr4/svr4_signal.c SCARG(&sa_args, nsa) = bsa; nsa 208 compat/svr4/svr4_syscallargs.h syscallarg(struct svr4_sigaction *) nsa; nsa 240 kern/kern_sig.c (SCARG(uap, nsa) && (signum == SIGKILL || signum == SIGSTOP))) nsa 269 kern/kern_sig.c if (SCARG(uap, nsa)) { nsa 270 kern/kern_sig.c error = copyin(SCARG(uap, nsa), sa, sizeof (vec)); nsa 226 sys/syscallargs.h syscallarg(const struct sigaction *) nsa;