Searched refs:SHM_RND (Results 1 – 2 of 2) sorted by relevance
| /xnu-12377.1.9/bsd/sys/ | ||
| H A D | shm.h | 101 #define SHM_RND 020000 /* [XSI] Round attach address to SHMLBA */ macro |
| /xnu-12377.1.9/bsd/kern/ | ||
| H A D | sysv_shm.c | 475 if (uap->shmflg & SHM_RND) { in shmat() |