/src/sys/arch/hp300/stand/common/ |
scsivar.h | 43 char sc_stat; member in struct:scsi_softc
|
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
|
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
|
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
|
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
|
mb86960var.h | 162 uint32_t sc_stat; /* driver status */ member in struct:mb86960_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;
|
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;
|
/src/sys/arch/next68k/dev/ |
nextdmavar.h | 62 struct nextdma_status sc_stat; member in struct:nextdma_softc
|
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
|
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
|
/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));
|
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
|
scivar.h | 75 u_char sc_stat[2]; member in struct:sci_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) {
|
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) {
|
/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);
|