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

/freebsd-current/contrib/netbsd-tests/lib/libc/ttyio/
H A Dt_ttyio.c73 sigchld(int nsig) argument
/freebsd-current/crypto/openssl/apps/lib/
H A Ds_cb.c264 int i, nsig, client; local
268 nsig = SSL_get_shared_sigalgs(s, 0, NULL, NULL, NULL, NULL, NULL);
270 nsig = SSL_get_sigalgs(s, -1, NULL, NULL, NULL, NULL, NULL);
271 if (nsig == 0)
280 for (i = 0; i < nsig; i++) {
/freebsd-current/sys/kern/
H A Dvfs_aio.c1367 convert_old_sigevent(struct osigevent *osig, struct sigevent *nsig) argument
1374 nsig->sigev_notify = osig->sigev_notify;
1375 switch (nsig->sigev_notify) {
1379 nsig->sigev_signo = osig->__sigev_u.__sigev_signo;
1382 nsig->sigev_notify_kqueue =
1384 nsig->sigev_value.sival_ptr = osig->sigev_value.sival_ptr;
2762 convert_old_sigevent32(struct osigevent32 *osig, struct sigevent *nsig) argument
2769 CP(*osig, *nsig, sigev_notify);
2770 switch (nsig->sigev_notify) {
2774 nsig
[all...]
/freebsd-current/usr.sbin/inetd/
H A Dinetd.c577 int nsig, signo; local
579 if (ioctl(signalpipe[0], FIONREAD, &nsig) != 0) {
583 nsig /= sizeof(signo);
584 while (--nsig >= 0) {
/freebsd-current/contrib/tcsh/
H A Dtw.init.c976 for (;tw_index < nsig; tw_index++) {
H A Dsh.proc.c1446 for (signum = 0; signum <= nsig; signum++) {
1475 for (signum = 0; signum <= nsig; signum++)
H A Dsh.h1216 extern int nsig;
H A Dsh.init.c219 int nsig = NUMSIG - 1; /* This should be the number of real signals */ variable

Completed in 368 milliseconds