Lines Matching defs:nsig
158 int nsig = PROC_IS_BRANDED(curproc)? BROP(curproc)->b_nsig : NSIG;
266 thingsize = (nsig-1) * sizeof (struct sigaction);
919 int n = nsig-1;
933 for (sig = 1; sig < nsig; sig++)
936 if (copyout(sap, cmaddr, (nsig-1) * sizeof (struct sigaction)))
938 kmem_free(sap, (nsig-1) * sizeof (struct sigaction));
1696 int nsig = PROC_IS_BRANDED(curproc)? BROP(curproc)->b_nsig : NSIG;
1829 thingsize = (nsig-1) * sizeof (struct sigaction32);
2541 int n = nsig-1;
2558 for (sig = 1; sig < nsig; sig++)
2563 copyout(sap, cmaddr, (nsig-1)*sizeof (struct sigaction32)))
2565 kmem_free(sap, (nsig-1)*sizeof (struct sigaction32));