Home
last modified time | relevance | path

Searched refs:VFP_NOMMAP (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libpkg/common/
H A Dpkglib.h116 #define VFP_NOMMAP 0x00000008 /* do not use mmap to access file */ macro
H A Dvfpops.c241 if ((S_ISREG(statbuf.st_mode)) && (!(a_flags & VFP_NOMMAP)) && in vfpOpen()