Home
last modified time | relevance | path

Searched refs:BE_ERR_NO_MOUNTED_ZONE (Results 1 – 5 of 5) sorted by relevance

/titanic_41/usr/src/lib/libbe/common/
H A Dlibbe.h136 BE_ERR_NO_MOUNTED_ZONE, /* Zone not mounted in alternate BE */ enumerator
H A Dbe_zones.c232 ret = BE_ERR_NO_MOUNTED_ZONE; in be_find_mounted_zone_root()
H A Dbe_mount.c385 ret = BE_ERR_NO_MOUNTED_ZONE; in _be_mount()
396 if (ret == BE_SUCCESS || ret == BE_ERR_NO_MOUNTED_ZONE) in _be_mount()
2641 zoneroot_ds, sizeof (zoneroot_ds))) == BE_ERR_NO_MOUNTED_ZONE) { in be_unmount_one_zone()
H A Dbe_utils.c2878 case BE_ERR_NO_MOUNTED_ZONE: in be_err_to_str()
/titanic_41/usr/src/cmd/beadm/
H A Dbeadm.c1322 case BE_ERR_NO_MOUNTED_ZONE: in be_do_mount()