Lines Matching refs:zi_start
190 record->zi_start = 0; in initialize_range()
196 record->zi_start = strtoull(range, &end, 10); in initialize_range()
200 record->zi_end = record->zi_start + 1; in initialize_range()
229 record->zi_start = record->zi_object * sizeof (dnode_phys_t); in initialize_range()
230 record->zi_end = record->zi_start + sizeof (dnode_phys_t); in initialize_range()
312 if (record->zi_start == 0 && in translate_record()
316 ziprintf(" range: [%llu, %llu]\n", record->zi_start, in translate_record()
341 (u_longlong_t *)&record->zi_start) != 4) { in translate_raw()
347 record->zi_end = record->zi_start; in translate_raw()
398 record->zi_start = offsetof(vdev_label_t, vl_uberblock[0]); in translate_device()
399 record->zi_end = record->zi_start + VDEV_UBERBLOCK_RING - 1; in translate_device()
402 record->zi_start = offsetof(vdev_label_t, vl_vdev_phys); in translate_device()
403 record->zi_end = record->zi_start + VDEV_PHYS_SIZE - 1; in translate_device()
406 record->zi_start = offsetof(vdev_label_t, vl_pad1); in translate_device()
407 record->zi_end = record->zi_start + VDEV_PAD_SIZE - 1; in translate_device()
410 record->zi_start = offsetof(vdev_label_t, vl_be); in translate_device()
411 record->zi_end = record->zi_start + VDEV_PAD_SIZE - 1; in translate_device()