Searched refs:sigs (Results 1 - 20 of 20) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/serial/
H A Dmcfserial.h49 int sigs; member in struct:mcf_serial
H A Dmcfserial.c210 info->sigs |= TIOCM_RTS;
213 info->sigs &= ~TIOCM_RTS;
228 int sigs; local
236 sigs = (uartp[MCFUART_UIPR] & MCFUART_UIPR_CTS) ? 0 : TIOCM_CTS;
237 sigs |= (info->sigs & TIOCM_RTS);
244 sigs |= (ppdata & MCFPP_DCD0) ? 0 : TIOCM_CD;
245 sigs |= (ppdata & MCFPP_DTR0) ? 0 : TIOCM_DTR;
247 sigs |= (ppdata & MCFPP_DCD1) ? 0 : TIOCM_CD;
248 sigs |
1620 int len, sigs, i; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/drivers/
H A Dchan_user.c81 sigset_t sigs; local
98 sigfillset(&sigs);
100 if(sigprocmask(SIG_SETMASK, &sigs, NULL) < 0){
106 sigdelset(&sigs, SIGWINCH);
131 sigsuspend(&sigs);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/etc/afpd/
H A Dmain.c221 sigset_t sigs; local
348 sigemptyset(&sigs);
349 sigaddset(&sigs, SIGALRM);
350 sigaddset(&sigs, SIGHUP);
351 sigaddset(&sigs, SIGUSR1);
354 sigaddset(&sigs, SIGTERM);
356 sigaddset(&sigs, SIGCHLD);
358 pthread_sigmask(SIG_BLOCK, &sigs, NULL);
363 pthread_sigmask(SIG_UNBLOCK, &sigs, NULL);
387 pthread_sigmask(SIG_UNBLOCK, &sigs, NUL
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/etc/afpd/
H A Dmain.c252 sigset_t sigs; local
308 sv.sa_handler = afp_goaway; /* handler for all sigs */
379 sigemptyset(&sigs);
380 sigaddset(&sigs, SIGALRM);
381 sigaddset(&sigs, SIGHUP);
382 sigaddset(&sigs, SIGUSR1);
385 sigaddset(&sigs, SIGTERM);
387 sigaddset(&sigs, SIGCHLD);
389 pthread_sigmask(SIG_BLOCK, &sigs, NULL);
394 pthread_sigmask(SIG_UNBLOCK, &sigs, NUL
[all...]
H A Dafp_dsi.c88 sigset_t sigs; local
108 /* Block sigs, PAM/systemd/whoever might send us a SIG??? in (*obj->logout)() -> pam_close_session() */
109 sigfillset(&sigs);
110 pthread_sigmask(SIG_BLOCK, &sigs, NULL);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/libatalk/util/
H A Dserver_child.c388 sigset_t sigs; local
402 sigemptyset(&sigs);
403 sigaddset(&sigs, SIGALRM);
404 sigaddset(&sigs, SIGHUP);
405 sigaddset(&sigs, SIGUSR1);
406 sigaddset(&sigs, SIGCHLD);
407 pthread_sigmask(SIG_UNBLOCK, &sigs, NULL);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/libatalk/util/
H A Dserver_child.c384 sigset_t sigs; local
398 sigemptyset(&sigs);
399 sigaddset(&sigs, SIGALRM);
400 sigaddset(&sigs, SIGHUP);
401 sigaddset(&sigs, SIGUSR1);
402 sigaddset(&sigs, SIGCHLD);
403 pthread_sigmask(SIG_UNBLOCK, &sigs, NULL);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/os-Linux/
H A Dtt.c189 sigset_t sigs; local
191 if(sigpending(&sigs))
193 if(sigismember(&sigs, SIGIO))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgcrypt-1.5.0/src/
H A Dgcryptrnd.c619 sigset_t sigs;
630 sigemptyset (&sigs);
631 sigaddset (&sigs, SIGHUP);
632 sigaddset (&sigs, SIGUSR1);
633 sigaddset (&sigs, SIGUSR2);
634 sigaddset (&sigs, SIGINT);
635 sigaddset (&sigs, SIGTERM);
636 ev = pth_event (PTH_EVENT_SIGS, &sigs, &signo);
618 sigset_t sigs; local
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dstallion.h87 unsigned int sigs; member in struct:stlport
H A Distallion.h79 unsigned long sigs; member in struct:stliport
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/
H A Dstallion.c734 portp->sigs = stl_getsignals(portp);
807 (doclocal || (portp->sigs & TIOCM_CD)))
1503 int sigs, cnt; local
1519 sigs = stl_getsignals(portp);
1521 (sigs & TIOCM_RTS) ? "|RTS" : "",
1522 (sigs & TIOCM_CTS) ? "|CTS" : "",
1523 (sigs & TIOCM_DTR) ? "|DTR" : "",
1524 (sigs & TIOCM_CD) ? "|DCD" : "",
1525 (sigs & TIOCM_DSR) ? "|DSR" : "");
1796 oldsigs = portp->sigs;
3123 int sigs; local
4056 int sigs; local
[all...]
H A Distallion.c987 portp->sigs = stli_mktiocm(portp->asig.sigvalue);
1223 (doclocal || (portp->sigs & TIOCM_CD))) {
2406 oldsigs = portp->sigs;
2407 portp->sigs = stli_mktiocm(nt.sigvalue);
2409 if ((portp->sigs & TIOCM_CD) &&
2413 ((portp->sigs & TIOCM_CD) == 0)) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/sys-x86_64/
H A Dsignal.c145 unsigned long sigs; local
149 sigs = to->oldmask;
153 to->oldmask = sigs;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/sys-i386/
H A Dsignal.c128 unsigned long sigs; local
132 sigs = to->oldmask;
135 to->oldmask = sigs;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-x86_64/
H A Dprocessor.h333 struct extended_signature sigs[0]; member in struct:extended_sigtable
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-i386/
H A Dprocessor.h491 struct extended_signature sigs[0]; member in struct:extended_sigtable
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/
H A DMakefile.org178 DIRS= crypto fips ssl $(SHLIB_MARK) sigs apps test tools
228 sigs: $(SIGS)
H A DMakefile217 DIRS= crypto fips ssl $(SHLIB_MARK) sigs tools
269 sigs: $(SIGS)

Completed in 176 milliseconds