Lines Matching defs:zonepath
164 "zonepath",
199 "zonepath",
343 "set zonepath=",
375 "info zonepath",
862 "zonepath. '%s -b' results in a blank "
1849 char zonepath[MAXPATHLEN], outfile[MAXPATHLEN], pool[MAXNAMELEN];
1908 if (zonecfg_get_zonepath(handle, zonepath, sizeof (zonepath)) == Z_OK &&
1909 strlen(zonepath) > 0)
1911 pt_to_str(PT_ZONEPATH), zonepath);
4367 zerr(gettext("Only zonepath setting can be forced."));
5006 char zonepath[MAXPATHLEN];
5008 if (zonecfg_get_zonepath(handle, zonepath, sizeof (zonepath)) == Z_OK)
5010 zonepath);
6093 char zonepath[MAXPATHLEN];
6140 if (zonecfg_get_zonepath(handle, zonepath, sizeof (zonepath)) != Z_OK &&
6146 if (strlen(zonepath) == 0 && !global_zone) {