Searched refs:SHM_W (Results 1 – 16 of 16) sorted by relevance
61 shmid = shmget(2, LENGTH, SHM_HUGETLB | IPC_CREAT | SHM_R | SHM_W); in main()
50 #define SHM_W 0200 /* or S_IWUGO from <linux/stat.h> */ macro
89 #define SHM_MODE (SHM_R | SHM_W) /* mode permissions of shared memory */
68 ….shmid = shmget(IPC_PRIVATE, x_image->bytes_per_line * x_image->height, IPC_CREAT | SHM_R | SHM_W); 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()
529 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()
980 pub const SHM_W: ::c_int = 0o200; constant
957 pub const SHM_W: ::c_int = 0o200; constant
1264 pub const SHM_W: ::c_int = 0o200; constant
1329 pub const SHM_W: ::c_int = 0o200; constant
3018 pub const SHM_W: ::c_int = IPC_W; constant
2408 pub const SHM_W: ::c_int = 0o200; constant