Searched refs:attrchg (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) {
153 finalck_warning(struct cfent *ept, int attrchg, int contchg) argument
159 echoDebug(DBG_FINALCK_WARNING, attrchg, contch
[all...]
H A Dpkgdbmerg.c386 * First set the attrchg and contchg entries for proper
463 } else if (!ignore && el_ent->mstat.attrchg) {
514 if (!el_ent->mstat.attrchg && !el_ent->mstat.contchg &&
558 el_ent->mstat.attrchg = 1;
624 if (!el_ent->mstat.attrchg && !el_ent->mstat.contchg) {
639 * the disk and the file to be laid down. It set's mstat flags attrchg
654 } else if (!el_ent->mstat.contchg && !el_ent->mstat.attrchg) {
657 el_ent->mstat.attrchg = 1;
659 } else if (!el_ent->mstat.attrchg &&
668 el_ent->mstat.attrchg
[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.h41 unsigned attrchg:1; /* attributes are different */ member in struct:mergstat
/illumos-gate/usr/src/cmd/svr4pkg/pkginstall/
H A Dinstvol.c448 mstat->attrchg = 0;
552 mstat->attrchg = 0;
942 if (mstat->contchg || mstat->attrchg) {
958 if (!(mstat->contchg) && mstat->attrchg) {
1003 mstat->attrchg = 0;
1010 mstat->contchg = mstat->attrchg = 0;
1121 if (mstat->attrchg) {
1130 mstat->attrchg = 0;
1314 mstat->attrchg++;
1330 flag = finalck(ept, mstat->attrchg,
[all...]
H A Dcheck.c746 } else if (mstat->attrchg) {
/illumos-gate/usr/src/cmd/svr4pkg/hdrs/
H A Dlibinst.h236 extern int finalck __P((struct cfent *ept, int attrchg, int contchg,

Completed in 2254 milliseconds