Searched refs:contchg (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/cmd/svr4pkg/libinst/
H A Dfinalck.c61 static int finalck_warning(struct cfent *ept, int attrchg, int contchg);
62 static int finalck_error(struct cfent *ept, int attrchg, int contchg);
65 finalck(struct cfent *ept, int attrchg, int contchg, boolean_t a_warning) argument
75 errflg = finalck_warning(ept, attrchg, contchg);
77 errflg = finalck_error(ept, attrchg, contchg);
95 finalck_error(struct cfent *ept, int attrchg, int contchg) argument
101 echoDebug(DBG_FINALCK_ERROR, attrchg, contchg, ept->ftype,
106 if (attrchg || contchg) {
124 if (contchg && strchr("fev", ept->ftype)) {
129 if (contchg <
153 finalck_warning(struct cfent *ept, int attrchg, int contchg) argument
[all...]
H A Dpkgdbmerg.c386 * First set the attrchg and contchg entries for proper
418 el_ent->mstat.contchg = 1; /* subject to change */
428 if (!el_ent->mstat.contchg && !ignore) {
459 if (!ignore && el_ent->mstat.contchg) {
503 if (el_ent->mstat.contchg && pkgpinfo->status == INST_RDY) {
514 if (!el_ent->mstat.attrchg && !el_ent->mstat.contchg &&
557 el_ent->mstat.contchg = 1;
624 if (!el_ent->mstat.attrchg && !el_ent->mstat.contchg) {
640 * and contchg accordingly.
653 el_ent->mstat.contchg
[all...]
H A Ddryrun.c343 (extptr[n]->mstat.contchg || extptr[n]->mstat.attrchg)) ||
429 (extptr[n]->mstat.contchg || extptr[n]->mstat.attrchg)))
/illumos-gate/usr/src/lib/libpkg/common/
H A Dcfext.h40 unsigned contchg:1; /* contents of the files different */ member in struct:mergstat
/illumos-gate/usr/src/cmd/svr4pkg/pkginstall/
H A Dinstvol.c449 mstat->contchg = 0;
553 mstat->contchg = 0;
942 if (mstat->contchg || mstat->attrchg) {
958 if (!(mstat->contchg) && mstat->attrchg) {
1004 mstat->contchg = 0;
1010 mstat->contchg = mstat->attrchg = 0;
1031 * Both contchg and shared flags have to be taken into
1032 * account. contchg is set if the file is already present
1040 * this case contchg has already been set.
1042 if (mstat->contchg || (msta
[all...]
H A Dcheck.c724 if (mstat->contchg) {
/illumos-gate/usr/src/cmd/svr4pkg/hdrs/
H A Dlibinst.h236 extern int finalck __P((struct cfent *ept, int attrchg, int contchg,

Completed in 75 milliseconds