Searched refs:SHM_REMAP (Results 1 – 2 of 2) sorted by relevance
77 #define SHM_REMAP 040000 /* take-over region on attach */ macro
1549 if (!addr && (shmflg & SHM_REMAP)) in do_shmat()1559 } else if ((shmflg & SHM_REMAP)) in do_shmat()1653 if (addr && !(shmflg & SHM_REMAP)) { in do_shmat()