esc_pending
void esc_donextcmd(struct esc_softc *dev, struct esc_pending *pendp);
int escselect(struct esc_softc *dev, struct esc_pending *pendp,
void escicmd(struct esc_softc *dev, struct esc_pending *pendp);
int escgo(struct esc_softc *dev, struct esc_pending *pendp);
void esc_setup_nexus(struct esc_softc *, struct nexus *, struct esc_pending *,
escicmd(struct esc_softc *dev, struct esc_pending *pendp)
struct esc_pending *pendp;
esc_donextcmd(struct esc_softc *dev, struct esc_pending *pendp)
struct esc_pending *pendp;
esc_setup_nexus(struct esc_softc *dev, struct nexus *nexus, struct esc_pending *pendp, unsigned char *cbuf, int clen, unsigned char *buf, int len, int mode)
escselect(struct esc_softc *dev, struct esc_pending *pendp, unsigned char *cbuf, int clen, unsigned char *buf, int len, int mode)
escgo(struct esc_softc *dev, struct esc_pending *pendp)
TAILQ_HEAD(,esc_pending) sc_xs_pending;
TAILQ_HEAD(,esc_pending) sc_xs_free;
struct esc_pending sc_xs_store[MAXPENDING];
TAILQ_ENTRY(esc_pending) link;