Home
last modified time | relevance | path

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

/onnv-gate/usr/src/cmd/power/
H A Dsvc-power73 rootpool=`zfs mount | grep ' \/$' | awk '{print $1 }' |\
75 if [ X$rootpool = "X" ] || \
76 [ ! -L /dev/zvol/dsk/$rootpool/dump ]; then
79 echo "statefile /dev/zvol/dsk/$rootpool/dump" \
/onnv-gate/usr/src/cmd/boot/scripts/
H A Dupdate_grub.ksh88 rootpool=`df -k ${ALT_ROOT:-/} | tail +2 | cut -d/ -f1`
89 rootdevlist=`LC_ALL=C zpool iostat -v "$rootpool" | tail +5 |
/onnv-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_pool.c2358 boolean_t rootpool = pool_is_bootable(zhp); in zpool_vdev_attach() local
2371 if (rootpool && pool_uses_efi(nvroot)) { in zpool_vdev_attach()
2429 if (rootpool) { in zpool_vdev_attach()