Lines Matching defs:zonepath
163 "zonepath",
197 "zonepath",
335 "set zonepath=",
366 "info zonepath",
838 "zonepath. '%s -b' results in a blank "
1804 char zonepath[MAXPATHLEN], outfile[MAXPATHLEN], pool[MAXNAMELEN];
1863 if (zonecfg_get_zonepath(handle, zonepath, sizeof (zonepath)) == Z_OK &&
1864 strlen(zonepath) > 0)
1866 pt_to_str(PT_ZONEPATH), zonepath);
4205 zerr(gettext("Only zonepath setting can be forced."));
4821 char zonepath[MAXPATHLEN];
4823 if (zonecfg_get_zonepath(handle, zonepath, sizeof (zonepath)) == Z_OK)
4825 zonepath);
5799 char zonepath[MAXPATHLEN];
5846 if (zonecfg_get_zonepath(handle, zonepath, sizeof (zonepath)) != Z_OK &&
5852 if (strlen(zonepath) == 0 && !global_zone) {