Lines Matching refs:zi_start
165 record->zi_start = 0; in initialize_range()
171 record->zi_start = strtoull(range, &end, 10); in initialize_range()
175 record->zi_end = record->zi_start + 1; in initialize_range()
207 record->zi_start = record->zi_object * sizeof (dnode_phys_t); in initialize_range()
208 record->zi_end = record->zi_start + sizeof (dnode_phys_t); in initialize_range()
292 if (record->zi_start == 0 && in translate_record()
296 ziprintf(" range: [%llu, %llu]\n", record->zi_start, in translate_record()
321 (u_longlong_t *)&record->zi_start) != 4) { in translate_raw()
327 record->zi_end = record->zi_start; in translate_raw()
381 record->zi_start = offsetof(vdev_label_t, vl_uberblock[0]); in translate_device()
382 record->zi_end = record->zi_start + VDEV_UBERBLOCK_RING - 1; in translate_device()
385 record->zi_start = offsetof(vdev_label_t, vl_vdev_phys); in translate_device()
386 record->zi_end = record->zi_start + VDEV_PHYS_SIZE - 1; in translate_device()
389 record->zi_start = offsetof(vdev_label_t, vl_pad1); in translate_device()
390 record->zi_end = record->zi_start + VDEV_PAD_SIZE - 1; in translate_device()
393 record->zi_start = offsetof(vdev_label_t, vl_be); in translate_device()
394 record->zi_end = record->zi_start + VDEV_PAD_SIZE - 1; in translate_device()