Searched refs:SHM_R (Results 1 – 13 of 13) sorted by relevance
199 SHM_HUGETLB | IPC_CREAT | SHM_R | SHM_W); in main()202 SHM_HUGETLB | IPC_CREAT | SHM_R | SHM_W); in main()
61 shmid = shmget(2, LENGTH, SHM_HUGETLB | IPC_CREAT | SHM_R | SHM_W); in main()
27 #define SHM_R 0400 /* or S_IRUGO from <linux/stat.h> */ macro
47 #define SHM_R 0400 /* or S_IRUGO from <linux/stat.h> */ macro
49 #define SHM_R 0400 /* or S_IRUGO from <linux/stat.h> */ macro
177 IPC_CREAT | SHM_R | SHM_W)) == -1) { in xf86ExtendedInitInt10()207 if ((low_mem = shmget(counter++, V_RAM, IPC_CREAT | SHM_R | SHM_W)) == -1) { in xf86ExtendedInitInt10()
331 shmid = shmget(IPC_PRIVATE, getpagesize(), SHM_R | SHM_W); in futex_setup()
50 - ipc_id = shmget(IPC_PRIVATE, 4096, (IPC_CREAT | SHM_R | SHM_W));
546 SHM_HUGETLB | IPC_CREAT | SHM_R | SHM_W)) < 0) { in AllocateTestMem()
214 IPC_CREAT | SHM_R | SHM_W)) < 0) {
75758 Change from using SHM_W|SHM_R flags (which aren't required by POSIX) to