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

/illumos-gate/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] == '/') ? "" : "/");
/illumos-gate/usr/src/lib/libzonecfg/common/
H A Dgetzoneent.c160 (void) strlcpy(ze->zone_path, p, MAXPATHLEN);
256 * A zero-length ze->zone_path means leave the existing value
279 const char *zone_name, *zone_state, *zone_path, *zone_uuid; local
293 (ze->zone_state < 0 || strlen(ze->zone_path) == 0))
342 zone_path = ze->zone_path;
390 zone_path = gettok(&cp);
420 if (ze->zone_path[0] != '\0')
421 zone_path = ze->zone_path;
[all...]
/illumos-gate/usr/src/lib/libbe/common/
H A Dbe_activate.c1489 char *zone_path = NULL; local
1496 if (((zone_path =
1498 ((zone_ds = be_get_ds_from_dir(zone_path)) == NULL) ||
/illumos-gate/usr/src/cmd/allocate/
H A Dallocate3.c109 struct zone_path { struct
121 static int create_znode(char *, struct zone_path *, devmap_t *);
696 mk_alloc(devmap_t *list, uid_t uid, struct zone_path *zpath)
1162 struct zone_path zpath;
1694 create_znode(char *zonename, struct zone_path *zpath, devmap_t *list)
/illumos-gate/usr/src/head/
H A Dlibzonecfg.h172 char zone_path[MAXPATHLEN]; /* path to zone storage */ member in struct:zoneent

Completed in 68 milliseconds