Lines Matching refs:objsetid
32 # kstat_dataset [-N] <dataset | pool/objsetid> <stat>
131 # kstat_dataset [-N] <dataset | pool/objsetid> <stat>
151 typeset objsetid=$($_resolve_dsname_os "$pool" "$dsarg")
152 if [[ -z "$objsetid" ]] ; then
155 dsarg="$pool/$objsetid"
256 typeset -i objsetid=0
257 _split_pool_objsetid $obj pool objsetid
259 $pool $objsetid $stat)
305 # We split on '.', then get the hex objsetid from field 5.
350 typeset -i objsetid=0
351 _split_pool_objsetid $obj pool objsetid
352 stat=$(printf 'objset-0x%x.%s' $objsetid $stat)
453 # the filename on /, then extract the hex objsetid.
472 # _split_pool_objsetid <obj> <*pool> <*objsetid>
474 # Splits pool/objsetId string in <obj> and fills <pool> and <objsetid>.
480 typeset -n objsetid=$3
485 # ensure objsetid arg does not contain a /. we're about to convert it,
489 log_fail "kstat: invalid objsetid: $osidarg"
494 log_fail "kstat: invalid objsetid: $osidarg"
496 objsetid=$id