Home
last modified time | relevance | path

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

/linux-4.1.27/include/uapi/asm-generic/
Dfcntl.h109 #ifndef F_SETOWN
110 #define F_SETOWN 8 /* for sockets. */ macro
/linux-4.1.27/arch/parisc/include/uapi/asm/
Dfcntl.h30 #define F_SETOWN 12 /* for sockets. */ macro
/linux-4.1.27/arch/alpha/include/uapi/asm/
Dfcntl.h41 #define F_SETOWN 5 /* for sockets. */ macro
/linux-4.1.27/arch/sparc/include/uapi/asm/
Dfcntl.h41 #define F_SETOWN 6 /* for sockets. */ macro
/linux-4.1.27/arch/mips/include/uapi/asm/
Dfcntl.h43 #define F_SETOWN 24 /* for sockets. */ macro
/linux-4.1.27/tools/perf/tests/
Dbp_signal_overflow.c104 fcntl(fd, F_SETOWN, getpid()); in test__bp_signal_overflow()
Dbp_signal.c92 fcntl(fd, F_SETOWN, getpid()); in bp_event()
/linux-4.1.27/Documentation/timers/
Dhpet_example.c250 if ((fcntl(fd, F_SETOWN, getpid()) == 1) || in hpet_fasync()
/linux-4.1.27/arch/um/os-Linux/
Dsigio.c420 (fcntl(master, F_SETOWN, os_getpid()) < 0)) in async_pty()
Dfile.c395 (fcntl(fd, F_SETOWN, os_getpid()) < 0)) { in os_set_fd_async()
/linux-4.1.27/fs/
Dfcntl.c296 case F_SETOWN: in do_fcntl()
/linux-4.1.27/Documentation/security/
Dcredentials.txt80 given to it by a task that called fcntl(F_SETOWN) upon it. In this case,
/linux-4.1.27/security/smack/
Dsmack_lsm.c1495 case F_SETOWN: in smack_file_fcntl()
/linux-4.1.27/security/selinux/
Dhooks.c3405 case F_SETOWN: in selinux_file_fcntl()