Home
last modified time | relevance | path

Searched refs:shm_open (Results 1 – 10 of 10) sorted by relevance

/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/php/php/
H A D0001-ext-opcache-config.m4-enable-opcache.patch171 PHP_CHECK_FUNC_LIB(shm_open, rt, root)
172 AC_MSG_CHECKING(for mmap() using shm_open() shared memory support)
199 - fd = shm_open(tmpname, O_RDWR | O_CREAT, S_IRUSR | S_IWUSR);
/openbmc/openbmc/poky/meta/recipes-support/apr/apr/
H A D0001-configure-Remove-runtime-test-for-mmap-that-can-map-.patch22 @@ -1303,36 +1303,6 @@ AC_CHECK_FUNCS([mmap munmap shm_open shm_unlink shmget shmat shmdt shmctl \
/openbmc/linux/Documentation/translations/zh_CN/filesystems/
H A Dtmpfs.rst37 (shm_open,shm_unlink)。添加内容到/etc/fstab应注意如下:
/openbmc/linux/Documentation/translations/zh_TW/filesystems/
H A Dtmpfs.rst38 (shm_open,shm_unlink)。添加內容到/etc/fstab應注意如下:
/openbmc/linux/tools/testing/selftests/cachestat/
H A Dtest_cachestat.c216 int fd = shm_open(filename, O_CREAT | O_RDWR, 0600); in test_cachestat_shmem()
/openbmc/qemu/bsd-user/
H A Dbsd-mem.h275 ret = get_errno(shm_open(p, target_to_host_bitmask(arg2, fcntl_flags_tbl), in do_bsd_shm_open()
/openbmc/qemu/contrib/ivshmem-server/
H A Divshmem-server.c298 shm_fd = shm_open(server->shm_path, O_CREAT | O_RDWR, S_IRWXU); in ivshmem_server_start()
/openbmc/qemu/tests/qtest/
H A Divshmem-test.c466 *fd = shm_open(name, O_CREAT|O_RDWR|O_EXCL, in mktempshm()
/openbmc/linux/ipc/
H A Dshm.c101 static void shm_open(struct vm_area_struct *vma);
301 static void shm_open(struct vm_area_struct *vma) in shm_open() function
687 .open = shm_open, /* callback for a new vm-area open */
/openbmc/linux/Documentation/filesystems/
H A Dtmpfs.rst54 POSIX shared memory (shm_open, shm_unlink). Adding the following