Home
last modified time | relevance | path

Searched refs:VFP (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libpkg/common/
H A Dpkglib.h160 #define vfpGetModifiedLen(VFP) \ argument
161 (size_t)(((VFP)->_vfpHighWater > (VFP)->_vfpCurr) ? \
162 (((ptrdiff_t)(VFP)->_vfpHighWater - \
163 (ptrdiff_t)(VFP)->_vfpStart)) : \
164 (((ptrdiff_t)(VFP)->_vfpCurr - \
165 (ptrdiff_t)(VFP)->_vfpStart)))
171 #define vfpIncCurrPtrBy(VFP, INC) \ argument
173 ((VFP)->_vfpCurr) += (INC); \
174 if (((VFP)->_vfpCurr) > ((VFP)->_vfpEnd)) { \
175 (VFP)->_vfpCurr = (VFP)->_vfpEnd; \
[all …]
/illumos-gate/usr/src/cmd/svr4pkg/pkgchk/
H A Dcheckmap.c61 #define NXTENTRY(P, VFP, SRV) \ argument
63 gpkgmapvfp((P), (VFP)))
H A Dckentry.c51 #define NXTENTRY(P, VFP) (gpkgmapvfp((P), (VFP))) argument
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/
H A Drelease.txt1756 9. Problem: AH Bug in High Malicious VF limitation and VFP (VF PF Channel).