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

/freebsd-12-stable/contrib/sendmail/include/sm/
H A Dshm.h35 # ifndef SHM_R
36 # define SHM_R 0400 macro
/freebsd-12-stable/contrib/apr/include/arch/unix/
H A Dapr_arch_shm.h45 #if !defined(SHM_R)
46 #define SHM_R 0400 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.h60 #define SHM_R (IPC_R) macro
/freebsd-12-stable/contrib/unbound/util/shm_side/
H A Dshm_main.c112 daemon->shm_info->id_ctl = shmget(daemon->shm_info->key, sizeof(int), SHM_R);
113 daemon->shm_info->id_arr = shmget(daemon->shm_info->key + 1, sizeof(int), SHM_R);
/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/unbound/smallapp/
H A Dunbound-control.c453 id_ctl = shmget(cfg->shm_key, sizeof(int), SHM_R);
457 id_arr = shmget(cfg->shm_key+1, sizeof(int), SHM_R);
/freebsd-12-stable/contrib/sendmail/src/
H A Dqueue.c7106 SHM_R|SHM_W|(SHM_R>>3)|(SHM_W>>3),

Completed in 218 milliseconds