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

  /src/sys/arch/vax/mba/
mbavar.h 89 struct mba_device { struct
90 STAILQ_ENTRY(mba_device) md_link; /* linked list of runnable devices */
91 void (*md_start)(struct mba_device *);
93 int (*md_attn)(struct mba_device *);
95 enum xfer_action (*md_finish)(struct mba_device *, int, int *);
106 STAILQ_HEAD(,mba_device) sc_xfers;
109 struct mba_device *sc_md[MAXMBADEV];
119 void mbaqueue(struct mba_device *);
mbavar.h 89 struct mba_device { struct
90 STAILQ_ENTRY(mba_device) md_link; /* linked list of runnable devices */
91 void (*md_start)(struct mba_device *);
93 int (*md_attn)(struct mba_device *);
95 enum xfer_action (*md_finish)(struct mba_device *, int, int *);
106 STAILQ_HEAD(,mba_device) sc_xfers;
109 struct mba_device *sc_md[MAXMBADEV];
119 void mbaqueue(struct mba_device *);

Completed in 53 milliseconds