Home
last modified time | relevance | path

Searched refs:VFP_NEEDNOW (Results 1 – 5 of 5) sorted by relevance

/titanic_50/usr/src/cmd/svr4pkg/pkginfo/
H A Dpkginfo.c699 if (vfpOpen(&vfp, pkgmap, "r", VFP_NEEDNOW) != 0) { in getinfo()
/titanic_50/usr/src/lib/libpkg/common/
H A Dpkglib.h115 #define VFP_NEEDNOW 0x00000001 /* need memory now */ macro
H A Dvfpops.c525 if (a_flags & VFP_NEEDNOW) { in vfpSetFlags()
/titanic_50/usr/src/cmd/svr4pkg/pkgmk/
H A Dmain.c376 if (vfpOpen(&vfp, t_pkgmap, "r", VFP_NEEDNOW) != 0) { in main()
/titanic_50/usr/src/cmd/svr4pkg/pkginstall/
H A Dmain.c1756 if (vfpOpen(&pkgmapVfp, p_pkgmap, "r", VFP_NEEDNOW) != 0) { in main()