sc_slaves 92 dev/isa/addcom_isa.c void *sc_slaves[NSLAVES]; /* com device unit numbers */
sc_slaves 248 dev/isa/addcom_isa.c sc->sc_slaves[i] = config_found(self, &ca, addcomprint);
sc_slaves 249 dev/isa/addcom_isa.c if (sc->sc_slaves[i] != NULL)
sc_slaves 265 dev/isa/addcom_isa.c if (sc->sc_alive[i] && comintr(sc->sc_slaves[i])) {
sc_slaves 59 dev/isa/ast.c void *sc_slaves[NSLAVES]; /* com device unit numbers */
sc_slaves 173 dev/isa/ast.c sc->sc_slaves[i] = config_found(self, &ca, astprint);
sc_slaves 174 dev/isa/ast.c if (sc->sc_slaves[i] != NULL)
sc_slaves 198 dev/isa/ast.c comintr(sc->sc_slaves[n]);
sc_slaves 59 dev/isa/boca.c void *sc_slaves[NSLAVES]; /* com device unit numbers */
sc_slaves 170 dev/isa/boca.c sc->sc_slaves[i] = config_found(self, &ca, bocaprint);
sc_slaves 171 dev/isa/boca.c if (sc->sc_slaves[i] != NULL)
sc_slaves 195 dev/isa/boca.c comintr(sc->sc_slaves[n]);
sc_slaves 105 dev/isa/hsq.c void *sc_slaves[NSLAVES]; /* com device unit numbers */
sc_slaves 217 dev/isa/hsq.c sc->sc_slaves[i] = config_found(self, &ca, hsqprint);
sc_slaves 241 dev/isa/hsq.c if ( sc->sc_slaves[n] && bits & (1 << (n)) ) \
sc_slaves 242 dev/isa/hsq.c comintr(sc->sc_slaves[n]);
sc_slaves 61 dev/isa/rtfps.c void *sc_slaves[NSLAVES]; /* com device unit numbers */
sc_slaves 186 dev/isa/rtfps.c sc->sc_slaves[i] = config_found(self, &ca, rtfpsprint);
sc_slaves 187 dev/isa/rtfps.c if (sc->sc_slaves[i] != NULL)
sc_slaves 207 dev/isa/rtfps.c comintr(sc->sc_slaves[n]);