Lines Matching refs:objsetid
33 # kstat_dataset [-N] <dataset | pool/objsetid> <stat>
132 # kstat_dataset [-N] <dataset | pool/objsetid> <stat>
152 typeset objsetid=$($_resolve_dsname_os "$pool" "$dsarg")
153 if [[ -z "$objsetid" ]] ; then
156 dsarg="$pool/$objsetid"
259 typeset -i objsetid=0
260 _split_pool_objsetid $obj pool objsetid
262 $pool $objsetid $stat)
308 # We split on '.', then get the hex objsetid from field 5.
353 typeset -i objsetid=0
354 _split_pool_objsetid $obj pool objsetid
355 stat=$(printf 'objset-0x%x.%s' $objsetid $stat)
456 # the filename on /, then extract the hex objsetid.
475 # _split_pool_objsetid <obj> <*pool> <*objsetid>
477 # Splits pool/objsetId string in <obj> and fills <pool> and <objsetid>.
483 typeset -n objsetid=$3
488 # ensure objsetid arg does not contain a /. we're about to convert it,
492 log_fail "kstat: invalid objsetid: $osidarg"
497 log_fail "kstat: invalid objsetid: $osidarg"
499 objsetid=$id