Searched refs:this_zone (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/svr4pkg/pkgmk/
H A Dmain.c878 boolean_t this_zone; /* pkg is "this zone" only */ local
885 this_zone = B_FALSE;
901 * If request file is set in prototype, then this_zone is TRUE.
904 this_zone = B_TRUE;
931 if (!this_zone)
932 this_zone = pkginfoParamTruth(pkginfoFP, PKG_THISZONE_VARIABLE,
957 if (all_zones && this_zone) {
/illumos-gate/usr/src/cmd/svr4pkg/pkgadd/
H A Dmain.c2557 boolean_t this_zone; /* pkg is "this zone" only */ local
2643 this_zone = pkginfoParamTruth(pkginfoFP, PKG_THISZONE_VARIABLE,
2690 if ((!this_zone) && (reqfile_found)) {
2694 this_zone = B_TRUE;
2704 if ((!this_zone) && (instPkgPath[0] != '\0') &&
2710 this_zone = B_TRUE;
2761 if (all_zones && this_zone) {
2813 if ((!this_zone) && in_gz_only && (!(a_flags & CAF_SCOPE_GLOBAL))) {
2827 if (this_zone && (a_flags & CAF_SCOPE_NONGLOBAL)) {
2841 if (this_zone) {
[all...]

Completed in 51 milliseconds