Searched refs:zone_path (Results 1 - 5 of 5) sorted by relevance
/osnet-11/usr/src/lib/libinstzones/common/ |
H A D | zones_paths.c | 70 * 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] == '/') ? "" : "/");
|
H A D | zones.c | 370 zlst[numzones]._zlPath = _z_strdup(ze->zone_path);
|
/osnet-11/usr/src/lib/libzonecfg/common/ |
H A D | getzoneent.c | 152 (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...] |
H A D | libzonecfg.c | 1588 (void) strlcpy(ze.zone_path, zonepath + strlen(zonecfg_root), 1589 sizeof (ze.zone_path)); 6689 if (ze->zone_path[0] != '\0') 6690 (void) strlcpy(cp, ze->zone_path, 6914 (void) strlcpy(ze.zone_path, "", sizeof (ze.zone_path));
|
/osnet-11/usr/src/lib/libbe/common/ |
H A D | be_activate.c | 798 char *zone_path = NULL; local 805 if (((zone_path = 807 ((zone_ds = be_get_ds_from_dir(zone_path)) == NULL) ||
|
Completed in 46 milliseconds