Searched refs:F_SETOWN (Results 1 – 14 of 14) sorted by relevance
/linux-4.1.27/include/uapi/asm-generic/ |
D | fcntl.h | 109 #ifndef F_SETOWN 110 #define F_SETOWN 8 /* for sockets. */ macro
|
/linux-4.1.27/arch/parisc/include/uapi/asm/ |
D | fcntl.h | 30 #define F_SETOWN 12 /* for sockets. */ macro
|
/linux-4.1.27/arch/alpha/include/uapi/asm/ |
D | fcntl.h | 41 #define F_SETOWN 5 /* for sockets. */ macro
|
/linux-4.1.27/arch/sparc/include/uapi/asm/ |
D | fcntl.h | 41 #define F_SETOWN 6 /* for sockets. */ macro
|
/linux-4.1.27/arch/mips/include/uapi/asm/ |
D | fcntl.h | 43 #define F_SETOWN 24 /* for sockets. */ macro
|
/linux-4.1.27/tools/perf/tests/ |
D | bp_signal_overflow.c | 104 fcntl(fd, F_SETOWN, getpid()); in test__bp_signal_overflow()
|
D | bp_signal.c | 92 fcntl(fd, F_SETOWN, getpid()); in bp_event()
|
/linux-4.1.27/Documentation/timers/ |
D | hpet_example.c | 250 if ((fcntl(fd, F_SETOWN, getpid()) == 1) || in hpet_fasync()
|
/linux-4.1.27/arch/um/os-Linux/ |
D | sigio.c | 420 (fcntl(master, F_SETOWN, os_getpid()) < 0)) in async_pty()
|
D | file.c | 395 (fcntl(fd, F_SETOWN, os_getpid()) < 0)) { in os_set_fd_async()
|
/linux-4.1.27/fs/ |
D | fcntl.c | 296 case F_SETOWN: in do_fcntl()
|
/linux-4.1.27/Documentation/security/ |
D | credentials.txt | 80 given to it by a task that called fcntl(F_SETOWN) upon it. In this case,
|
/linux-4.1.27/security/smack/ |
D | smack_lsm.c | 1495 case F_SETOWN: in smack_file_fcntl()
|
/linux-4.1.27/security/selinux/ |
D | hooks.c | 3405 case F_SETOWN: in selinux_file_fcntl()
|