Lines Matching defs:zonepath
1614 char *zonepath = NULL;
1686 zonepath = z_zlist_get_zonepath(zlist, i);
1689 * Get the dataset of this zonepath. If its not
1692 if ((zonepath_ds = be_get_ds_from_dir(zonepath)) == NULL)
1697 * dataset of its zonepath.
1730 * zonepath dataset as well.
1732 * zonepath_ds - pointer to zone's zonepath dataset.
1767 "destroy zone roots under zonepath dataset %s: %s\n"),
1785 * dataset, destroy it and the zonepath dataset as well.
1799 /* Get handle to zonepath dataset */
1803 "open zonepath dataset (%s): %s\n"),
1808 /* Destroy zonepath dataset */
1812 "failed to destroy zonepath dataest %s: %s\n"),
1893 char *zonepath = NULL;
1984 /* Get zonepath of zone */
1985 zonepath = z_zlist_get_zonepath(zlist, i);
1992 * Get the dataset of this zonepath. If its not
1995 if ((ds = be_get_ds_from_dir(zonepath)) == NULL)
2003 be_make_zoneroot(zonepath, zoneroot, sizeof (zoneroot));
2005 /* If zonepath dataset not supported, skip it. */