Searched refs:PKG_THISZONE_VARIABLE (Results 1 – 4 of 4) sorted by relevance
/titanic_44/usr/src/cmd/svr4pkg/pkgmk/ |
H A D | main.c | 932 this_zone = pkginfoParamTruth(pkginfoFP, PKG_THISZONE_VARIABLE, in valid_zone_attr() 959 PKG_ALLZONES_VARIABLE, PKG_THISZONE_VARIABLE); in valid_zone_attr()
|
/titanic_44/usr/src/cmd/svr4pkg/pkginstall/ |
H A D | main.c | 2399 if (strcmp(param, PKG_THISZONE_VARIABLE) == 0) { in merg_pkginfos() 2560 newValue = getenv(PKG_THISZONE_VARIABLE); in merg_pkginfos() 2570 pkgVersion, PKG_THISZONE_VARIABLE, newValue); in merg_pkginfos()
|
/titanic_44/usr/src/cmd/svr4pkg/hdrs/ |
H A D | libinst.h | 92 #define PKG_THISZONE_VARIABLE "SUNW_PKG_THISZONE" macro
|
/titanic_44/usr/src/cmd/svr4pkg/pkgadd/ |
H A D | main.c | 2643 this_zone = pkginfoParamTruth(pkginfoFP, PKG_THISZONE_VARIABLE, in check_applicability() 2763 PKG_ALLZONES_VARIABLE, PKG_THISZONE_VARIABLE); in check_applicability() 2828 progerr(ERR_THISZONE_AND_Z_USED, PKG_THISZONE_VARIABLE, in check_applicability()
|