Searched refs:SHM_REMAP (Results 1 – 6 of 6) sorted by relevance
33 #define SHM_REMAP 040000 /* take-over region on attach */ macro
78 #define SHM_REMAP 040000 /* take-over region on attach */ macro
80 #define SHM_REMAP 040000 /* take-over region on attach */ macro
1542 if (!addr && (shmflg & SHM_REMAP)) in do_shmat()1552 } else if ((shmflg & SHM_REMAP)) in do_shmat()1646 if (addr && !(shmflg & SHM_REMAP)) { in do_shmat()