Searched refs:SHM_RDONLY (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/bsd/sys/
H A Dshm.h111 #define SHM_RDONLY 010000 /* [XSI] Attach read-only (else read-write) */ macro
/darwin-on-arm/xnu/bsd/kern/
H A Dsysv_shm.c409 (uap->shmflg & SHM_RDONLY) ? IPC_R : IPC_R|IPC_W);
434 if ((uap->shmflg & SHM_RDONLY) == 0)

Completed in 22 milliseconds