/titanic_41/usr/src/cmd/svr4pkg/pkgcond/ |
H A D | main.c | 627 if (strcmp(a_gdt->gd_zoneName, GLOBAL_ZONENAME) != 0) { in cmd_is_diskless_client() 629 GLOBAL_ZONENAME); in cmd_is_diskless_client() 867 if (strcmp(a_gdt->gd_zoneName, GLOBAL_ZONENAME) == 0) { in cmd_is_global_zone() 1031 if (strcmp(a_gdt->gd_zoneName, GLOBAL_ZONENAME) != 0) { in cmd_is_netinstall_image() 1033 rootPath, GLOBAL_ZONENAME); in cmd_is_netinstall_image() 1189 if (strcmp(a_gdt->gd_zoneName, GLOBAL_ZONENAME) != 0) { in cmd_is_mounted_miniroot() 1191 rootPath, GLOBAL_ZONENAME); in cmd_is_mounted_miniroot() 1352 if (strcmp(a_gdt->gd_zoneName, GLOBAL_ZONENAME) == 0) { in cmd_is_nonglobal_zone() 1379 rootPath, GLOBAL_ZONENAME); in cmd_is_nonglobal_zone() 1439 if (strcmp(a_gdt->gd_zoneName, GLOBAL_ZONENAME) == 0) { in cmd_is_nonglobal_zone() [all …]
|
/titanic_41/usr/src/lib/libproc/common/ |
H A D | Pzone.c | 250 (strcmp(zname, GLOBAL_ZONENAME) == 0)) { in Pzoneroot() 255 dprintf("Pzoneroot defaulting to '%s'\n", GLOBAL_ZONENAME); in Pzoneroot() 267 zname, GLOBAL_ZONENAME); in Pzoneroot() 280 zname, zpath, GLOBAL_ZONENAME); in Pzoneroot()
|
/titanic_41/usr/src/cmd/lp/lib/lp/ |
H A D | tx.c | 96 if (strcmp(zname, GLOBAL_ZONENAME) == 0) { in get_labeled_zonename()
|
/titanic_41/usr/src/cmd/allocate/ |
H A D | allocate3.c | 911 devzone = GLOBAL_ZONENAME; in exec_clean() 1105 devzone = GLOBAL_ZONENAME; in _deallocate_dev() 1106 } else if (strcmp(devzone, GLOBAL_ZONENAME) != 0) { in _deallocate_dev() 1292 if ((strcmp(zonename, GLOBAL_ZONENAME) != 0) && in _allocate_dev()
|
H A D | allocate.c | 333 zname = GLOBAL_ZONENAME; in main()
|
/titanic_41/usr/src/lib/libinstzones/common/ |
H A D | zones.c | 477 if (strcmp(ze->zone_name, GLOBAL_ZONENAME) == 0) { in z_get_nonglobal_zone_list_by_brand() 631 strcmp(_z_global_data._zone_spec->zl_name, GLOBAL_ZONENAME) == 0) { in z_global_only() 1043 if (strcmp(ze->zone_name, GLOBAL_ZONENAME) == 0) { in z_non_global_zones_exist()
|
H A D | zones_exec.c | 411 if (strcmp(a_zoneName, GLOBAL_ZONENAME) == 0) { in _zexec()
|
/titanic_41/usr/src/lib/libzonecfg/common/ |
H A D | getzoneent.c | 288 (strcmp(ze->zone_name, GLOBAL_ZONENAME) == 0)) { in putzoneent()
|
H A D | libzonecfg.c | 783 if (strcmp(zone, GLOBAL_ZONENAME) == 0) in zonecfg_validate_zonename() 5419 if (strcmp(zone_name, GLOBAL_ZONENAME) == 0) { in zone_get_zonepath() 5471 if (strcmp(zone_name, GLOBAL_ZONENAME) == 0) in zone_get_rootpath() 5539 if (strcmp(zone_name, GLOBAL_ZONENAME) == 0) in zone_get_devroot()
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | zone.h | 268 #define GLOBAL_ZONENAME "global" macro
|
/titanic_41/usr/src/cmd/zoneadm/ |
H A D | zoneadm.c | 693 if (inaltroot && strcmp(name, GLOBAL_ZONENAME) != 0) in fetch_zents() 880 if (strcmp(ze->zone_name, GLOBAL_ZONENAME) == 0 || in crosscheck_zonepaths() 1480 strcmp(target_zone, GLOBAL_ZONENAME) != 0) in list_func() 1677 if (strcmp(zone, GLOBAL_ZONENAME) == 0) { in sanity_check() 3610 if (strcmp(source_zone, GLOBAL_ZONENAME) == 0) { in clone_func() 4347 if (strcmp(target_zone, GLOBAL_ZONENAME) == 0) { in detach_func() 5382 target_zone == NULL || strcmp(target_zone, GLOBAL_ZONENAME) != 0) in apply_func() 5769 (strcmp(target_zone, GLOBAL_ZONENAME) != 0)) { in main()
|
/titanic_41/usr/src/cmd/rmvolmgr/ |
H A D | vold.c | 237 strcmp(volume_zonename, GLOBAL_ZONENAME) != 0) { in vold_rmmount()
|
/titanic_41/usr/src/cmd/zoneadmd/ |
H A D | zoneadmd.c | 1920 if (strcmp(zone_name, GLOBAL_ZONENAME) == 0) { in main() 1922 GLOBAL_ZONENAME); in main()
|
/titanic_41/usr/src/cmd/zlogin/ |
H A D | zlogin.c | 1873 if (strcmp(zonename, GLOBAL_ZONENAME) == 0) { in main()
|
/titanic_41/usr/src/cmd/svr4pkg/pkgrm/ |
H A D | main.c | 1071 if (a_zlst == NULL || z_on_zone_spec(GLOBAL_ZONENAME)) { in doRemove()
|
/titanic_41/usr/src/lib/brand/solaris10/s10_brand/common/ |
H A D | s10_brand.c | 1775 aval = GLOBAL_ZONENAME; in s10_zone()
|
/titanic_41/usr/src/cmd/svr4pkg/pkgadd/ |
H A D | main.c | 3931 globalPresent = z_on_zone_spec(GLOBAL_ZONENAME); in add_packages_in_global_with_zones()
|
/titanic_41/usr/src/lib/libdladm/common/ |
H A D | linkprop.c | 1692 zone_name = (prop_val != NULL) ? *prop_val : GLOBAL_ZONENAME; in check_zone()
|
/titanic_41/usr/src/uts/common/os/ |
H A D | zone.c | 1975 zone0.zone_name = GLOBAL_ZONENAME; in zone_zsd_init()
|
/titanic_41/usr/src/lib/libscf/common/ |
H A D | lowlevel.c | 927 if (strcmp(zone, GLOBAL_ZONENAME) == 0) { in scf_handle_decorate()
|
/titanic_41/usr/src/cmd/zonecfg/ |
H A D | zonecfg.c | 7235 if (strcmp(optarg, GLOBAL_ZONENAME) == 0) { in main()
|
/titanic_41/usr/src/cmd/devfsadm/ |
H A D | devfsadm.c | 1569 if (strcmp(name, GLOBAL_ZONENAME) == 0) { in zone_pathcheck()
|