HomeSort by: relevance | last modified time | path
    Searched refs:siop_acb (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/arch/amiga/dev/
siopvar.h 80 struct siop_acb { struct
81 TAILQ_ENTRY(siop_acb) chain;
140 TAILQ_HEAD(acb_list, siop_acb) free_list,
144 struct siop_acb *sc_nexus; /* current command */
146 struct siop_acb *sc_acb; /* the real command blocks */
siop.c 113 void siop_scsidone(struct siop_acb *, int);
116 void siop_poll(struct siop_softc *, struct siop_acb *);
120 void siop_dump_acb(struct siop_acb *);
231 struct siop_acb *acb;
299 siop_poll(struct siop_softc *sc, struct siop_acb *acb)
366 struct siop_acb *acb;
413 siop_scsidone(struct siop_acb *acb, int stat)
462 register struct siop_acb *acb2;
569 sc->sc_acb = malloc(sizeof(struct siop_acb) * SIOP_NACB,
611 struct siop_acb *acb
    [all...]
siop2.c 116 void siopng_scsidone(struct siop_acb *, int);
119 void siopng_poll(struct siop_softc *, struct siop_acb *);
123 void siopng_dump_acb(struct siop_acb *);
218 struct siop_acb *acb;
285 siopng_poll(struct siop_softc *sc, struct siop_acb *acb)
351 struct siop_acb *acb;
398 siopng_scsidone(struct siop_acb *acb, int stat)
447 register struct siop_acb *acb2;
556 sc->sc_acb = malloc(sizeof(struct siop_acb) * SIOP_NACB,
599 struct siop_acb *acb
    [all...]

Completed in 13 milliseconds