Home
last modified time | relevance | path

Searched refs:F_SETOWN (Results 1 – 20 of 20) sorted by relevance

/linux/tools/include/uapi/asm-generic/
H A Dfcntl.h
/linux/include/uapi/asm-generic/
H A Dfcntl.h108 #ifndef F_SETOWN
109 #define F_SETOWN 8 /* for sockets. */ macro
/linux/include/trace/misc/
H A Dfs.h60 { F_SETOWN, "SETOWN" }, \
81 { F_SETOWN, "SETOWN" }, \
/linux/arch/parisc/include/uapi/asm/
H A Dfcntl.h28 #define F_SETOWN 12 /* for sockets. */ macro
/linux/arch/mips/include/uapi/asm/
H A Dfcntl.h44 #define F_SETOWN 24 /* for sockets. */ macro
/linux/arch/alpha/include/uapi/asm/
H A Dfcntl.h42 #define F_SETOWN 5 /* for sockets. */ macro
/linux/arch/sparc/include/uapi/asm/
H A Dfcntl.h42 #define F_SETOWN 6 /* for sockets. */ macro
/linux/tools/perf/tests/
H A Dbp_signal_overflow.c111 fcntl(fd, F_SETOWN, getpid()); in test__bp_signal_overflow()
H A Dbp_signal.c134 fcntl(fd, F_SETOWN, getpid()); in __event()
/linux/tools/testing/selftests/perf_events/
H A Dwatermark_signal.c94 if (fcntl(fd, F_SETOWN, getpid())) { in TEST()
/linux/tools/perf/trace/beauty/
H A Dfcntl.c84 if (cmd == F_SETOWN) in syscall_arg__scnprintf_fcntl_arg()
/linux/samples/timers/
H A Dhpet_example.c251 if ((fcntl(fd, F_SETOWN, getpid()) == 1) || in hpet_fasync()
/linux/arch/um/os-Linux/
H A Dsigio.c192 (fcntl(master, F_SETOWN, os_getpid()) < 0)) in async_pty()
H A Dfile.c411 (fcntl(fd, F_SETOWN, os_getpid()) < 0)) { in os_set_fd_async()
/linux/Documentation/translations/zh_CN/security/
H A Dcredentials.rst60 名为 ``fcntl(F_SETOWN)`` 的任务给它的UID和EUID向一个任务发送SIGIO
/linux/tools/testing/selftests/net/af_unix/
H A Dtest_unix_oob.c
/linux/tools/testing/selftests/landlock/
H A Dscoped_signal_test.c511 * A signal is only received if fcntl(F_SETOWN) was
540 ASSERT_EQ(0, fcntl(recv_socket, F_SETOWN, child));
/linux/Documentation/security/
H A Dcredentials.rst60 given to it by a task that called ``fcntl(F_SETOWN)`` upon it. In this case,
/linux/security/smack/
H A Dsmack_lsm.c1817 case F_SETOWN: in smack_file_fcntl()
/linux/security/selinux/
H A Dhooks.c4075 case F_SETOWN: in selinux_file_fcntl()