Searched refs:istat (Results 1 - 11 of 11) sorted by relevance

/freebsd-11-stable/lib/libc/gen/
H A Dwait.c48 __wait(int *istat) argument
52 __libc_interposing[INTERPOS_wait4])(WAIT_ANY, istat, 0, NULL));
H A Dwait3.c48 __wait3(int *istat, int options, struct rusage *rup) argument
52 __libc_interposing[INTERPOS_wait4])(WAIT_ANY, istat, options, rup));
H A Dwaitpid.c48 __waitpid(pid_t pid, int *istat, int options) argument
52 __libc_interposing[INTERPOS_wait4])(pid, istat, options, NULL));
/freebsd-11-stable/bin/rcp/
H A Dutil.c106 sig_t istat, qstat; local
120 istat = signal(SIGINT, SIG_IGN);
124 (void)signal(SIGINT, istat);
/freebsd-11-stable/crypto/heimdal/appl/rcp/
H A Dutil.c119 void (*istat)(int), (*qstat)(int);
132 istat = signal(SIGINT, SIG_IGN);
136 (void)signal(SIGINT, istat);
/freebsd-11-stable/sys/dev/bfe/
H A Dif_bfe.c1445 u_int32_t istat; local
1451 istat = CSR_READ_4(sc, BFE_ISTAT);
1458 istat &= BFE_IMASK_DEF;
1459 CSR_WRITE_4(sc, BFE_ISTAT, istat);
1463 if (istat == 0 || (ifp->if_drv_flags & IFF_DRV_RUNNING) == 0) {
1469 if (istat & BFE_ISTAT_RX)
1473 if (istat & BFE_ISTAT_TX)
1476 if (istat & BFE_ISTAT_ERRORS) {
1478 if (istat & BFE_ISTAT_DSCE) {
1485 if (istat
[all...]
/freebsd-11-stable/sys/dev/sym/
H A Dsym_hipd.c2964 u_char istat; local
2969 istat = INB (nc_istat);
2970 if (istat & SIP) {
2974 if (istat & DIP) {
3813 u_char istat, istatc; local
3826 istat = INB (nc_istat);
3827 if (istat & INTF) {
3828 OUTB (nc_istat, (istat & SIGP) | INTF | np->istat_sem);
3829 istat = INB (nc_istat); /* DUMMY READ */
3834 if (!(istat
[all...]
H A Dsym_fw1.h241 SCR_FROM_REG (istat),
H A Dsym_fw2.h232 SCR_FROM_REG (istat),
/freebsd-11-stable/sys/dev/amr/
H A Damr.c2192 u_int8_t istat; local
2199 istat = AMR_SGET_ISTAT(sc);
2200 if ((istat & AMR_SINTR_VALID) != 0) {
2201 AMR_SPUT_ISTAT(sc, istat); /* ack interrupt status */
/freebsd-11-stable/sys/dev/ncr/
H A Dncr.c5243 u_char istat, dstat; local
5249 while ((istat = INB (nc_istat)) & INTF) {
5255 if (!(istat & (SIP|DIP))) {
5264 sist = (istat & SIP) ? INW (nc_sist) : 0;
5265 dstat = (istat & DIP) ? INB (nc_dstat) : 0;

Completed in 223 milliseconds