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

  /src/sys/arch/sun3/dev/
xyvar.h 43 struct xy_iorq { struct
112 struct xy_iorq *xyrq; /* this disk's ioreq structure */
150 struct xy_iorq *reqs; /* i/o requests */
154 struct xy_iorq *ciorq; /* controller's iorq */
158 struct xy_iorq *xy_chain[XYC_MAXIOPB]; /* current chain */
166 #define XY_RSET_NONE (struct xy_iorq *)(-1) /* restart all requests */
167 #define XY_RSET_ALL (struct xy_iorq *)(-2) /* don't restart anything */
  /src/sys/dev/vme/
xyvar.h 42 struct xy_iorq { struct
109 struct xy_iorq *xyrq; /* this disk's ioreq structure */
146 struct xy_iorq *reqs; /* i/o requests */
152 struct xy_iorq *ciorq; /* controller's iorq */
156 struct xy_iorq *xy_chain[XYC_MAXIOPB];
165 #define XY_RSET_NONE (struct xy_iorq *)(-1) /* restart all requests */
166 #define XY_RSET_ALL (struct xy_iorq *)(-2) /* don't restart anything */

Completed in 13 milliseconds