/src/sys/arch/hp300/stand/common/ |
scsivar.h | 43 char sc_stat; member in struct:scsi_softc
|
/src/sys/arch/arm/xscale/ |
pxa2x0_i2c.h | 43 } sc_stat; member in struct:pxa2x0_i2c_softc
|
/src/sys/arch/luna68k/stand/boot/ |
scsivar.h | 85 uint8_t sc_stat; member in struct:scsi_softc
|
/src/sys/dev/ic/ |
mb86950var.h | 66 u_int32_t sc_stat; /* driver status */ member in struct:mb86950_softc
|
mb86960var.h | 162 uint32_t sc_stat; /* driver status */ member in struct:mb86960_softc
|
ninjascsi32var.h | 155 } sc_stat; member in struct:njsc32_softc
|
/src/sys/arch/hpcmips/dev/ |
ucbio.c | 70 struct betty_port_status sc_stat, sc_ostat; member in struct:ucbio_softc 176 struct betty_port_status *stat = &sc->sc_stat; 191 struct betty_port_status *stat = &sc->sc_stat;
|
ucbtp.c | 113 enum ucbts_stat sc_stat; member in struct:ucbtp_softc 352 sc->sc_stat = UCBTS_STAT_TOUCH; 403 sc->sc_stat = UCBTS_STAT_DRAG; 648 sc->sc_stat = UCBTS_STAT_RELEASE;
|
/src/sys/arch/next68k/dev/ |
nextdmavar.h | 62 struct nextdma_status sc_stat; member in struct:nextdma_softc
|
/src/sys/arch/hp300/dev/ |
mt.c | 109 short sc_statindex; /* index for next sc_stat when MTF_STATTIMEO */ 110 struct mt_stat sc_stat;/* status bytes last read from device */ member in struct:mt_softc 291 MTT_STAT, ((char *)&(sc->sc_stat)) + sc->sc_statindex, 292 sizeof(sc->sc_stat) - sc->sc_statindex); 294 if (retval != sizeof(sc->sc_stat) - sc->sc_statindex) {
|
rdvar.h | 74 struct rd_stat sc_stat; member in struct:rd_softc
|
ct.c | 106 struct ct_stat sc_stat; member in struct:ct_softc 676 blks = sc->sc_stat.c_blk - sc->sc_blkno - 1; 680 bp->b_bcount, sc->sc_blkno, sc->sc_stat.c_blk, 683 if (blks == -1) { /* 9145 on EOF does not change sc_stat.c_blk */ 688 sc->sc_blkno = sc->sc_stat.c_blk; 695 if ((sc->sc_stat.c_aef & AEF_EOV) || 767 hpibrecv(ctlr, slave, C_EXEC, &sc->sc_stat, 768 sizeof(sc->sc_stat)); 773 stat, sc->sc_stat.c_aef, 774 sc->sc_stat.c_fef, sc->sc_stat.c_blk) [all...] |
/src/sys/arch/arm/sunxi/ |
sunxi_rsb.c | 92 uint32_t sc_stat; member in struct:sunxi_rsb_softc 201 sc->sc_stat |= stat; 231 sc->sc_stat = 0; 234 sc->sc_stat |= RSB_READ(sc, RSB_STAT_REG); 242 if (sc->sc_stat & RSB_STAT_MASK) { 254 sc->sc_stat & RSB_STAT_MASK); 266 if (sc->sc_stat & RSB_STAT_LOAD_BSY) { 270 if (sc->sc_stat & RSB_STAT_TRANS_ERR) { 272 "\n", __SHIFTOUT(sc->sc_stat, RSB_STAT_TRANS_ERR_ID));
|
/src/sys/arch/amiga/dev/ |
scivar.h | 75 u_char sc_stat[2]; member in struct:sci_softc
|
sbicvar.h | 128 u_char sc_stat[2]; member in struct:sbic_softc
|
/src/sys/dev/gpib/ |
mt.c | 122 short sc_statindex; /* index for next sc_stat when MTF_STATTIMEO */ 123 struct mt_stat sc_stat;/* status bytes last read from device */ member in struct:mt_softc 310 ((char *)&(sc->sc_stat)) + sc->sc_statindex, 311 sizeof(sc->sc_stat) - sc->sc_statindex); 313 if (retval != sizeof(sc->sc_stat) - sc->sc_statindex) {
|
ct.c | 130 struct cs80_stat sc_stat; member in struct:ct_softc 624 blks = sc->sc_stat.c_blk - sc->sc_blkno - 1; 627 bp->b_bcount, sc->sc_blkno, sc->sc_stat.c_blk, 629 if (blks == -1) { /* 9145 on EOF does not change sc_stat.c_blk */ 633 sc->sc_blkno = sc->sc_stat.c_blk; 640 if ((sc->sc_stat.c_aef & AEF_EOV) || 731 (void) gpibrecv(sc->sc_ic, slave, CS80CMD_EXEC, &sc->sc_stat, 732 sizeof(sc->sc_stat)); 736 stat, sc->sc_stat.c_aef, 737 sc->sc_stat.c_fef, sc->sc_stat.c_blk)) [all...] |
/src/sys/dev/mca/ |
edc_mca.c | 104 volatile int sc_stat; member in struct:edc_mca_softc 445 sc->sc_stat = STAT_DONE; 469 sc->sc_stat = STAT_ERROR; 560 if (sc->sc_stat != STAT_DONE) 583 sc->sc_stat = STAT_START; 636 return ((sc->sc_stat != STAT_DONE) ? EIO : 0);
|
/src/sys/arch/dreamcast/dev/maple/ |
mlcd.c | 107 } sc_stat; member in struct:mlcd_softc 252 sc->sc_stat = MLCD_INIT; 303 sc->sc_stat = MLCD_DETACH; /* just in case */ 347 switch (sc->sc_stat) { 379 sc->sc_stat = MLCD_INIT2; 396 sc->sc_stat = MLCD_IDLE; /* init done */ 406 sc->sc_stat = MLCD_IDLE; /* init done */ 480 || sc->sc_stat == MLCD_INIT 481 || sc->sc_stat == MLCD_INIT2 520 sc->sc_stat = MLCD_IDLE [all...] |
mmemcard.c | 121 } sc_stat; member in struct:mmem_softc 266 sc->sc_stat = MMEM_INIT; 329 sc->sc_stat = MMEM_DETACH; /* just in case */ 420 switch (sc->sc_stat) { 471 sc->sc_stat = MMEM_INIT2; 473 sc->sc_stat = MMEM_IDLE; /* init done */ 485 sc->sc_stat = MMEM_IDLE; /* init done */ 646 || sc->sc_stat == MMEM_INIT 647 || sc->sc_stat == MMEM_INIT2 701 || sc->sc_stat == MMEM_INI [all...] |
/src/sys/arch/acorn32/podulebus/ |
sbicvar.h | 113 u_char sc_stat[2]; member in struct:sbic_softc
|
/src/sys/arch/mvme68k/dev/ |
sbicvar.h | 116 u_char sc_stat[2]; member in struct:sbic_softc
|
/src/sys/arch/alpha/include/ |
logout.h | 223 uint64_t sc_stat; /* member in struct:__anon326cdc600408
|