Searched refs:zone_path (Results 1 – 8 of 8) sorted by relevance
/titanic_41/usr/src/lib/libinstzones/common/ |
H A D | zones_paths.c | 77 z_make_zone_root(char *zone_path) in z_make_zone_root() argument 81 if (zone_path == NULL) in z_make_zone_root() 84 (void) snprintf(zone_root_buf, MAXPATHLEN, "%s%slu/a", zone_path, in z_make_zone_root() 85 (zone_path[0] != '\0' && in z_make_zone_root() 86 zone_path[strlen(zone_path) - 1] == '/') ? "" : "/"); in z_make_zone_root()
|
H A D | zones.c | 523 zlst[numzones]._zlPath = _z_strdup(ze->zone_path); in z_get_nonglobal_zone_list_by_brand()
|
/titanic_41/usr/src/lib/libzonecfg/common/ |
H A D | getzoneent.c | 160 (void) strlcpy(ze->zone_path, p, MAXPATHLEN); in getzoneent_private() 279 const char *zone_name, *zone_state, *zone_path, *zone_uuid; in putzoneent() local 293 (ze->zone_state < 0 || strlen(ze->zone_path) == 0)) in putzoneent() 342 zone_path = ze->zone_path; in putzoneent() 390 zone_path = gettok(&cp); in putzoneent() 420 if (ze->zone_path[0] != '\0') in putzoneent() 421 zone_path = ze->zone_path; in putzoneent() 452 need_quotes = (strchr(zone_path, ':') != NULL); in putzoneent() 454 zone_state, need_quotes ? "\"" : "", zone_path, in putzoneent()
|
H A D | libzonecfg.c | 1122 (void) strlcpy(ze.zone_path, zonepath + strlen(zonecfg_root), in zonecfg_refresh_index_file() 1123 sizeof (ze.zone_path)); in zonecfg_refresh_index_file() 5434 if (ze->zone_path[0] != '\0') in zone_get_zonepath() 5435 (void) strlcpy(cp, ze->zone_path, in zone_get_zonepath() 5658 (void) strlcpy(ze.zone_path, "", sizeof (ze.zone_path)); in zone_set_state()
|
/titanic_41/usr/src/cmd/allocate/ |
H A D | allocate3.c | 109 struct zone_path { struct 121 static int create_znode(char *, struct zone_path *, devmap_t *); argument 696 mk_alloc(devmap_t *list, uid_t uid, struct zone_path *zpath) in mk_alloc() 1162 struct zone_path zpath; in _allocate_dev() 1694 create_znode(char *zonename, struct zone_path *zpath, devmap_t *list) in create_znode()
|
/titanic_41/usr/src/lib/libbe/common/ |
H A D | be_activate.c | 1202 char *zone_path = NULL; in be_promote_zone_ds() local 1209 if (((zone_path = in be_promote_zone_ds() 1211 ((zone_ds = be_get_ds_from_dir(zone_path)) == NULL) || in be_promote_zone_ds()
|
/titanic_41/usr/src/head/ |
H A D | libzonecfg.h | 172 char zone_path[MAXPATHLEN]; /* path to zone storage */ member
|
/titanic_41/usr/src/cmd/zoneadm/ |
H A D | zoneadm.c | 885 if (strlen(ze->zone_path) == 0) { in crosscheck_zonepaths() 888 ze->zone_path, sizeof (ze->zone_path))) != Z_OK) { in crosscheck_zonepaths() 897 zonecfg_get_root(), ze->zone_path); in crosscheck_zonepaths()
|