/titanic_41/usr/src/cmd/svr4pkg/pkgremove/ |
H A D | main.c | 162 char *zoneName = (char *)NULL; in main() local 361 zoneName = z_get_zonename(); in main() 362 quitSetZoneName(zoneName); in main() 591 zoneName ? zoneName : "global"); in main() 593 rcksetZoneName(zoneName); in main() 616 zoneName ? zoneName : "global"); in main() 904 if (zoneName == (char *)NULL) { in main() 908 echo(MSG_PKGREMOVE_PROCPKG_LZ, zoneName); in main() 910 zoneName); in main() 931 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 | 52 static char *zoneName = (char *)NULL; variable 64 zoneName = a_zoneName; in rcksetZoneName() 162 if (zoneName == (char *)NULL) { in rckdepend() 165 echo(MSG_CHECKREMOVE_PKG_IN_ZONE, pkginst, zoneName); in rckdepend()
|
/titanic_41/usr/src/cmd/svr4pkg/pkginstall/ |
H A D | main.c | 243 char *zoneName = (char *)NULL; in main() local 603 zoneName = in main() 606 if ((zoneName == (char *)NULL) || in main() 607 (*zoneName == '\0')) { in main() 608 zoneName = z_get_zonename(); in main() 611 if (zoneName != (char *)NULL) { in main() 612 if (*zoneName != '\0') { in main() 614 zoneName); in main() 616 zoneName = (char *)NULL; in main() 934 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()
|
/titanic_41/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 | 847 char *zoneName; in doRemove() local 965 (zoneName = z_zlist_get_zonename(a_zlst, zoneIndex)) != NULL; in doRemove() 973 echoDebug(DBG_SKIPPING_ZONE, zoneName); in doRemove() 977 echo(MSG_REMOVE_PKG_FROM_ZONE, pkginst, zoneName); in doRemove() 978 echoDebug(DBG_REMOVE_PKG_FROM_ZONE, pkginst, zoneName); in doRemove() 1002 (zoneName = z_zlist_get_zonename(a_zlst, zoneIndex)) != in doRemove() 1011 echoDebug(DBG_SKIPPING_ZONE_BOOT, zoneName); in doRemove() 1019 echo(MSG_SKIPPING_ZONE_NOT_RUNNABLE, zoneName); in doRemove() 1021 zoneName); in doRemove() 1027 echo(MSG_BOOTING_ZONE, zoneName); in doRemove() [all …]
|
/titanic_41/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 | 3365 char *zoneName; in install_in_zones() local 3383 (zoneName = z_zlist_get_zonename(a_zlst, zoneIndex)) != NULL; in install_in_zones() 3391 echoDebug(DBG_SKIPPING_ZONE, zoneName); in install_in_zones() 3433 char *zoneName; in boot_and_install_in_zones() local 3451 (zoneName = z_zlist_get_zonename(a_zlst, zoneIndex)) != NULL; in boot_and_install_in_zones() 3458 echoDebug(DBG_SKIPPING_ZONE_BOOT, zoneName); in boot_and_install_in_zones() 3465 echo(MSG_SKIPPING_ZONE_NOT_RUNNABLE, zoneName); in boot_and_install_in_zones() 3466 echoDebug(DBG_SKIPPING_ZONE_NOT_RUNNABLE, zoneName); in boot_and_install_in_zones() 3472 echo(MSG_BOOTING_ZONE, zoneName); in boot_and_install_in_zones() 3473 echoDebug(DBG_BOOTING_ZONE, zoneName); in boot_and_install_in_zones() [all …]
|
/titanic_41/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 …]
|
/titanic_41/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,
|
/titanic_41/usr/src/cmd/svr4pkg/pkgcond/ |
H A D | main.c | 3628 static char zoneName[ZONENAME_MAX] = { '\0' }; in getZoneName() local 3632 if (zoneName[0] == '\0') { in getZoneName() 3633 if (getzonenamebyid(getzoneid(), zoneName, in getZoneName() 3634 sizeof (zoneName)) < 0) { in getZoneName() 3642 *r_zoneName = zoneName; in getZoneName()
|
/titanic_41/usr/src/cmd/cmd-inet/usr.lib/mdnsd/ |
H A D | uDNS.c | 805 domainname zoneName; member 3695 AssignDomainName(&result.zoneData.zoneName, &context->zone); in getZoneData() 4201 if (zoneData->zoneName.c[0] == 0) in RecordRegistrationCallback() 4204 newRR->resrec.name->c, zoneData->zoneName.c); in RecordRegistrationCallback() 4210 AssignDomainName(&newRR->uDNS_info.zone, &zoneData->zoneName); in RecordRegistrationCallback() 4387 AssignDomainName(&srs->uDNS_info.zone, &zoneData->zoneName); in serviceRegistrationCallback()
|