nss 126 compat/common/kern_sig_43.c if (SCARG(uap, nss) == 0)
nss 128 compat/common/kern_sig_43.c error = copyin((caddr_t)SCARG(uap, nss), (caddr_t)&ss,
nss 170 compat/freebsd/freebsd_signal.c freebsd_sigset_t nss, oss;
nss 175 compat/freebsd/freebsd_signal.c error = copyin(SCARG(uap, set), &nss, sizeof(nss));
nss 188 compat/freebsd/freebsd_signal.c bcopy(&nss.__bits[0], &obnss, sizeof(sigset_t));
nss 55 compat/hpux/hppa/hpux_sig2.c if ((error = copyin(SCARG(uap, nss), &hsa, sizeof hsa)))
nss 66 compat/hpux/hppa/hpux_sig2.c SCARG(&saa, nss) = &psa[0];
nss 343 compat/hpux/hppa/hpux_syscallargs.h syscallarg(const struct hpux_sigaltstack *) nss;
nss 845 compat/linux/linux_signal.c if (SCARG(uap, nss) != NULL) {
nss 848 compat/linux/linux_signal.c error = copyin(SCARG(uap, nss), &linux_ss, sizeof linux_ss);
nss 857 compat/linux/linux_signal.c SCARG(&sa, nss) = bsd_nss;
nss 859 compat/linux/linux_signal.c SCARG(&sa, nss) = NULL;
nss 486 compat/linux/linux_syscallargs.h syscallarg(const struct linux_sigaltstack *) nss;
nss 65 compat/osf1/osf1_cvt.h void osf1_cvt_sigaltstack_from_native(const struct sigaltstack *nss,
nss 68 compat/osf1/osf1_cvt.h struct sigaltstack *nss);
nss 69 compat/osf1/osf1_cvt.h void osf1_cvt_sigset_from_native(const sigset_t *nss, osf1_sigset_t *oss);
nss 70 compat/osf1/osf1_cvt.h int osf1_cvt_sigset_to_native(const osf1_sigset_t *oss, sigset_t *nss);
nss 135 compat/osf1/osf1_signal.c noss = SCARG(uap, nss);
nss 154 compat/osf1/osf1_signal.c SCARG(&sa, nss) = nbss;
nss 299 compat/osf1/osf1_syscallargs.h syscallarg(struct osf1_sigaltstack *) nss;
nss 342 compat/svr4/svr4_signal.c nsss = SCARG(uap, nss);
nss 360 compat/svr4/svr4_signal.c SCARG(&sa, nss) = nbss;
nss 202 compat/svr4/svr4_syscallargs.h syscallarg(struct svr4_sigaltstack *) nss;
nss 517 kern/kern_sig.c if (SCARG(uap, nss) == NULL)
nss 519 kern/kern_sig.c error = copyin(SCARG(uap, nss), &ss, sizeof(ss));
nss 555 kern/kern_sig.c if (SCARG(uap, nss) == NULL)
nss 557 kern/kern_sig.c error = copyin(SCARG(uap, nss), &ss, sizeof(ss));
nss 249 sys/syscallargs.h syscallarg(const struct osigaltstack *) nss;
nss 501 sys/syscallargs.h syscallarg(struct sigstack *) nss;
nss 1165 sys/syscallargs.h syscallarg(const struct sigaltstack *) nss;