Home | History | Annotate | Download | only in common

Lines Matching defs:sig

75 	int error, sig;
86 sig = SCARG(uap, signum);
92 if (sig == LINUX__NSIG) {
93 uprintf("%s: setting signal %d ignored\n", __func__, sig);
94 sig--; /* back to 63 which is ignored */
96 if (sig < 0 || sig >= LINUX__NSIG)
98 if (sig > 0 && !linux_to_native_signo[sig]) {
104 error = sigaction1(l, linux_to_native_signo[sig],