Home
last modified time | relevance | path

Searched refs:istat (Results 1 – 9 of 9) sorted by path

/freebsd/crypto/heimdal/appl/rcp/
H A Dutil.c119 void (*istat)(int), (*qstat)(int); local
132 istat = signal(SIGINT, SIG_IGN);
136 (void)signal(SIGINT, istat);
/freebsd/lib/libc/sys/
H A Dwait.c44 __wait(int *istat) in __wait() argument
46 return (INTERPOS_SYS(wait4, WAIT_ANY, istat, 0, NULL)); in __wait()
H A Dwait3.c44 __wait3(int *istat, int options, struct rusage *rup) in __wait3() argument
46 return (INTERPOS_SYS(wait4, WAIT_ANY, istat, options, rup)); in __wait3()
H A Dwaitpid.c44 __waitpid(pid_t pid, int *istat, int options) in __waitpid() argument
46 return (INTERPOS_SYS(wait4, pid, istat, options, NULL)); in __waitpid()
/freebsd/sys/dev/bfe/
H A Dif_bfe.c1445 u_int32_t istat; in bfe_intr() local
1451 istat = CSR_READ_4(sc, BFE_ISTAT); in bfe_intr()
1458 istat &= BFE_IMASK_DEF; in bfe_intr()
1459 CSR_WRITE_4(sc, BFE_ISTAT, istat); in bfe_intr()
1463 if (istat == 0 || (if_getdrvflags(ifp) & IFF_DRV_RUNNING) == 0) { in bfe_intr()
1469 if (istat & BFE_ISTAT_RX) in bfe_intr()
1473 if (istat & BFE_ISTAT_TX) in bfe_intr()
1476 if (istat & BFE_ISTAT_ERRORS) { in bfe_intr()
1477 if (istat & BFE_ISTAT_DSCE) { in bfe_intr()
1484 if (istat & BFE_ISTAT_DPE) { in bfe_intr()
/freebsd/sys/dev/iicbus/controller/cadence/
H A Dcdnc_i2c.c90 uint16_t istat; member
265 if (istat & CDNC_I2C_ISR_XFER_TMOUT) in cdnc_i2c_errs()
267 else if (istat & CDNC_I2C_ISR_RX_UNDF) in cdnc_i2c_errs()
271 else if (istat & CDNC_I2C_ISR_XFER_NACK) in cdnc_i2c_errs()
273 else if (istat & CDNC_I2C_ISR_ARB_LOST) in cdnc_i2c_errs()
318 sc->istat |= status; in cdnc_i2c_intr()
384 else if (sc->istat & CDNC_I2C_ISR_ERRS) in cdnc_i2c_xfer_rd()
385 error = cdnc_i2c_errs(sc, sc->istat); in cdnc_i2c_xfer_rd()
386 sc->istat = 0; in cdnc_i2c_xfer_rd()
460 error = cdnc_i2c_errs(sc, sc->istat); in cdnc_i2c_xfer_wr()
[all …]
/freebsd/sys/dev/sym/
H A Dsym_fw1.h242 SCR_FROM_REG (istat),
H A Dsym_fw2.h233 SCR_FROM_REG (istat),
H A Dsym_hipd.c2951 u_char istat; in sym_soft_reset() local
2956 istat = INB (nc_istat); in sym_soft_reset()
2957 if (istat & SIP) { in sym_soft_reset()
2961 if (istat & DIP) { in sym_soft_reset()
3800 u_char istat, istatc; in sym_intr1() local
3813 istat = INB (nc_istat); in sym_intr1()
3814 if (istat & INTF) { in sym_intr1()
3821 if (!(istat & (SIP|DIP))) in sym_intr1()
3825 if (istat & CABRT) in sym_intr1()
3841 istatc = istat; in sym_intr1()
[all …]