Searched defs:contchg (Results 1 - 2 of 2) 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...]
/illumos-gate/usr/src/lib/libpkg/common/
H A Dcfext.h40 unsigned contchg:1; /* contents of the files different */ member in struct:mergstat

Completed in 61 milliseconds