Home
last modified time | relevance | path

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

/freebsd/contrib/sendmail/include/sm/
H A Dshm.h35 # ifndef SHM_R
36 # define SHM_R 0400 macro
/freebsd/contrib/sendmail/libsm/
H A Dshm.c53 shmflg = SHM_R|SHM_W|(SHM_R>>3)|(SHM_W>>3);
/freebsd/contrib/unbound/util/shm_side/
H A 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/sys/sys/
H A Dshm.h59 #define SHM_R (IPC_R) macro
/freebsd/contrib/unbound/smallapp/
H A Dunbound-control.c473 id_ctl = shmget(cfg->shm_key, sizeof(int), SHM_R); in print_stats_shm()
477 id_arr = shmget(cfg->shm_key+1, sizeof(int), SHM_R); in print_stats_shm()
/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),