Searched refs:nsig (Results 1 - 7 of 7) sorted by relevance

/freebsd-9.3-release/contrib/top/
H A Dsigconv.awk4 nsig = 0;
20 if (nsig < j)
21 nsig = j;
31 if (nsig < j)
32 nsig = j;
42 if (nsig < j)
43 nsig = j;
50 for (n = 1; n <= nsig; n++)
/freebsd-9.3-release/sys/kern/
H A Dvfs_aio.c1411 convert_old_sigevent(struct osigevent *osig, struct sigevent *nsig) argument
1418 nsig->sigev_notify = osig->sigev_notify;
1419 switch (nsig->sigev_notify) {
1423 nsig->sigev_signo = osig->__sigev_u.__sigev_signo;
1426 nsig->sigev_notify_kqueue =
1428 nsig->sigev_value.sival_ptr = osig->sigev_value.sival_ptr;
2649 convert_old_sigevent32(struct osigevent32 *osig, struct sigevent *nsig) argument
2656 CP(*osig, *nsig, sigev_notify);
2657 switch (nsig->sigev_notify) {
2661 nsig
[all...]
/freebsd-9.3-release/usr.sbin/inetd/
H A Dinetd.c590 int nsig; local
591 if (ioctl(signalpipe[0], FIONREAD, &nsig) != 0) {
595 while (--nsig >= 0) {
/freebsd-9.3-release/contrib/tcsh/
H A Dtw.init.c981 for (;tw_index < nsig; tw_index++) {
H A Dsh.proc.c1417 for (signum = 0; signum <= nsig; signum++) {
1446 for (signum = 0; signum <= nsig; signum++)
H A Dsh.h1199 extern int nsig;
H A Dsh.init.c223 int nsig = NUMSIG - 1; /* This should be the number of real signals */ variable

Completed in 93 milliseconds