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

/opensolaris-onvv-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" \
/opensolaris-onvv-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 |
/opensolaris-onvv-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_pool.c2358 boolean_t rootpool = pool_is_bootable(zhp); local
2371 if (rootpool && pool_uses_efi(nvroot)) {
2429 if (rootpool) {

Completed in 100 milliseconds