Searched refs:SHM_ANON (Results 1 – 2 of 2) sorted by relevance
188 #define SHM_ANON ((char *)1) macro
1056 if (IN_CAPABILITY_MODE(td) && (userpath != SHM_ANON)) in kern_shm_open2()1099 if (userpath == SHM_ANON) { in kern_shm_open2()1303 if (uap->path_from == SHM_ANON || uap->path_to == SHM_ANON) { in sys_shm_rename()