Lines Matching refs:sc_scb
43 static void free_scb(struct sc_softc *, struct sc_scb *);
44 static struct sc_scb *get_scb(struct sc_softc *, int);
49 void sc_done(struct sc_scb *);
53 extern void sc_send(struct sc_scb *, int, int);
77 struct sc_scb *scb;
118 scb = sc->sc_scb;
144 free_scb(struct sc_softc *sc, struct sc_scb *scb)
162 struct sc_scb *
166 struct sc_scb *scb;
172 tsleep(&sc->free_list, PRIBIO, "sc_scb", 0);
188 struct sc_scb *scb;
275 struct sc_scb *scb, *nextscb;
352 sc_done(struct sc_scb *scb)
453 struct sc_scb *scb = arg;