Searched refs:SHM_W (Results 1 - 7 of 7) sorted by relevance

/freebsd-12-stable/contrib/sendmail/include/sm/
H A Dshm.h38 # ifndef SHM_W
39 # define SHM_W 0200 macro
/freebsd-12-stable/contrib/apr/include/arch/unix/
H A Dapr_arch_shm.h48 #if !defined(SHM_W)
49 #define SHM_W 0200 macro
/freebsd-12-stable/contrib/sendmail/libsm/
H A Dshm.c52 shmflg = SHM_R|SHM_W|(SHM_R>>3)|(SHM_W>>3);
/freebsd-12-stable/sys/sys/
H A Dshm.h61 #define SHM_W (IPC_W) macro
/freebsd-12-stable/contrib/apr/shmem/unix/
H A Dshm.c236 SHM_R | SHM_W | IPC_CREAT)) < 0) {
381 SHM_R | SHM_W | IPC_CREAT | IPC_EXCL)) < 0) {
471 if ((shmid = shmget(shmkey, 0, SHM_R | SHM_W)) < 0) {
650 if ((new_m->shmid = shmget(new_m->shmkey, 0, SHM_R | SHM_W)) == -1) {
702 if ((shmid = shmget(m->shmkey, 0, SHM_R | SHM_W)) == -1) {
/freebsd-12-stable/contrib/ofed/libmlx5/
H A Dbuf.c200 hmem->shmid = shmget(IPC_PRIVATE, shm_len, SHM_HUGETLB | SHM_R | SHM_W);
/freebsd-12-stable/contrib/sendmail/src/
H A Dqueue.c7106 SHM_R|SHM_W|(SHM_R>>3)|(SHM_W>>3),

Completed in 190 milliseconds