Searched refs:shm_open (Results 1 – 10 of 10) sorted by relevance
| /xnu-12377.81.4/tests/ |
| H A D | testposixshm.c | 30 myfd = shm_open("abcd", O_RDWR | O_CREAT | O_EXCL, S_IRUSR | S_IWUSR); in worker_thread_func() 115 fd1 = shm_open(maxname, O_RDWR, S_IRUSR | S_IWUSR); 121 fd1 = shm_open(toolong, O_RDWR | O_CREAT, S_IRUSR | S_IWUSR); 127 fd1 = shm_open(noname, O_RDWR | O_CREAT, S_IRUSR | S_IWUSR); 133 fd1 = shm_open(maxname, O_RDWR | O_CREAT, S_IRUSR | S_IWUSR); 137 fd2 = shm_open(maxname, O_RDWR | O_CREAT, S_IRUSR | S_IWUSR); 144 fd2 = shm_open(maxname, O_RDWR | O_CREAT | O_EXCL, S_IRUSR | S_IWUSR); 169 fd2 = shm_open(maxname, O_RDWR, S_IRUSR | S_IWUSR);
|
| H A D | arm_mte_debugger_helper.c | 75 int fd = shm_open(shm_name, O_RDWR); in main()
|
| H A D | arm_mte_alias_restriction.c | 138 int shm_fd = shm_open(memory_path, O_RDWR | O_CREAT | O_EXCL); 244 int shm_fd = shm_open(memory_path, O_RDWR | O_CREAT | O_EXCL);
|
| H A D | arm_mte_unentitled.c | 81 int fd = shm_open(shm_name, O_RDWR | O_CREAT, S_IRUSR | S_IWUSR);
|
| H A D | pwrite.c | 112 int shm_fd = shm_open(memory_path, O_RDWR | O_CREAT, S_IRUSR | S_IWUSR);
|
| H A D | unrecoverable_trap_test.c | 190 int shm_fd = shm_open(memory_path, O_RDWR | O_CREAT);
|
| H A D | pread.c | 144 int shm_fd = shm_open(memory_path, O_RDWR | O_CREAT, S_IRUSR | S_IWUSR);
|
| /xnu-12377.81.4/bsd/sys/ |
| H A D | mman.h | 282 int shm_open(const char *, int, ...);
|
| /xnu-12377.81.4/bsd/man/man2/ |
| H A D | Makefile | 216 shm_open.2 \
|
| /xnu-12377.81.4/bsd/kern/ |
| H A D | posix_shm.c | 338 shm_open(proc_t p, struct shm_open_args *uap, int32_t *retval) in shm_open() function
|