Searched refs:SHM_R (Results 1 – 15 of 15) sorted by relevance
61 shmid = shmget(2, LENGTH, SHM_HUGETLB | IPC_CREAT | SHM_R | SHM_W); in main()
49 #define SHM_R 0400 /* or S_IRUGO from <linux/stat.h> */ macro
89 #define SHM_MODE (SHM_R | SHM_W) /* mode permissions of shared memory */
68 …shminfo.shmid = shmget(IPC_PRIVATE, x_image->bytes_per_line * x_image->height, IPC_CREAT | SHM_R |… in FrameBufferX11()
213 flag = IPC_CREAT | SHM_R | SHM_W; in shm()
85 SHM_HUGETLB | IPC_CREAT | SHM_R | SHM_W); in test_overcommit()
253 flag = IPC_CREAT | SHM_R | SHM_W; in shm()
320 shmid = shmget(IPC_PRIVATE, getpagesize(), SHM_R | SHM_W); in futex_setup()
544 SHM_HUGETLB | IPC_CREAT | SHM_R | SHM_W)) < 0) { in AllocateTestMem()
425 shmid = shmget(IPC_PRIVATE, segp->seg_length, SHM_R | SHM_W); in get_shm_segment()
1086 pub const SHM_R: ::c_int = 0o400; constant
956 pub const SHM_R: ::c_int = 0o400; constant
1489 pub const SHM_R: ::c_int = 0o400; constant
3292 pub const SHM_R: ::c_int = IPC_R; constant
2421 pub const SHM_R: ::c_int = 0o400; constant