Searched refs:zonecfg_root (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/lib/libzonecfg/common/
H A Dzonecfg_impl.h61 extern char *zonecfg_root;
H A Dgetzoneent.c167 return (snprintf(path, MAXPATHLEN, "%s%s", zonecfg_root,
197 if (snprintf(path, sizeof (path), "%s%s", zonecfg_root,
295 tlen = sizeof (_PATH_TMPFILE) + strlen(zonecfg_root);
301 (void) snprintf(tmp_file_name, tlen, "%s%s", zonecfg_root,
H A Dlibzonecfg.c374 char *zonecfg_root = ""; variable
392 if (*zonecfg_root != '\0')
393 free(zonecfg_root);
395 (zonecfg_root = strdup(rootpath)) == NULL)
396 zonecfg_root = "";
402 return (zonecfg_root);
515 return (*zonecfg_root != '\0');
526 return (snprintf(answer, MAXPATHLEN, "%s%s/%s.xml", zonecfg_root,
534 zonecfg_root, ZONE_SNAPSHOT_ROOT, zonename) < MAXPATHLEN);
1367 if ((len = strlcpy(path, zonecfg_root, pathsiz
[all...]

Completed in 26 milliseconds