Home
last modified time | relevance | path

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

/openbmc/linux/tools/include/uapi/linux/
H A Dfcntl.h29 #define F_SETPIPE_SZ (F_LINUX_SPECIFIC_BASE + 7) macro
/openbmc/linux/include/uapi/linux/
H A Dfcntl.h29 #define F_SETPIPE_SZ (F_LINUX_SPECIFIC_BASE + 7) macro
/openbmc/linux/tools/virtio/virtio-trace/
H A Dtrace-agent-rw.c76 if (fcntl(*data_pipe, F_SETPIPE_SZ, pipe_size) < 0) { in rw_thread_init()
/openbmc/openbmc/poky/bitbake/bin/
H A Dbitbake-worker30 fcntl.F_SETPIPE_SZ = 1031
66 fcntl.fcntl(worker_pipe, fcntl.F_SETPIPE_SZ, 512 * 1024)
/openbmc/linux/fs/
H A Dfcntl.c402 case F_SETPIPE_SZ: in do_fcntl()
H A Dpipe.c1405 case F_SETPIPE_SZ: in pipe_fcntl()
/openbmc/qemu/linux-user/
H A Dstrace.c2333 #ifdef F_SETPIPE_SZ in print_fcntl()
H A Dsyscall.c6810 #ifdef F_SETPIPE_SZ in target_to_host_fcntl_cmd()
6812 ret = F_SETPIPE_SZ; in target_to_host_fcntl_cmd()