Searched refs:averify (Results 1 - 9 of 9) sorted by relevance

/illumos-gate/usr/src/cmd/svr4pkg/libinst/
H A Dfinalck.c110 n = averify(1, &ept->ftype, ept->path, &ept->ainfo);
170 n = averify(1, &ept->ftype, ept->path, &ept->ainfo);
H A Dpkgdbmerg.c655 if (averify(0, &(el_ent->cf_ent.ftype), tp,
665 n = averify(0, &(el_ent->cf_ent.ftype), tp,
675 n = averify(0, &(el_ent->cf_ent.ftype), tp,
/illumos-gate/usr/src/cmd/svr4pkg/pkgchk/
H A Dckentry.c126 if (a_err = averify(fflag, &ept->ftype,
151 if (a_err = averify(fflag, &ept->ftype, ept->path,
/illumos-gate/usr/src/cmd/svr4pkg/pkgproto/
H A Dmain.c204 * Use averify to figure out the attributes. This has trouble
207 * an existence problem, we fake in a symlink and see if averify
210 if ((s = averify(0, &entry.ftype, path, &entry.ainfo)) == VE_EXIST &&
217 if (averify(0, &entry.ftype, path, &entry.ainfo)) {
/illumos-gate/usr/src/cmd/svr4pkg/installf/
H A Dmain.c463 (void) averify(1, &ept->ftype, tp, &ept->ainfo);
/illumos-gate/usr/src/cmd/svr4pkg/pkginstall/
H A Dinstvol.c980 if (averify(0, &ept->ftype,
1008 if (averify(1, &ept->ftype, ept->path,
1127 if (averify(1, &ept->ftype,
1310 if (averify(0, &ept->ftype,
/illumos-gate/usr/src/lib/libpkg/common/
H A Dverify.c364 * Name: averify
385 averify(int fix, char *ftype, char *path, struct ainfo *ainfo) function
851 if ((retval = averify(fix, ftype, path, ainfo)) == 0) {
H A Dpkglib.h417 extern int averify(int fix, char *ftype, char *path, struct ainfo *ainfo);
/illumos-gate/usr/src/cmd/svr4pkg/pkgmk/
H A Dmain.c778 averify(1, &(eptlist[i]->ftype),

Completed in 86 milliseconds