Searched refs:averify (Results 1 – 10 of 10) sorted by relevance
/illumos-gate/usr/src/cmd/svr4pkg/libinst/ |
H A D | finalck.c | 110 n = averify(1, &ept->ftype, ept->path, &ept->ainfo); in finalck_error() 170 n = averify(1, &ept->ftype, ept->path, &ept->ainfo); in finalck_warning()
|
H A D | pkgdbmerg.c | 653 if (averify(0, &(el_ent->cf_ent.ftype), tp, in set_change() 663 n = averify(0, &(el_ent->cf_ent.ftype), tp, in set_change() 673 n = averify(0, &(el_ent->cf_ent.ftype), tp, in set_change()
|
/illumos-gate/usr/src/cmd/svr4pkg/pkgchk/ |
H A D | ckentry.c | 125 if (a_err = averify(fflag, &ept->ftype, in ckentry() 150 if (a_err = averify(fflag, &ept->ftype, ept->path, in ckentry()
|
/illumos-gate/usr/src/cmd/svr4pkg/pkginstall/ |
H A D | instvol.c | 983 if (averify(0, &ept->ftype, in domerg() 1011 if (averify(1, &ept->ftype, ept->path, in domerg() 1130 if (averify(1, &ept->ftype, in domerg() 1313 if (averify(0, &ept->ftype, in endofclass()
|
/illumos-gate/usr/src/cmd/svr4pkg/pkgproto/ |
H A D | main.c | 210 if ((s = averify(0, &entry.ftype, path, &entry.ainfo)) == VE_EXIST && in output() 217 if (averify(0, &entry.ftype, path, &entry.ainfo)) { in output()
|
/illumos-gate/usr/src/lib/libpkg/common/ |
H A D | mapfile-vers | 51 averify;
|
H A D | verify.c | 385 averify(int fix, char *ftype, char *path, struct ainfo *ainfo) in averify() function 851 if ((retval = averify(fix, ftype, path, ainfo)) == 0) { in fverify()
|
H A D | pkglib.h | 395 extern int averify(int fix, char *ftype, char *path, struct ainfo *ainfo);
|
/illumos-gate/usr/src/cmd/svr4pkg/installf/ |
H A D | main.c | 462 (void) averify(1, &ept->ftype, tp, &ept->ainfo); in main()
|
/illumos-gate/usr/src/cmd/svr4pkg/pkgmk/ |
H A D | main.c | 778 averify(1, &(eptlist[i]->ftype), in outvol()
|