Home
last modified time | relevance | path

Searched refs:F_GETOWN (Results 1 – 13 of 13) sorted by relevance

/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pyruvate/
H A D0001-musl-Move-F_OFD_GETLK-F_OFD_SETLK-and-F_OFD_SETLKW-t.patch29 @@ -451,9 +451,6 @@ pub const F_GETOWN: ::c_int = 9;
57 @@ -388,9 +388,6 @@ pub const F_GETOWN: ::c_int = 23;
71 @@ -384,9 +384,6 @@ pub const F_GETOWN: ::c_int = 9;
85 @@ -441,9 +441,6 @@ pub const F_GETOWN: ::c_int = 9;
99 @@ -250,9 +250,6 @@ pub const F_GETOWN: ::c_int = 9;
113 @@ -612,9 +612,6 @@ pub const F_GETOWN: ::c_int = 23;
H A D0001-musl-riscv32-Define-F_SETLK-F_SETLKW-and-fix-F_GETLK.patch24 -pub const F_GETOWN: ::c_int = 9;
26 +pub const F_GETOWN: ::c_int = 9;
/openbmc/linux/include/trace/misc/
H A Dfs.h61 { F_GETOWN, "GETOWN" }, \
82 { F_GETOWN, "GETOWN" }, \
/openbmc/linux/arch/parisc/include/uapi/asm/
H A Dfcntl.h27 #define F_GETOWN 11 /* for sockets. */ macro
/openbmc/linux/arch/mips/include/uapi/asm/
H A Dfcntl.h45 #define F_GETOWN 23 /* for sockets. */ macro
/openbmc/linux/arch/alpha/include/uapi/asm/
H A Dfcntl.h43 #define F_GETOWN 6 /* for sockets. */ macro
/openbmc/linux/arch/sparc/include/uapi/asm/
H A Dfcntl.h41 #define F_GETOWN 5 /* for sockets. */ macro
/openbmc/linux/tools/include/uapi/asm-generic/
H A Dfcntl.h111 #define F_GETOWN 9 /* for sockets. */ macro
/openbmc/linux/include/uapi/asm-generic/
H A Dfcntl.h111 #define F_GETOWN 9 /* for sockets. */ macro
/openbmc/linux/tools/perf/trace/beauty/
H A Dfcntl.c50 if (arg->val == F_GETOWN) { in syscall_arg__scnprintf_fcntl_cmd()
/openbmc/linux/fs/
H A Dfcntl.c359 case F_GETOWN: in do_fcntl()
/openbmc/linux/security/selinux/
H A Dhooks.c3895 case F_GETOWN: in selinux_file_fcntl()
/openbmc/qemu/linux-user/
H A Dsyscall.c6764 ret = F_GETOWN; in target_to_host_fcntl_cmd()