Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libzonecfg/common/
H A Dgetzoneent.c175 return (snprintf(path, MAXPATHLEN, "%s%s", zonecfg_root, in get_index_path()
205 if (snprintf(path, sizeof (path), "%s%s", zonecfg_root, in lock_index_file()
303 tlen = sizeof (_PATH_TMPFILE) + strlen(zonecfg_root); in putzoneent()
309 (void) snprintf(tmp_file_name, tlen, "%s%s", zonecfg_root, in putzoneent()
H A Dzonecfg_impl.h75 extern char *zonecfg_root;
H A Dlibzonecfg.c240 char *zonecfg_root = ""; variable
258 if (*zonecfg_root != '\0') in zonecfg_set_root()
259 free(zonecfg_root); in zonecfg_set_root()
261 (zonecfg_root = strdup(rootpath)) == NULL) in zonecfg_set_root()
262 zonecfg_root = ""; in zonecfg_set_root()
268 return (zonecfg_root); in zonecfg_get_root()
274 return (*zonecfg_root != '\0'); in zonecfg_in_alt_root()
285 return (snprintf(answer, MAXPATHLEN, "%s%s/%s.xml", zonecfg_root, in config_file_path()
293 zonecfg_root, ZONE_SNAPSHOT_ROOT, zonename) < MAXPATHLEN); in snap_file_path()
940 if ((len = strlcpy(path, zonecfg_root, pathsize)) >= pathsize) in zonecfg_get_zonepath()
[all …]