| /illumos-gate/usr/src/cmd/svr4pkg/pkgremove/ |
| H A D | main.c | 165 char *zoneName = (char *)NULL; in main() local 364 zoneName = z_get_zonename(); in main() 365 quitSetZoneName(zoneName); in main() 594 zoneName ? zoneName : "global"); in main() 596 rcksetZoneName(zoneName); in main() 619 zoneName ? zoneName : "global"); in main() 907 if (zoneName == (char *)NULL) { in main() 911 echo(MSG_PKGREMOVE_PROCPKG_LZ, zoneName); in main() 913 zoneName); in main() 934 zoneName ? zoneName : "global"); in main() [all …]
|
| H A D | quit.c | 95 static char *zoneName = (char *)NULL; variable 132 zoneName = a_zoneName; in quitSetZoneName() 133 if ((zoneName == (char *)NULL || *zoneName == '\0')) { in quitSetZoneName() 243 pkginst, zoneName); in quitmsg() 286 utsbuf.nodename, zoneName); in mailmsg()
|
| H A D | check.c | 56 static char *zoneName = (char *)NULL; variable 68 zoneName = a_zoneName; in rcksetZoneName() 165 if (zoneName == (char *)NULL) { in rckdepend() 168 echo(MSG_CHECKREMOVE_PKG_IN_ZONE, pkginst, zoneName); in rckdepend()
|
| /illumos-gate/usr/src/cmd/svr4pkg/pkginstall/ |
| H A D | main.c | 247 char *zoneName = (char *)NULL; in main() local 607 zoneName = in main() 610 if ((zoneName == (char *)NULL) || in main() 611 (*zoneName == '\0')) { in main() 612 zoneName = z_get_zonename(); in main() 615 if (zoneName != (char *)NULL) { in main() 616 if (*zoneName != '\0') { in main() 618 zoneName); in main() 620 zoneName = (char *)NULL; in main() 938 zoneName ? zoneName : "global"); in main() [all …]
|
| H A D | quit.c | 93 static char *zoneName = (char *)NULL; variable 129 zoneName = a_zoneName; in quitSetZoneName() 130 if ((zoneName == (char *)NULL || *zoneName == '\0')) { in quitSetZoneName() 284 zoneName); in quit() 407 includeZonename), zoneName); in quitmsg() 410 includeZonename), pkginst, zoneName); in quitmsg() 454 pkgname, utsbuf.nodename, pkginst, zoneName); in mailmsg()
|
| H A D | check.c | 60 static char *zoneName = (char *)NULL; variable 420 if (zoneName == (char *)NULL) { in ckdepend() 423 echo(gettext(MSG_CKDEPEND_LZ), zoneName); in ckdepend() 464 zoneName = a_zoneName; in cksetZoneName() 493 if (zoneName == (char *)NULL) { in ckspace() 496 echo(gettext(MSG_CKSPACE_LZ), zoneName); in ckspace() 684 if (zoneName == (char *)NULL) { in ckconflct() 687 echo(gettext(MSG_CKCONFL_LZ), zoneName); in ckconflct() 843 if (zoneName == (char *)NULL) { in cksetuid() 846 echo(gettext(MSG_CKUID_LZ), zoneName); in cksetuid()
|
| /illumos-gate/usr/src/cmd/svr4pkg/pkgrm/ |
| H A D | check.c | 226 char *zoneName; in preremove_verify() local 238 (zoneName = z_zlist_get_zonename(a_zlst, zoneIndex)) != in preremove_verify() 263 pkginst, zoneName); in preremove_verify() 270 echoDebug(DBG_PRERVFY_NOFILE, pkginst, zoneName, in preremove_verify() 272 progerr(ERR_PRERVFY_NOFILE, pkginst, zoneName); in preremove_verify() 281 preremovecheckPath, pkginst, zoneName, in preremove_verify() 324 zoneName); in preremove_verify() 330 pkginst, zoneName); in preremove_verify() 343 zoneName, &line[len]); in preremove_verify()
|
| H A D | main.c | 850 char *zoneName; in doRemove() local 968 (zoneName = z_zlist_get_zonename(a_zlst, zoneIndex)) != NULL; in doRemove() 976 echoDebug(DBG_SKIPPING_ZONE, zoneName); in doRemove() 980 echo(MSG_REMOVE_PKG_FROM_ZONE, pkginst, zoneName); in doRemove() 981 echoDebug(DBG_REMOVE_PKG_FROM_ZONE, pkginst, zoneName); in doRemove() 1005 (zoneName = z_zlist_get_zonename(a_zlst, zoneIndex)) != in doRemove() 1014 echoDebug(DBG_SKIPPING_ZONE_BOOT, zoneName); in doRemove() 1022 echo(MSG_SKIPPING_ZONE_NOT_RUNNABLE, zoneName); in doRemove() 1024 zoneName); in doRemove() 1030 echo(MSG_BOOTING_ZONE, zoneName); in doRemove() [all …]
|
| /illumos-gate/usr/src/cmd/svr4pkg/pkgadd/ |
| H A D | check.c | 330 char *zoneName; in preinstall_verify() local 348 (zoneName = z_zlist_get_zonename(a_zlst, zoneIndex)) != in preinstall_verify() 368 pkginst, zoneName); in preinstall_verify() 372 pkginst, zoneName); in preinstall_verify() 380 pkginst, zoneName, preinstallcheckPath, in preinstall_verify() 383 pkginst, zoneName); in preinstall_verify() 392 preinstallcheckPath, pkginst, zoneName, in preinstall_verify() 435 zoneName); in preinstall_verify() 441 pkginst, zoneName); in preinstall_verify() 455 zoneName, &line[len]); in preinstall_verify()
|
| H A D | main.c | 3026 char *zoneName; in install_in_zones() local 3044 (zoneName = z_zlist_get_zonename(a_zlst, zoneIndex)) != NULL; in install_in_zones() 3052 echoDebug(DBG_SKIPPING_ZONE, zoneName); in install_in_zones() 3094 char *zoneName; in boot_and_install_in_zones() local 3112 (zoneName = z_zlist_get_zonename(a_zlst, zoneIndex)) != NULL; in boot_and_install_in_zones() 3119 echoDebug(DBG_SKIPPING_ZONE_BOOT, zoneName); in boot_and_install_in_zones() 3126 echo(MSG_SKIPPING_ZONE_NOT_RUNNABLE, zoneName); in boot_and_install_in_zones() 3127 echoDebug(DBG_SKIPPING_ZONE_NOT_RUNNABLE, zoneName); in boot_and_install_in_zones() 3133 echo(MSG_BOOTING_ZONE, zoneName); in boot_and_install_in_zones() 3134 echoDebug(DBG_BOOTING_ZONE, zoneName); in boot_and_install_in_zones() [all …]
|
| /illumos-gate/usr/src/lib/libinstzones/common/ |
| H A D | zones.c | 655 char *zoneName; in z_lock_this_zone() local 666 zoneName = z_get_zonename(); in z_lock_this_zone() 673 zoneName, LOBJ_ZONEADMIN, pid, in z_lock_this_zone() 677 (void) free(zoneName); in z_lock_this_zone() 686 zoneName, LOBJ_PKGADMIN, pid, in z_lock_this_zone() 691 (void) free(zoneName); in z_lock_this_zone() 696 (void) free(zoneName); in z_lock_this_zone() 1357 char *zoneName; in z_unlock_this_zone() local 1374 zoneName = z_get_zonename(); in z_unlock_this_zone() 1380 zoneName, LOBJ_PKGADMIN, ERR_ZONES_ULK_THIS_PACKAGE); in z_unlock_this_zone() [all …]
|
| /illumos-gate/usr/src/lib/libinstzones/hdrs/ |
| H A D | instzones_api.h | 143 extern boolean_t z_is_zone_branded(char *zoneName); 144 extern boolean_t z_is_zone_brand_in_list(char *zoneName,
|
| /illumos-gate/usr/src/contrib/mDNSResponder/mDNSCore/ |
| H A D | uDNS.h | 96 domainname zoneName; member
|
| H A D | uDNS.c | 5866 LogInfo("DNSPushReconcileConnection: zone %##s is being freed", &zone->zoneName); in DNSPushReconcileConnection() 6133 …NSPushNotificationServer: zone compare zone %##s question %##s", &zone->zoneName, &q->nta->ChildNa… in GetConnectionToDNSPushNotificationServer() 6134 if (SameDomainName(&q->nta->ChildName, &zone->zoneName)) in GetConnectionToDNSPushNotificationServer() 6165 newZone->zoneName = q->nta->ChildName; in GetConnectionToDNSPushNotificationServer() 6221 newZone->zoneName = q->nta->ChildName; in GetConnectionToDNSPushNotificationServer()
|
| /illumos-gate/usr/src/cmd/svr4pkg/pkgcond/ |
| H A D | main.c | 3634 static char zoneName[ZONENAME_MAX] = { '\0' }; in getZoneName() local 3638 if (zoneName[0] == '\0') { in getZoneName() 3639 if (getzonenamebyid(getzoneid(), zoneName, in getZoneName() 3640 sizeof (zoneName)) < 0) { in getZoneName() 3648 *r_zoneName = zoneName; in getZoneName()
|