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

  /src/sys/arch/acorn32/podulebus/
escvar.h 71 struct esc_pending { struct
72 TAILQ_ENTRY(esc_pending) link;
159 TAILQ_HEAD(,esc_pending) sc_xs_pending;
160 TAILQ_HEAD(,esc_pending) sc_xs_free;
161 struct esc_pending sc_xs_store[MAXPENDING];
esc.c 114 void esc_donextcmd(struct esc_softc *dev, struct esc_pending *pendp);
120 int escselect(struct esc_softc *dev, struct esc_pending *pendp,
123 void escicmd(struct esc_softc *dev, struct esc_pending *pendp);
124 int escgo(struct esc_softc *dev, struct esc_pending *pendp);
133 void esc_setup_nexus(struct esc_softc *, struct nexus *, struct esc_pending *,
195 * Initialize the esc_pending structs and link them into the free list. We
272 struct esc_pending *pendp;
288 /* Get hold of a esc_pending block. */
324 esc_donextcmd(struct esc_softc *dev, struct esc_pending *pendp)
379 struct esc_pending *pendp
    [all...]

Completed in 14 milliseconds