Home
last modified time | relevance | path

Searched refs:pipe2 (Results 1 – 25 of 37) sorted by relevance

12

/OK3568_Linux_fs/yocto/poky/meta/recipes-core/systemd/systemd/
H A DCVE-2022-45873.patch53 - r = RET_NERRNO(pipe2(return_pipe, O_CLOEXEC));
54 + r = RET_NERRNO(pipe2(return_pipe, O_CLOEXEC|O_NONBLOCK));
60 - r = RET_NERRNO(pipe2(json_pipe, O_CLOEXEC));
61 + r = RET_NERRNO(pipe2(json_pipe, O_CLOEXEC|O_NONBLOCK));
/OK3568_Linux_fs/buildroot/package/vlc/
H A D0005-Don-t-assume-strerror_l-is-available.patch29 …uid_r isatty lstat memalign mkostemp mmap newlocale open_memstream openat pipe2 pread posix_fadvis…
30 …uid_r isatty lstat memalign mkostemp mmap newlocale open_memstream openat pipe2 pread posix_fadvis…
/OK3568_Linux_fs/kernel/fs/
H A Dpipe.c111 struct pipe_inode_info *pipe2) in pipe_double_lock() argument
113 BUG_ON(pipe1 == pipe2); in pipe_double_lock()
115 if (pipe1 < pipe2) { in pipe_double_lock()
117 pipe_lock_nested(pipe2, I_MUTEX_CHILD); in pipe_double_lock()
119 pipe_lock_nested(pipe2, I_MUTEX_PARENT); in pipe_double_lock()
1026 SYSCALL_DEFINE2(pipe2, int __user *, fildes, int, flags) in SYSCALL_DEFINE2() argument
/OK3568_Linux_fs/kernel/drivers/gpu/drm/omapdrm/
H A Domap_drv.c183 const struct omap_drm_pipeline *pipe2 = b; in omap_compare_pipelines() local
185 if (pipe1->alias_id > pipe2->alias_id) in omap_compare_pipelines()
187 else if (pipe1->alias_id < pipe2->alias_id) in omap_compare_pipelines()
/OK3568_Linux_fs/kernel/tools/virtio/virtio-trace/
H A Dtrace-agent-rw.c67 if (pipe2(data_pipe, O_NONBLOCK) < 0) { in rw_thread_init()
/OK3568_Linux_fs/kernel/samples/watch_queue/
H A Dwatch_test.c158 if (pipe2(pipefd, O_NOTIFICATION_PIPE) == -1) { in main()
/OK3568_Linux_fs/kernel/tools/testing/selftests/pidfd/
H A Dpidfd_test.c248 ret = pipe2(pipe_fds, O_CLOEXEC); in test_pidfd_send_signal_recycled_pid_fail()
/OK3568_Linux_fs/kernel/tools/testing/selftests/kvm/
H A Ddemand_paging_test.c304 r = pipe2(&pipefds[vcpu_id * 2], in run_test()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/
H A Dunistd.h431 extern int pipe2 (int __pipedes[2], int __flags) __THROW __wur;
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/
H A Dunistd.h431 extern int pipe2 (int __pipedes[2], int __flags) __THROW __wur;
/OK3568_Linux_fs/kernel/arch/mips/kernel/syscalls/
H A Dsyscall_n32.tbl302 291 n32 pipe2 sys_pipe2
H A Dsyscall_n64.tbl298 287 n64 pipe2 sys_pipe2
H A Dsyscall_o32.tbl342 328 o32 pipe2 sys_pipe2
/OK3568_Linux_fs/kernel/arch/ia64/kernel/syscalls/
H A Dsyscall.tbl305 293 common pipe2 sys_pipe2
/OK3568_Linux_fs/kernel/arch/xtensa/kernel/syscalls/
H A Dsyscall.tbl334 311 common pipe2 sys_pipe2
/OK3568_Linux_fs/kernel/arch/x86/entry/syscalls/
H A Dsyscall_64.tbl304 293 common pipe2 sys_pipe2
/OK3568_Linux_fs/kernel/tools/perf/arch/x86/entry/syscalls/
H A Dsyscall_64.tbl304 293 common pipe2 sys_pipe2
/OK3568_Linux_fs/kernel/arch/m68k/kernel/syscalls/
H A Dsyscall.tbl337 327 common pipe2 sys_pipe2
/OK3568_Linux_fs/kernel/arch/parisc/kernel/syscalls/
H A Dsyscall.tbl356 313 common pipe2 parisc_pipe2
/OK3568_Linux_fs/kernel/arch/microblaze/kernel/syscalls/
H A Dsyscall.tbl353 343 common pipe2 sys_pipe2
/OK3568_Linux_fs/kernel/tools/perf/arch/s390/entry/syscalls/
H A Dsyscall.tbl335 325 common pipe2 sys_pipe2 compat_sys_pipe2
/OK3568_Linux_fs/kernel/arch/arm/tools/
H A Dsyscall.tbl376 359 common pipe2 sys_pipe2
/OK3568_Linux_fs/kernel/arch/sh/kernel/syscalls/
H A Dsyscall.tbl341 331 common pipe2 sys_pipe2
/OK3568_Linux_fs/kernel/arch/s390/kernel/syscalls/
H A Dsyscall.tbl335 325 common pipe2 sys_pipe2 sys_pipe2
/OK3568_Linux_fs/kernel/arch/alpha/kernel/syscalls/
H A Dsyscall.tbl419 488 common pipe2 sys_pipe2

12