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

/osnet-11/usr/src/lib/libbe/common/
H A Dbe_activate.c732 char *temp_mntpt = NULL; local
766 if (!zfs_is_mounted(zhp, &temp_mntpt)) {
767 if ((err = _be_mount(be_name, NULL, &temp_mntpt,
782 z_set_zone_root(temp_mntpt);
793 free(temp_mntpt);
854 free(temp_mntpt);
H A Dbe_create.c2372 char *temp_mntpt = NULL; local
2436 if (!zfs_is_mounted(obe_zhp, &temp_mntpt)) {
2437 if ((ret = _be_mount(obe_name, NULL, &temp_mntpt,
2447 z_set_zone_root(temp_mntpt);
2548 bt.obe_altroot = temp_mntpt;

Completed in 27 milliseconds