Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libbe/common/
H A Dlibbe_priv.h76 #define BE_ZONE_ACTIVE_PROPERTY "org.opensolaris.libbe:active" macro
H A Dbe_zones.c630 if (nvlist_lookup_nvlist(userprops, BE_ZONE_ACTIVE_PROPERTY, &propname) in be_zone_get_active()
H A Dbe_activate.c408 if (zfs_prop_set(zhp, BE_ZONE_ACTIVE_PROPERTY, "on") != 0) { in _be_activate()
427 if (zfs_prop_set(zhp, BE_ZONE_ACTIVE_PROPERTY, "off") != 0) { in _be_activate()
H A Dbe_list.c1117 BE_ZONE_ACTIVE_PROPERTY, &zone_propval) != 0 || in be_get_node_data()
H A Dbe_create.c2287 if (zfs_prop_set(z_zhp, BE_ZONE_ACTIVE_PROPERTY, "on") != 0) { in be_copy_zones()