/titanic_50/usr/src/lib/libtsol/common/ |
H A D | zone.c | 94 if (zone_list(NULL, &nzents) != 0) in getzoneidbylabel() 113 if (zone_list(zids, &nzents) != 0) { in getzoneidbylabel() 210 if (zone_list(NULL, &nzents) != 0) in getlabelbypath() 222 if (zone_list(zids, &nzents) != 0) { in getlabelbypath()
|
/titanic_50/usr/src/uts/i86pc/io/tzmon/ |
H A D | tzmon.c | 143 static thermal_zone_t *zone_list; variable 247 thermal_zone_t *tzp = zone_list; in tzmon_detach() 336 thermal_zone_t *tzp = zone_list; in tzmon_free_zone_list() 411 tzp->next = zone_list; in tzmon_enumerate_zone() 412 zone_list = tzp; in tzmon_enumerate_zone()
|
/titanic_50/usr/src/head/ |
H A D | zone.h | 65 extern int zone_list(zoneid_t *, uint_t *);
|
/titanic_50/usr/src/cmd/rcap/common/ |
H A D | utils.c | 276 if (zone_list(NULL, nzents) != 0) { in get_running_zones() 292 if (zone_list(zids, nzents) != 0) { in get_running_zones()
|
/titanic_50/usr/src/cmd/tzreload/ |
H A D | tzreload.c | 314 if (zone_list(NULL, &nzents) != 0) { in walk_zones() 330 if (zone_list(zids, &nzents) != 0) { in walk_zones()
|
/titanic_50/usr/src/lib/libbe/common/ |
H A D | be_activate.c | 1391 zoneList_t zone_list = NULL; in be_promote_zone_ds() local 1440 if ((zone_list = z_get_nonglobal_zone_list_by_brand(brands)) == NULL) { in be_promote_zone_ds() 1448 for (zone_index = 0; z_zlist_get_zonename(zone_list, zone_index) in be_promote_zone_ds() 1453 if (z_zlist_get_current_state(zone_list, zone_index) < in be_promote_zone_ds() 1458 z_zlist_get_zonepath(zone_list, zone_index)) == NULL) || in be_promote_zone_ds() 1508 z_free_zone_list(zone_list); in be_promote_zone_ds()
|
/titanic_50/usr/src/cmd/dlmgmtd/ |
H A D | dlmgmt_main.c | 221 if (zone_list(NULL, &nzids) != 0) in dlmgmt_allzones_init() 228 if (zone_list(zids, &nzids) != 0) { in dlmgmt_allzones_init()
|
/titanic_50/usr/src/cmd/wall/ |
H A D | wall.c | 241 if (zone_list(NULL, &nzids) != 0) in main() 248 if (zone_list(zoneidlist, &nzids) != 0) { in main()
|
/titanic_50/usr/src/lib/libc/port/sys/ |
H A D | zone.c | 183 zone_list(zoneid_t *zonelist, uint_t *numzones) in zone_list() function
|
/titanic_50/usr/src/cmd/fs.d/autofs/ |
H A D | auto_subr.c | 101 if (zone_list(NULL, &nzents) != 0) { in loadzone_maps() 112 if (zone_list(zids, &nzents) != 0) { in loadzone_maps()
|
/titanic_50/usr/src/cmd/halt/ |
H A D | halt.c | 485 (void) zone_list(NULL, &nz); in halt_zones() 497 (void) zone_list(zones, &nz); in halt_zones() 565 (void) zone_list(NULL, &nz); in check_zones_haltedness()
|
/titanic_50/usr/src/cmd/fs.d/ |
H A D | fslib.c | 437 if (zone_list(ids, &numzones) < 0) { in fs_get_zone_summaries()
|
/titanic_50/usr/src/cmd/zoneadmd/ |
H A D | vplat.c | 3830 if (zone_list(NULL, &nzents) != 0) { in tsol_mounts() 3848 if (zone_list(zids, &nzents) != 0) { in tsol_mounts() 4083 if (zone_list(NULL, &nzents) != 0) { in tsol_unmounts() 4104 if (zone_list(zids, &nzents) != 0) { in tsol_unmounts() 4323 if (zone_list(zids, &nzids) == 0) in duplicate_zone_root()
|
/titanic_50/usr/src/cmd/svc/svcadm/ |
H A D | svcadm.c | 2217 if (zone_list(NULL, &nzents) != 0) in main() 2227 if (zone_list(zids, &found) != 0) in main()
|
/titanic_50/usr/src/cmd/svc/svcs/ |
H A D | svcs.c | 3628 if (zone_list(NULL, &nzents) != 0) in main() 3638 if (zone_list(zids, &found) != 0) in main()
|
/titanic_50/usr/src/cmd/zonestat/zonestatd/ |
H A D | zonestatd.c | 2413 (void) zone_list(ctl->zsctl_zone_cache, &num); in zsd_refresh_zones() 4755 (void) zone_list(NULL, &nzids); in fattach_all_zones() 4761 (void) zone_list(zids, &nzids); in fattach_all_zones()
|
/titanic_50/usr/src/cmd/zoneadm/ |
H A D | zoneadm.c | 627 if (zone_list(NULL, &nzents) != 0) { in fetch_zents() 639 if (zone_list(zids, &nzents) != 0) { in fetch_zents()
|
/titanic_50/usr/src/uts/common/os/ |
H A D | zone.c | 6086 zone_list(zoneid_t *zoneidlist, uint_t *numzones) in zone_list() function 6293 return (zone_list((zoneid_t *)arg1, (uint_t *)arg2)); in zone()
|
/titanic_50/usr/src/lib/libc/port/ |
H A D | mapfile-vers | 3233 zone_list;
|