| /src/lib/libc/gen/ |
| wait.c | 53 wait(int *istat) 55 return (wait4(WAIT_ANY, istat, 0, (struct rusage *)NULL));
|
| wait3.c | 48 wait3(int *istat, int options, struct rusage *rup) 50 return (wait4(WAIT_ANY, istat, options, rup));
|
| waitpid.c | 52 waitpid(pid_t pid, int *istat, int options) 54 return (wait4(pid, istat, options, (struct rusage *)0));
|
| /src/sys/dev/mvme/ |
| osiop_pcctwo.c | 161 u_char istat; local 167 istat = pcc2_reg_read(sys_pcctwo, PCC2REG_SCSI_ERR_STATUS); 168 if ((istat & PCCTWO_ERR_SR_MASK) != 0) { 170 device_xname(sc->sc_osiop.sc_dev), istat); 171 istat |= PCCTWO_ERR_SR_SCLR; 172 pcc2_reg_write(sys_pcctwo, PCC2REG_SCSI_ERR_STATUS, istat); 179 istat = osiop_read_1(&sc->sc_osiop, OSIOP_ISTAT); 181 if ((istat & (OSIOP_ISTAT_SIP | OSIOP_ISTAT_DIP)) == 0) 186 sc->sc_osiop.sc_istat = istat;
|
| /src/sys/arch/ews4800mips/sbd/ |
| osiop_sbdio.c | 99 uint8_t istat; local 104 istat = osiop_read_1(sc, OSIOP_ISTAT); 106 if ((istat & (OSIOP_ISTAT_SIP | OSIOP_ISTAT_DIP)) == 0) 111 sc->sc_istat = istat;
|
| /src/sys/arch/arc/jazz/ |
| osiop_jazzio.c | 120 uint8_t istat; local 126 istat = osiop_read_1(sc, OSIOP_ISTAT); 128 if ((istat & (OSIOP_ISTAT_SIP | OSIOP_ISTAT_DIP)) == 0) 133 sc->sc_istat = istat;
|
| /src/lib/libpuffs/ |
| framebuf.c | 68 int istat; member in struct:puffs_framebuf 127 assert((pufbuf->istat & ISTAT_NODESTROY) == 0); 137 assert((pufbuf->istat & ISTAT_NODESTROY) == 0); 141 pufbuf->istat = 0; 188 newpb->istat = 0; 333 pufbuf->istat &= ~ISTAT_NODESTROY; 336 pufbuf->istat &= ~ISTAT_NODESTROY; 375 pufbuf->istat |= ISTAT_NODESTROY; 384 pufbuf->istat &= ~ISTAT_NODESTROY; 407 pufbuf->istat |= ISTAT_NODESTROY [all...] |
| /src/sys/arch/riscv/starfive/ |
| jh7110_trng.c | 167 jh7110_trng_probe(struct jh7110_trng_softc *sc, uint32_t istat) 176 if (istat & JH7110_TRNG_ISTATUS_RAND_RDY) { 221 const uint32_t istat = RD4(sc, JH7110_TRNG_ISTATUS); local 222 jh7110_trng_probe(sc, istat); 235 const uint32_t istat = RD4(sc, JH7110_TRNG_ISTATUS); local 237 if (istat & JH7110_TRNG_ISTATUS_RAND_RDY) { 239 jh7110_trng_probe(sc, istat); 244 if (istat & JH7110_TRNG_ISTATUS_SEED_DONE) 248 if (istat & JH7110_TRNG_ISTATUS_LFSR_LOCKUP) { 252 WR4(sc, JH7110_TRNG_ISTATUS, istat); [all...] |
| /src/bin/rcp/ |
| util.c | 125 sig_t istat, qstat; local 139 istat = signal(SIGINT, SIG_IGN); 143 (void)signal(SIGINT, istat);
|
| /src/sys/arch/amiga/dev/ |
| afsc.c | 197 u_char istat; local 202 istat = rp->siop_istat; 203 if ((istat & (SIOP_ISTAT_SIP | SIOP_ISTAT_DIP)) == 0) 210 sc->sc_istat = istat;
|
| bppcsc.c | 180 u_char istat; local 187 istat = rp->siop_istat; 188 if ((istat & (SIOP_ISTAT_SIP | SIOP_ISTAT_DIP)) == 0) 195 sc->sc_istat = istat;
|
| cbiiisc.c | 177 int istat; local 183 istat = rp->siop_istat; 184 if ((istat & (SIOP_ISTAT_SIP | SIOP_ISTAT_DIP)) == 0) 191 sc->sc_istat = istat;
|
| drsc.c | 190 int istat; local 196 istat = rp->siop_istat; 198 if ((istat & (SIOP_ISTAT_SIP | SIOP_ISTAT_DIP)) == 0) 206 sc->sc_istat = istat;
|
| mgnsc.c | 180 u_char istat; local 185 istat = rp->siop_istat; 186 if ((istat & (SIOP_ISTAT_SIP | SIOP_ISTAT_DIP)) == 0) 193 sc->sc_istat = istat;
|
| wesc.c | 171 u_char istat; local 176 istat = rp->siop_istat; 177 if ((istat & (SIOP_ISTAT_SIP | SIOP_ISTAT_DIP)) == 0) 184 sc->sc_istat = istat;
|
| zssc.c | 168 int istat; local 173 istat = rp->siop_istat; 174 if ((istat & (SIOP_ISTAT_SIP | SIOP_ISTAT_DIP)) == 0) 181 sc->sc_istat = istat;
|
| mfc.c | 961 int istat, unit; local 965 istat = regs->du_isr & scc->imask; 966 if (istat == 0) 969 if (istat & 0x02) { /* channel A receive interrupt */ 990 if (istat & 0x20) { /* channel B receive interrupt */ 1011 if (istat & 0x01) { /* channel A transmit interrupt */ 1023 if (istat & 0x10) { /* channel B transmit interrupt */ 1035 if (istat & 0x80) { /* input port change interrupt */ 1137 u_char stat, last, istat; local 1160 istat = stat ^ last [all...] |
| siop2.c | 291 u_char istat; local 306 while (((istat = rp->siop_istat) & 310 printf ("waiting: tgt %d cmd %02x sbcl %02x istat %02x sbdl %04x\n dsp %lx (+%lx) dcmd %lx ds %p timeout %d\n", 312 rp->siop_sbcl, istat, rp->siop_sbdl, rp->siop_dsp, 327 if (siopng_checkintr(sc, istat, dstat, sist, &status)) { 490 printf ("%s: abort %s: dstat %02x, istat %02x sist %04x sien %04x sbcl %02x\n", 776 printf ("istat %02x sfbr %02x respid %02x sien %04x dien %02x\n", 970 siopng_checkintr(struct siop_softc *sc, u_char istat, u_char dstat, 993 printf ("siopngchkintr: istat %x dstat %x sist %x dsps %x sbcl %x sts %x msg %x\n", 994 istat, dstat, sist, rp->siop_dsps, rp->siop_sbcl, acb->stat[0], acb->msg[0]) 1640 u_char istat, dstat; local [all...] |
| siop.c | 305 u_char istat; local 320 while (((istat = rp->siop_istat) & 341 if (siop_checkintr(sc, istat, dstat, sstat0, &status)) { 747 printf ("istat %02x sfbr %02x lcrc %02x sien %02x dien %02x\n", 905 siop_checkintr(struct siop_softc *sc, u_char istat, u_char dstat, 925 printf ("siopchkintr: istat %x dstat %x sstat0 %x dsps %x sbcl %x sts %x msg %x\n", 926 istat, dstat, sstat0, rp->siop_dsps, rp->siop_sbcl, acb->stat[0], acb->msg[0]); 937 printf(" istat %x dstat %x sstat0 %x\n", 938 istat, dstat, sstat0); 944 SIOP_TRACE('i',dstat,istat,(istat&SIOP_ISTAT_DIP)?rp->siop_dsps&0xff:sstat0) 1491 register u_char istat, dstat, sstat0; local [all...] |
| /src/sys/arch/hppa/gsc/ |
| osiop_gsc.c | 196 uint8_t istat; local 202 istat = osiop_read_1(sc, OSIOP_ISTAT); 204 if ((istat & (OSIOP_ISTAT_SIP | OSIOP_ISTAT_DIP)) == 0) 209 sc->sc_istat = istat;
|
| /src/external/bsd/pcc/dist/pcc/cc/ccom/ |
| inline.c | 53 static struct istat { struct 54 SLIST_ENTRY(istat) link; 66 static SLIST_HEAD(, istat) ipole = { NULL, &ipole.q_forw }; 79 #define SZSI sizeof(struct istat) 87 getprol(struct istat *is, int type) 98 static struct istat * 101 struct istat *is; 203 struct istat *is; 284 struct istat *w; 308 puto(struct istat *w [all...] |
| /src/external/bsd/pcc/dist/pcc/cc/cxxcom/ |
| inline.c | 53 static struct istat { struct 54 SLIST_ENTRY(istat) link; 66 static SLIST_HEAD(, istat) ipole = { NULL, &ipole.q_forw }; 79 #define SZSI sizeof(struct istat) 95 static struct istat * 98 struct istat *is; 140 struct istat *is; 213 struct istat *w; 237 puto(struct istat *w) 298 struct istat *w [all...] |
| /src/external/gpl3/gdb.old/dist/sim/bfin/ |
| dv-bfin_rtc.c | 40 bu16 BFIN_MMR_16(istat); 85 case mmr_offset(istat): 138 case mmr_offset(istat):
|
| /src/external/gpl3/gdb/dist/sim/bfin/ |
| dv-bfin_rtc.c | 40 bu16 BFIN_MMR_16(istat); 85 case mmr_offset(istat): 138 case mmr_offset(istat):
|
| /src/external/gpl2/xcvs/dist/src/ |
| run.c | 166 RETSIGTYPE (*istat) (), (*qstat) (); 322 istat = signal (SIGINT, SIG_IGN); 378 (void) signal (SIGINT, istat);
|