Searched refs:rootpool (Results 1 – 9 of 9) sorted by relevance
50 rootpool=$($DF / | \52 rootpool=${rootpool#\(}53 rootpool=${rootpool%%/*}55 devstr=$(get_disklist $rootpool)
65 typeset rootpool=$(get_rootpool)67 log_mustnot $ZPOOL destroy $rootpool69 log_mustnot $ZFS destroy $rootpool
64 typeset rootpool=$(get_rootpool)65 typeset bootfs=$(get_pool_prop bootfs $rootpool)
69 typeset rootpool=$(get_rootpool)70 typeset rootfs=$(get_pool_prop bootfs $rootpool)
6 TESTSDIR= ${TESTSBASE}/sys/cddl/zfs/tests/rootpool
55 TESTS_SUBDIRS+= rootpool
672 rootpool
2967 typeset rootpool=""2969 rootpool=`$ECHO $rootfs | awk -F\/ '{print $1}'`2970 echo $rootpool
2812 boolean_t rootpool = zpool_is_bootable(zhp); local2873 if (rootpool) {