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

/osnet-11/usr/src/lib/libinstzones/common/
H A Dzones_paths.c70 * Arguments: zone_path - non-NULL pointer to string representing zonepath
72 * NULL - if zone_path is NULL.
77 z_make_zone_root(char *zone_path) argument
81 if (zone_path == NULL)
84 (void) snprintf(zone_root_buf, MAXPATHLEN, "%s%slu/a", zone_path,
85 (zone_path[0] != '\0' &&
86 zone_path[strlen(zone_path) - 1] == '/') ? "" : "/");
/osnet-11/usr/src/lib/libzonecfg/common/
H A Dgetzoneent.c152 (void) strlcpy(ze->zone_path, p, MAXPATHLEN);
248 * A zero-length ze->zone_path means leave the existing value
271 const char *zone_name, *zone_state, *zone_path, *zone_uuid; local
285 (ze->zone_state < 0 || strlen(ze->zone_path) == 0))
334 zone_path = ze->zone_path;
382 zone_path = gettok(&cp);
412 if (ze->zone_path[0] != '\0')
413 zone_path = ze->zone_path;
[all...]
/osnet-11/usr/src/lib/libbe/common/
H A Dbe_activate.c798 char *zone_path = NULL; local
805 if (((zone_path =
807 ((zone_ds = be_get_ds_from_dir(zone_path)) == NULL) ||

Completed in 32 milliseconds