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 D | 0001-musl-Move-F_OFD_GETLK-F_OFD_SETLK-and-F_OFD_SETLKW-t.patch | 29 @@ -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 D | 0001-musl-riscv32-Define-F_SETLK-F_SETLKW-and-fix-F_GETLK.patch | 24 -pub const F_GETOWN: ::c_int = 9; 26 +pub const F_GETOWN: ::c_int = 9;
|
/openbmc/linux/include/trace/misc/ |
H A D | fs.h | 61 { F_GETOWN, "GETOWN" }, \ 82 { F_GETOWN, "GETOWN" }, \
|
/openbmc/linux/arch/parisc/include/uapi/asm/ |
H A D | fcntl.h | 27 #define F_GETOWN 11 /* for sockets. */ macro
|
/openbmc/linux/arch/mips/include/uapi/asm/ |
H A D | fcntl.h | 45 #define F_GETOWN 23 /* for sockets. */ macro
|
/openbmc/linux/arch/alpha/include/uapi/asm/ |
H A D | fcntl.h | 43 #define F_GETOWN 6 /* for sockets. */ macro
|
/openbmc/linux/arch/sparc/include/uapi/asm/ |
H A D | fcntl.h | 41 #define F_GETOWN 5 /* for sockets. */ macro
|
/openbmc/linux/tools/include/uapi/asm-generic/ |
H A D | fcntl.h | 111 #define F_GETOWN 9 /* for sockets. */ macro
|
/openbmc/linux/include/uapi/asm-generic/ |
H A D | fcntl.h | 111 #define F_GETOWN 9 /* for sockets. */ macro
|
/openbmc/linux/tools/perf/trace/beauty/ |
H A D | fcntl.c | 50 if (arg->val == F_GETOWN) { in syscall_arg__scnprintf_fcntl_cmd()
|
/openbmc/linux/fs/ |
H A D | fcntl.c | 359 case F_GETOWN: in do_fcntl()
|
/openbmc/linux/security/selinux/ |
H A D | hooks.c | 3895 case F_GETOWN: in selinux_file_fcntl()
|
/openbmc/qemu/linux-user/ |
H A D | syscall.c | 6764 ret = F_GETOWN; in target_to_host_fcntl_cmd()
|