Searched refs:rootpool (Results 1 – 3 of 3) sorted by relevance
73 rootpool=`zfs mount | grep ' \/$' | awk '{print $1 }' |\75 if [ X$rootpool = "X" ] || \76 [ ! -L /dev/zvol/dsk/$rootpool/dump ]; then79 echo "statefile /dev/zvol/dsk/$rootpool/dump" \
88 rootpool=`df -k ${ALT_ROOT:-/} | tail +2 | cut -d/ -f1`89 rootdevlist=`LC_ALL=C zpool iostat -v "$rootpool" | tail +5 |
2358 boolean_t rootpool = pool_is_bootable(zhp); in zpool_vdev_attach() local2371 if (rootpool && pool_uses_efi(nvroot)) { in zpool_vdev_attach()2429 if (rootpool) { in zpool_vdev_attach()