Home
last modified time | relevance | path

Searched refs:getzoneent_private (Results 1 – 7 of 7) sorted by relevance

/titanic_50/usr/src/lib/libzonecfg/common/
H A Dgetzoneent.c96 if ((ze = getzoneent_private(cookie)) == NULL) in getzoneent()
104 getzoneent_private(FILE *cookie) in getzoneent_private() function
H A Dmapfile-vers45 getzoneent_private;
H A Dlibzonecfg.c5432 while ((ze = getzoneent_private(cookie)) != NULL) { in zone_get_zonepath()
5634 while ((ze = getzoneent_private(cookie)) != NULL) { in zone_get_state()
5766 while ((ze = getzoneent_private(fp)) != NULL) { in zonecfg_get_name_by_uuid()
5794 while ((ze = getzoneent_private(fp)) != NULL) { in zonecfg_get_uuid()
/titanic_50/usr/src/lib/libinstzones/common/
H A Dzones.c472 while ((ze = getzoneent_private(zoneIndexFP)) != NULL) { in z_get_nonglobal_zone_list_by_brand()
1025 while ((ze = getzoneent_private(zoneIndexFP)) != NULL) { in z_non_global_zones_exist()
1512 while ((ze = getzoneent_private(zoneIndexFP)) != NULL) { in z_verify_zone_spec()
/titanic_50/usr/src/head/
H A Dlibzonecfg.h527 extern struct zoneent *getzoneent_private(FILE *);
/titanic_50/usr/src/cmd/zoneadmd/
H A Dvplat.c4935 while ((zep = getzoneent_private(zef)) != NULL) { in write_index_file()
/titanic_50/usr/src/cmd/zoneadm/
H A Dzoneadm.c874 while ((ze = getzoneent_private(cookie)) != NULL) { in crosscheck_zonepaths()