Lines Matching defs:saioreq
85 struct saioreq { struct
86 char si_flgs;
87 struct om_boottable *si_boottab;/* Points to boottab entry if any */
88 char *si_devdata; /* Device-specific data pointer */
89 int si_ctlr; /* Controller number or address */
90 int si_unit; /* Unit number within controller */
91 long si_boff; /* Partition number within unit */
92 long si_cyloff;
93 long si_offset;
94 long si_bn; /* Block number to R/W */
95 char *si_ma; /* Memory address to R/W */
96 int si_cc; /* Character count to R/W */
97 struct saif *si_sif; /* net if. pointer (set by b_open) */
98 char *si_devaddr; /* Points to mapped in device */
99 char *si_dmaaddr; /* Points to allocated DMA space */