Lines Matching defs:zoneroot
74 * Description: Generate a string for a zone's zoneroot given the
78 * zoneroot - pointer to buffer to retrn zoneroot in.
79 * zoneroot_size - size of zoneroot
86 be_make_zoneroot(char *zonepath, char *zoneroot, int zoneroot_size)
88 (void) snprintf(zoneroot, zoneroot_size, "%s/root", zonepath);
101 * the zone's zoneroot that's currently active for this
103 * zoneroot-ds_size - size of zoneroot_ds.
182 * Description: This function will find the dataset mounted as the zoneroot
185 * zone_altroot - path of zoneroot wrt the mounted global BE.
188 * the zoneroot that currently mounted for this zone