Searched refs:F_SETOWN (Results 1 – 20 of 20) sorted by relevance
| /linux/tools/include/uapi/asm-generic/ |
| H A D | fcntl.h | |
| /linux/include/uapi/asm-generic/ |
| H A D | fcntl.h | 108 #ifndef F_SETOWN 109 #define F_SETOWN 8 /* for sockets. */ macro
|
| /linux/include/trace/misc/ |
| H A D | fs.h | 60 { F_SETOWN, "SETOWN" }, \ 81 { F_SETOWN, "SETOWN" }, \
|
| /linux/arch/parisc/include/uapi/asm/ |
| H A D | fcntl.h | 28 #define F_SETOWN 12 /* for sockets. */ macro
|
| /linux/arch/mips/include/uapi/asm/ |
| H A D | fcntl.h | 44 #define F_SETOWN 24 /* for sockets. */ macro
|
| /linux/arch/alpha/include/uapi/asm/ |
| H A D | fcntl.h | 42 #define F_SETOWN 5 /* for sockets. */ macro
|
| /linux/arch/sparc/include/uapi/asm/ |
| H A D | fcntl.h | 42 #define F_SETOWN 6 /* for sockets. */ macro
|
| /linux/tools/perf/tests/ |
| H A D | bp_signal_overflow.c | 111 fcntl(fd, F_SETOWN, getpid()); in test__bp_signal_overflow()
|
| H A D | bp_signal.c | 134 fcntl(fd, F_SETOWN, getpid()); in __event()
|
| /linux/tools/testing/selftests/perf_events/ |
| H A D | watermark_signal.c | 94 if (fcntl(fd, F_SETOWN, getpid())) { in TEST()
|
| /linux/tools/perf/trace/beauty/ |
| H A D | fcntl.c | 84 if (cmd == F_SETOWN) in syscall_arg__scnprintf_fcntl_arg()
|
| /linux/samples/timers/ |
| H A D | hpet_example.c | 251 if ((fcntl(fd, F_SETOWN, getpid()) == 1) || in hpet_fasync()
|
| /linux/arch/um/os-Linux/ |
| H A D | sigio.c | 192 (fcntl(master, F_SETOWN, os_getpid()) < 0)) in async_pty()
|
| H A D | file.c | 411 (fcntl(fd, F_SETOWN, os_getpid()) < 0)) { in os_set_fd_async()
|
| /linux/Documentation/translations/zh_CN/security/ |
| H A D | credentials.rst | 60 名为 ``fcntl(F_SETOWN)`` 的任务给它的UID和EUID向一个任务发送SIGIO
|
| /linux/tools/testing/selftests/net/af_unix/ |
| H A D | test_unix_oob.c | |
| /linux/tools/testing/selftests/landlock/ |
| H A D | scoped_signal_test.c | 511 * 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 D | credentials.rst | 60 given to it by a task that called ``fcntl(F_SETOWN)`` upon it. In this case,
|
| /linux/security/smack/ |
| H A D | smack_lsm.c | 1817 case F_SETOWN: in smack_file_fcntl()
|
| /linux/security/selinux/ |
| H A D | hooks.c | 4075 case F_SETOWN: in selinux_file_fcntl()
|