Searched refs:zsa_i (Results 1 - 1 of 1) sorted by relevance

/opensolaris-onvv-gate/usr/src/lib/brand/shared/zone/
H A Duninstall.ksh207 (( zsa_i = 0 ))
208 while (( $zsa_i < ${#zsa_array[@]} )); do
209 zfs_set "$zsa_prop" "$zsa_value" "${zsa_array[$zsa_i]}"
212 (( zsa_i = $zsa_i + 1 ))

Completed in 119 milliseconds