Lines Matching defs:di_all
141 struct di_all { struct
142 int version; /* snapshot version, reserved */
143 int cache_magic; /* magic number for cached snapshot */
144 int pd_version; /* private data format version */
145 int endianness; /* reserved for future use */
146 int generation; /* reserved for future use */
147 uint32_t cache_checksum; /* snapshot checksum */
148 uint64_t snapshot_time; /* snapshot timestamp */
149 di_off_t top_devinfo; /* actual top devinfo in snapshot */
150 di_off_t top_vhci_devinfo;
151 di_off_t devnames;
152 di_off_t ppdata_format; /* parent priv data format array */
153 di_off_t dpdata_format; /* driver priv data format array */
154 di_off_t aliases; /* offset to alias tree */
155 int n_ppdata; /* size of ppdata_format array */
156 int n_dpdata; /* size of pddata_format array */
157 int devcnt; /* size of devnames array */
158 uint_t command; /* same as in di_init() */
159 uint_t map_size; /* size of the snapshot */
160 char req_path[MAXPATHLEN]; /* path to requested root */
161 char root_path[1]; /* path to actual snapshot root */