Lines Matching defs:range
194 * Calculate the real range based on the type, level, and range given.
197 calculate_range(const char *dataset, err_type_t type, int level, char *range,
206 * Determine the numeric range from the string.
208 if (range == NULL) {
210 * If range is unspecified, set the range to [0,-1], which
220 record->zi_start = strtoull(range, &end, 10);
229 (void) fprintf(stderr, "invalid range '%s': must be "
230 "a numeric range of the form 'start[,end]'\n",
231 range);
245 * kind of range with type 'dnode' is illegal.
247 if (range != NULL) {
248 (void) fprintf(stderr, "range cannot be specified when "
287 * Translate range into block IDs.
300 ziprintf("level 0 blkid range: [%llu, %llu]\n",
332 translate_record(err_type_t type, const char *object, const char *range,
398 * For the given object, calculate the real (type, level, range)
400 if (calculate_range(dataset, type, level, (char *)range, record) != 0)
407 ziprintf(" range: all\n");
409 ziprintf(" range: [%llu, %llu]\n", record->zi_start,