Home
last modified time | relevance | path

Searched refs:F_GETPIPE_SZ (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/tools/include/uapi/linux/
H A Dfcntl.h30 #define F_GETPIPE_SZ (F_LINUX_SPECIFIC_BASE + 8) macro
/openbmc/linux/include/uapi/linux/
H A Dfcntl.h30 #define F_GETPIPE_SZ (F_LINUX_SPECIFIC_BASE + 8) macro
/openbmc/linux/fs/
H A Dfcntl.c403 case F_GETPIPE_SZ: in do_fcntl()
H A Dpipe.c1408 case F_GETPIPE_SZ: in pipe_fcntl()
/openbmc/qemu/linux-user/
H A Dsyscall.c6815 ret = F_GETPIPE_SZ; in target_to_host_fcntl_cmd()