Home
last modified time | relevance | path

Searched refs:SHM_R (Results 1 – 9 of 9) sorted by relevance

/freebsd-12-stable/contrib/sendmail/include/sm/
Dshm.h35 # ifndef SHM_R
36 # define SHM_R 0400 macro
/freebsd-12-stable/contrib/apr/include/arch/unix/
Dapr_arch_shm.h45 #if !defined(SHM_R)
46 #define SHM_R 0400 macro
/freebsd-12-stable/contrib/sendmail/libsm/
Dshm.c53 shmflg = SHM_R|SHM_W|(SHM_R>>3)|(SHM_W>>3);
/freebsd-12-stable/contrib/apr/shmem/unix/
Dshm.c236 SHM_R | SHM_W | IPC_CREAT)) < 0) { in apr_shm_create()
381 SHM_R | SHM_W | IPC_CREAT | IPC_EXCL)) < 0) { in apr_shm_create()
471 if ((shmid = shmget(shmkey, 0, SHM_R | SHM_W)) < 0) { in apr_shm_remove()
650 if ((new_m->shmid = shmget(new_m->shmkey, 0, SHM_R | SHM_W)) == -1) { in apr_shm_attach()
702 if ((shmid = shmget(m->shmkey, 0, SHM_R | SHM_W)) == -1) { in APR_PERMS_SET_IMPLEMENT()
/freebsd-12-stable/contrib/unbound/util/shm_side/
Dshm_main.c112 daemon->shm_info->id_ctl = shmget(daemon->shm_info->key, sizeof(int), SHM_R); in shm_main_init()
113 daemon->shm_info->id_arr = shmget(daemon->shm_info->key + 1, sizeof(int), SHM_R); in shm_main_init()
/freebsd-12-stable/sys/sys/
Dshm.h60 #define SHM_R (IPC_R) macro
/freebsd-12-stable/contrib/unbound/smallapp/
Dunbound-control.c455 id_ctl = shmget(cfg->shm_key, sizeof(int), SHM_R); in print_stats_shm()
459 id_arr = shmget(cfg->shm_key+1, sizeof(int), SHM_R); in print_stats_shm()
/freebsd-12-stable/contrib/ofed/libmlx5/
Dbuf.c200 hmem->shmid = shmget(IPC_PRIVATE, shm_len, SHM_HUGETLB | SHM_R | SHM_W); in alloc_huge_mem()
/freebsd-12-stable/contrib/sendmail/src/
Dqueue.c7134 SHM_R|SHM_W|(SHM_R>>3)|(SHM_W>>3),