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

/linux-master/arch/parisc/include/uapi/asm/
H A Dfcntl.h28 #define F_SETOWN 12 /* for sockets. */ macro
/linux-master/arch/alpha/include/uapi/asm/
H A Dfcntl.h42 #define F_SETOWN 5 /* for sockets. */ macro
/linux-master/arch/mips/include/uapi/asm/
H A Dfcntl.h44 #define F_SETOWN 24 /* for sockets. */ macro
/linux-master/arch/sparc/include/uapi/asm/
H A Dfcntl.h42 #define F_SETOWN 6 /* for sockets. */ macro
/linux-master/include/trace/misc/
H A Dfs.h60 { F_SETOWN, "SETOWN" }, \
81 { F_SETOWN, "SETOWN" }, \
/linux-master/include/uapi/asm-generic/
H A Dfcntl.h109 #ifndef F_SETOWN
110 #define F_SETOWN 8 /* for sockets. */ macro
/linux-master/tools/include/uapi/asm-generic/
H A Dfcntl.h109 #ifndef F_SETOWN
110 #define F_SETOWN 8 /* for sockets. */ macro
/linux-master/tools/perf/trace/beauty/
H A Dfcntl.c84 if (cmd == F_SETOWN)
/linux-master/tools/perf/tests/
H A Dbp_signal_overflow.c110 fcntl(fd, F_SETOWN, getpid());
H A Dbp_signal.c133 fcntl(fd, F_SETOWN, getpid());
/linux-master/samples/timers/
H A Dhpet_example.c251 if ((fcntl(fd, F_SETOWN, getpid()) == 1) ||
/linux-master/tools/testing/selftests/net/af_unix/
H A Dtest_unix_oob.c212 fcntl(pfd, F_SETOWN, getpid());
/linux-master/arch/um/os-Linux/
H A Dsigio.c438 (fcntl(master, F_SETOWN, os_getpid()) < 0))
H A Dfile.c421 (fcntl(fd, F_SETOWN, os_getpid()) < 0)) {
423 printk(UM_KERN_ERR "os_set_fd_async : Failed to fcntl F_SETOWN "
/linux-master/fs/
H A Dfcntl.c392 case F_SETOWN:
/linux-master/security/smack/
H A Dsmack_lsm.c1764 case F_SETOWN:
/linux-master/security/selinux/
H A Dhooks.c3898 case F_SETOWN:

Completed in 226 milliseconds