Searched refs:VE_EXIST (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/head/
H A Dpkgstrct.h94 #define VE_EXIST 0x0001 macro
/illumos-gate/usr/src/cmd/svr4pkg/pkgchk/
H A Dckentry.c129 if (!qflag || (a_err != VE_EXIST)) {
134 if (a_err == VE_EXIST)
154 if (!qflag || (a_err != VE_EXIST)) {
162 if (a_err == VE_EXIST)
174 if (!qflag || (c_err != VE_EXIST)) {
183 if (c_err == VE_EXIST)
/illumos-gate/usr/src/cmd/svr4pkg/libinst/
H A Dfinalck.c117 if (n == VE_EXIST)
176 if (n == VE_EXIST) {
H A Dpkgdbmerg.c669 else if (n && (n != VE_EXIST)) {
679 else if (n && (n == VE_EXIST)) {
/illumos-gate/usr/src/lib/libpkg/common/
H A Dverify.c133 * - VE_EXIST = path name does not exist
161 return (VE_EXIST);
375 * - VE_EXIST = path name does not exist
414 retcode = VE_EXIST;
498 retcode = VE_EXIST;
506 retcode = VE_EXIST;
/illumos-gate/usr/src/cmd/svr4pkg/pkgproto/
H A Dmain.c210 if ((s = averify(0, &entry.ftype, path, &entry.ainfo)) == VE_EXIST &&

Completed in 613 milliseconds