Lines Matching defs:zone
30 * This module contains functions used for reading and writing the scratch zone
32 * mappings between actual kernel zone names and the zones in an alternate boot
46 * handle error; zone already mounted
48 * mount zone here
67 #define PATH_MAPFILE "tmp/.alt.lu-zone-map"
186 char zone[ZONENAME_MAX];
190 while (zonecfg_get_scratch(fp, zone, sizeof (zone), kernzone, kernlen,
192 if (strcmp(zone, zonename) == 0 && strcmp(altroot, aroot) == 0)
229 char zone[ZONENAME_MAX];
249 while (zonecfg_get_scratch(fp, zone, sizeof (zone), kzone,
254 if (fprintf(fp, "%s %s %s\n", zone, kzone, aroot) == EOF)