Home
last modified time | relevance | path

Searched refs:ds_size (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/test/zfs-tests/tests/functional/rsend/
H A Dsend-c_stream_size_estimate.ksh70 typeset ds_size=$(get_estimated_size "zfs send -nP $send_ds@snap")
72 within_percent $ds_size $ds_lrefer 90 || log_fail \
73 "$ds_size and $ds_lrefer differed by too much"
H A Drsend.kshlib758 ds_size=$(get_prop refer $ds)
760 ds_size=$(get_prop lrefer $ds)
762 ds_size=$((ds_size - inc_size))
764 within_percent $stream_size $ds_size $percent || log_fail \
765 "$stream_size $ds_size differed by too much"
/illumos-gate/usr/src/cmd/svc/configd/
H A Dfile_object.c67 uint32_t ds_size; /* number of elements */ member
112 if (cur == NULL || cur->ds_cur == cur->ds_size) { in delete_stack_push()
119 new->ds_size = NUM_NEEDED; in delete_stack_push()
126 assert(cur->ds_cur < cur->ds_size); in delete_stack_push()
145 assert(cur->ds_cur > 0 && cur->ds_cur <= cur->ds_size); in delete_stack_pop()