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

/osnet-11/usr/src/lib/libzonecfg/common/
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 33 milliseconds