Searched refs:temp_mntpt (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libbe/common/
H A Dbe_activate.c1425 char *temp_mntpt = NULL; local
1458 if (!zfs_is_mounted(zhp, &temp_mntpt)) {
1459 if ((err = _be_mount(be_name, &temp_mntpt,
1473 z_set_zone_root(temp_mntpt);
1484 free(temp_mntpt);
1545 free(temp_mntpt);
H A Dbe_create.c1897 char *temp_mntpt = NULL; local
1961 if (!zfs_is_mounted(obe_zhp, &temp_mntpt)) {
1962 if ((ret = _be_mount(obe_name, &temp_mntpt,
1972 z_set_zone_root(temp_mntpt);
2071 bt.obe_altroot = temp_mntpt;

Completed in 66 milliseconds