Searched refs:obe_zpool (Results 1 - 8 of 8) sorted by relevance

/osnet-11/usr/src/lib/libbe/common/
H A Dbe_rename.c177 bt.nbe_zpool = bt.obe_zpool;
179 be_make_root_ds(bt.obe_zpool, bt.obe_name, root_ds, sizeof (root_ds));
239 if ((ret = be_update_vfstab(bt.nbe_name, bt.obe_zpool,
H A Dbe_snapshot.c338 be_make_root_ds(bt.obe_zpool, bt.obe_name, obe_root_ds,
456 bt.obe_zpool = altpool;
459 be_make_root_ds(bt.obe_zpool, bt.obe_name, root_ds,
692 be_make_root_ds(bt.obe_zpool, bt.obe_name, root_ds, sizeof (root_ds));
H A Dlibbe_priv.h69 char *obe_zpool; /* Original BE pool */ member in struct:be_transaction_data
H A Dbe_create.c828 be_make_root_ds(bt.obe_zpool, bt.obe_name, obe_root_ds,
1046 be_make_root_ds(bt.obe_zpool, bt.obe_name, be_root_ds,
1173 be_make_root_ds(bt.obe_zpool, bt.nbe_name, be_root_ds,
1215 bt.nbe_zpool = bt.obe_zpool;
1219 be_make_root_ds(bt.obe_zpool, bt.obe_name, obe_root_ds,
1284 if (strcmp(bt.obe_zpool, bt.nbe_zpool) == 0) {
1495 if ((ret = be_update_vfstab(bt.nbe_name, bt.obe_zpool, bt.nbe_zpool,
1643 *pool = bt.obe_zpool;
1658 * obe_zpool with the pool name that the BE is found in.
1708 bt->obe_zpool
[all...]
H A Dbe_activate.c166 be_make_root_ds(cb.obe_zpool, cb.obe_name, root_ds, sizeof (root_ds));
183 return (_be_activate_bh(cb.obe_name, cb.obe_root_ds, cb.obe_zpool));
H A Dbe_mount.c309 bt.obe_zpool = altpool;
313 be_make_root_ds(bt.obe_zpool, bt.obe_name, obe_root_ds,
483 bt.obe_zpool = altpool;
487 be_make_root_ds(bt.obe_zpool, bt.obe_name, obe_root_ds,
H A Dbe_utils.c857 bt->obe_zpool = strdup(zpool_analog);
865 be_make_container_ds(bt->obe_zpool, be_container_ds,
909 * obe_zpool member of this parameter is set to the
955 * Found current BE dataset; set obe_zpool
957 if ((bt->obe_zpool = strdup(zpool)) == NULL) {
/osnet-11/usr/src/lib/pylibbe/common/
H A Dlibbe_py.c1143 return (Py_BuildValue("isss", ret, bt.obe_zpool, bt.obe_root_ds,

Completed in 64 milliseconds