Home
last modified time | relevance | path

Searched refs:SHM_W (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/sendmail/include/sm/
H A Dshm.h38 # ifndef SHM_W
39 # define SHM_W 0200 macro
/freebsd/contrib/sendmail/libsm/
H A Dshm.c53 shmflg = SHM_R|SHM_W|(SHM_R>>3)|(SHM_W>>3);
/freebsd/sys/sys/
H A Dshm.h60 #define SHM_W (IPC_W) macro
/freebsd/contrib/ofed/libmlx5/
H A Dbuf.c200 hmem->shmid = shmget(IPC_PRIVATE, shm_len, SHM_HUGETLB | SHM_R | SHM_W); in alloc_huge_mem()
/freebsd/contrib/sendmail/src/
H A Dqueue.c7171 SHM_R|SHM_W|(SHM_R>>3)|(SHM_W>>3),