Searched defs:saioreq (Results 1 – 2 of 2) sorted by relevance
110 struct saioreq { struct111 char si_flgs;112 char si_pad1;113 struct boottab *si_boottab; /* Points to boottab entry if any */114 char *si_devdata; /* Device-specific data pointer */115 int si_ctlr; /* Controller number or address */116 int si_unit; /* Unit number within controller */117 long si_boff; /* Partition number within unit */118 long si_cyloff;119 long si_offset;[all …]
85 struct saioreq { struct86 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 */[all …]