Home
last modified time | relevance | path

Searched refs:rootpool (Results 1 – 9 of 9) sorted by relevance

/freebsd-12.1/tests/sys/cddl/zfs/tests/devices/
H A Ddevices_common.kshlib50 rootpool=$($DF / | \
52 rootpool=${rootpool#\(}
53 rootpool=${rootpool%%/*}
55 devstr=$(get_disklist $rootpool)
/freebsd-12.1/tests/sys/cddl/zfs/tests/rootpool/
H A Drootpool_002_neg.ksh65 typeset rootpool=$(get_rootpool)
67 log_mustnot $ZPOOL destroy $rootpool
69 log_mustnot $ZFS destroy $rootpool
H A Drootpool_001_pos.ksh64 typeset rootpool=$(get_rootpool)
65 typeset bootfs=$(get_pool_prop bootfs $rootpool)
H A Drootpool_007_neg.ksh69 typeset rootpool=$(get_rootpool)
70 typeset rootfs=$(get_pool_prop bootfs $rootpool)
H A DMakefile6 TESTSDIR= ${TESTSBASE}/sys/cddl/zfs/tests/rootpool
/freebsd-12.1/tests/sys/cddl/zfs/tests/
H A DMakefile55 TESTS_SUBDIRS+= rootpool
/freebsd-12.1/etc/mtree/
H A DBSD.tests.dist672 rootpool
/freebsd-12.1/tests/sys/cddl/zfs/include/
H A Dlibtest.kshlib2967 typeset rootpool=""
2969 rootpool=`$ECHO $rootfs | awk -F\/ '{print $1}'`
2970 echo $rootpool
/freebsd-12.1/cddl/contrib/opensolaris/lib/libzfs/common/
H A Dlibzfs_pool.c2812 boolean_t rootpool = zpool_is_bootable(zhp); local
2873 if (rootpool) {