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

/freebsd-current/lib/libc/sys/
H A Dwait.c44 __wait(int *istat) argument
46 return (INTERPOS_SYS(wait4, WAIT_ANY, istat, 0, NULL));
H A Dwait3.c44 __wait3(int *istat, int options, struct rusage *rup) argument
46 return (INTERPOS_SYS(wait4, WAIT_ANY, istat, options, rup));
H A Dwaitpid.c44 __waitpid(pid_t pid, int *istat, int options) argument
46 return (INTERPOS_SYS(wait4, pid, istat, options, NULL));
/freebsd-current/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-current/sys/dev/iicbus/controller/cadence/
H A Dcdnc_i2c.c90 uint16_t istat; member in struct:cdnc_i2c_softc
253 cdnc_i2c_errs(struct cdnc_i2c_softc *sc, uint16_t istat) argument
256 DPRINTF("%s: istat=0x%x\n", __func__, istat);
265 if (istat & CDNC_I2C_ISR_XFER_TMOUT)
267 else if (istat & CDNC_I2C_ISR_RX_UNDF)
269 else if (istat & (CDNC_I2C_ISR_RX_OVF | CDNC_I2C_ISR_TX_OVF))
271 else if (istat & CDNC_I2C_ISR_XFER_NACK)
273 else if (istat & CDNC_I2C_ISR_ARB_LOST)
318 sc->istat |
[all...]
/freebsd-current/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 || (if_getdrvflags(ifp) & IFF_DRV_RUNNING) == 0) {
1469 if (istat & BFE_ISTAT_RX)
1473 if (istat & BFE_ISTAT_TX)
1476 if (istat & BFE_ISTAT_ERRORS) {
1477 if (istat & BFE_ISTAT_DSCE) {
1484 if (istat
[all...]
/freebsd-current/sys/dev/sym/
H A Dsym_hipd.c2951 u_char istat; local
2956 istat = INB (nc_istat);
2957 if (istat & SIP) {
2961 if (istat & DIP) {
3800 u_char istat, istatc; local
3813 istat = INB (nc_istat);
3814 if (istat & INTF) {
3815 OUTB (nc_istat, (istat & SIGP) | INTF | np->istat_sem);
3816 istat = INB (nc_istat); /* DUMMY READ */
3821 if (!(istat
[all...]
H A Dsym_fw2.h233 SCR_FROM_REG (istat),
H A Dsym_fw1.h242 SCR_FROM_REG (istat),

Completed in 208 milliseconds