Searched defs:MAP_SHARED (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libbc/inc/include/sys/
H A Dmman.h48 #define MAP_SHARED 1 /* share changes */ macro
52 /* other flags to mmap (or-ed in to MAP_SHARED or MAP_PRIVATE) */
/illumos-gate/usr/src/uts/common/sys/
H A Dmman.h79 #define MAP_SHARED 1 /* share changes */ macro
83 /* other flags to mmap (or-ed in to MAP_SHARED or MAP_PRIVATE) */
/illumos-gate/usr/src/uts/i86xpv/vm/
H A Dseg_mf.c139 data->prot, data->maxprot, MAP_SHARED, CRED(), NULL);
172 MAP_SHARED, CRED(), NULL));
200 data->prot, data->maxprot, MAP_SHARED, CRED(), NULL); local
452 return (MAP_SHARED);

Completed in 61 milliseconds