Home
last modified time | relevance | path

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

/linux-5.15/tools/include/uapi/asm-generic/
A Dfcntl.h109 #ifndef F_SETOWN
110 #define F_SETOWN 8 /* for sockets. */ macro
/linux-5.15/include/uapi/asm-generic/
A Dfcntl.h110 #ifndef F_SETOWN
111 #define F_SETOWN 8 /* for sockets. */ macro
/linux-5.15/arch/parisc/include/uapi/asm/
H A Dfcntl.h28 #define F_SETOWN 12 /* for sockets. */ macro
/linux-5.15/arch/alpha/include/uapi/asm/
H A Dfcntl.h42 #define F_SETOWN 5 /* for sockets. */ macro
/linux-5.15/arch/sparc/include/uapi/asm/
H A Dfcntl.h42 #define F_SETOWN 6 /* for sockets. */ macro
/linux-5.15/arch/mips/include/uapi/asm/
H A Dfcntl.h44 #define F_SETOWN 24 /* for sockets. */ macro
/linux-5.15/tools/perf/tests/
H A Dbp_signal_overflow.c105 fcntl(fd, F_SETOWN, getpid()); in test__bp_signal_overflow()
H A Dbp_signal.c133 fcntl(fd, F_SETOWN, getpid()); in __event()
/linux-5.15/tools/perf/trace/beauty/
A Dfcntl.c84 if (cmd == F_SETOWN) in syscall_arg__scnprintf_fcntl_arg()
/linux-5.15/samples/timers/
A Dhpet_example.c251 if ((fcntl(fd, F_SETOWN, getpid()) == 1) || in hpet_fasync()
/linux-5.15/tools/testing/selftests/net/af_unix/
A Dtest_unix_oob.c214 fcntl(pfd, F_SETOWN, getpid()); in main()
/linux-5.15/arch/um/os-Linux/
H A Dsigio.c438 (fcntl(master, F_SETOWN, os_getpid()) < 0)) in async_pty()
H A Dfile.c421 (fcntl(fd, F_SETOWN, os_getpid()) < 0)) { in os_set_fd_async()
/linux-5.15/fs/
H A Dfcntl.c392 case F_SETOWN: in do_fcntl()
/linux-5.15/Documentation/security/
A Dcredentials.rst60 given to it by a task that called ``fcntl(F_SETOWN)`` upon it. In this case,
/linux-5.15/security/smack/
H A Dsmack_lsm.c1607 case F_SETOWN: in smack_file_fcntl()
/linux-5.15/security/selinux/
H A Dhooks.c3949 case F_SETOWN: in selinux_file_fcntl()