Home
last modified time | relevance | path

Searched refs:F_SETPIPE_SZ (Results 1 – 11 of 11) sorted by relevance

/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/linux/
H A Dfcntl.h28 #define F_SETPIPE_SZ (F_LINUX_SPECIFIC_BASE + 7) macro
/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/linux/
H A Dfcntl.h28 #define F_SETPIPE_SZ (F_LINUX_SPECIFIC_BASE + 7) macro
/OK3568_Linux_fs/kernel/tools/include/uapi/linux/
H A Dfcntl.h29 #define F_SETPIPE_SZ (F_LINUX_SPECIFIC_BASE + 7) macro
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dfcntl.h29 #define F_SETPIPE_SZ (F_LINUX_SPECIFIC_BASE + 7) macro
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/systemd/systemd/
H A DCVE-2022-45873.patch83 + (void) fcntl(return_pipe[1], F_SETPIPE_SZ, len);
98 + (void) fcntl(json_pipe[1], F_SETPIPE_SZ, COREDUMP_PIPE_MAX);
/OK3568_Linux_fs/kernel/tools/virtio/virtio-trace/
H A Dtrace-agent-rw.c76 if (fcntl(*data_pipe, F_SETPIPE_SZ, pipe_size) < 0) { in rw_thread_init()
/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/bits/
H A Dfcntl-linux.h203 # define F_SETPIPE_SZ 1031 /* Set pipe page size array. */ macro
/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/bits/
H A Dfcntl-linux.h203 # define F_SETPIPE_SZ 1031 /* Set pipe page size array. */ macro
/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Dformats.c387 #if defined(F_GETPIPE_SZ) && defined(F_SETPIPE_SZ) in incr_pipe_size()
415 if (fcntl(fd, F_SETPIPE_SZ, max_pipe_size) >= 0) in incr_pipe_size()
/OK3568_Linux_fs/kernel/fs/
H A Dfcntl.c423 case F_SETPIPE_SZ: in do_fcntl()
H A Dpipe.c1398 case F_SETPIPE_SZ: in pipe_fcntl()