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

/illumos-gate/usr/src/lib/libzonecfg/common/
H A Dlibzonecfg.c234 char *zonecfg_root = ""; variable
252 if (*zonecfg_root != '\0')
253 free(zonecfg_root);
255 (zonecfg_root = strdup(rootpath)) == NULL)
256 zonecfg_root = "";
262 return (zonecfg_root);
268 return (*zonecfg_root != '\0');
279 return (snprintf(answer, MAXPATHLEN, "%s%s/%s.xml", zonecfg_root,
287 zonecfg_root, ZONE_SNAPSHOT_ROOT, zonename) < MAXPATHLEN);
938 if ((len = strlcpy(path, zonecfg_root, pathsiz
[all...]

Completed in 55 milliseconds