Lines Matching defs:zonepath
1616 char *zonepath = NULL;
1688 zonepath = z_zlist_get_zonepath(zlist, i);
1691 * Get the dataset of this zonepath. If its not
1694 if ((zonepath_ds = be_get_ds_from_dir(zonepath)) == NULL)
1699 * dataset of its zonepath.
1732 * zonepath dataset as well.
1734 * zonepath_ds - pointer to zone's zonepath dataset.
1769 "destroy zone roots under zonepath dataset %s: %s\n"),
1787 * dataset, destroy it and the zonepath dataset as well.
1801 /* Get handle to zonepath dataset */
1805 "open zonepath dataset (%s): %s\n"),
1810 /* Destroy zonepath dataset */
1814 "failed to destroy zonepath dataest %s: %s\n"),
1895 char *zonepath = NULL;
1986 /* Get zonepath of zone */
1987 zonepath = z_zlist_get_zonepath(zlist, i);
1994 * Get the dataset of this zonepath. If its not
1997 if ((ds = be_get_ds_from_dir(zonepath)) == NULL)
2005 be_make_zoneroot(zonepath, zoneroot, sizeof (zoneroot));
2007 /* If zonepath dataset not supported, skip it. */