Home
last modified time | relevance | path

Searched refs:F_SETSIG (Results 1 – 12 of 12) sorted by relevance

/linux-4.1.27/include/uapi/asm-generic/
Dfcntl.h113 #ifndef F_SETSIG
114 #define F_SETSIG 10 /* for sockets. */ macro
/linux-4.1.27/arch/um/
DMakefile-os-Linux6 # To get a definition of F_SETSIG
/linux-4.1.27/arch/parisc/include/uapi/asm/
Dfcntl.h31 #define F_SETSIG 13 /* for sockets. */ macro
/linux-4.1.27/arch/alpha/include/uapi/asm/
Dfcntl.h43 #define F_SETSIG 10 /* for sockets. */ macro
/linux-4.1.27/Documentation/filesystems/
Ddnotify_test.c26 fcntl(fd, F_SETSIG, SIGRTMIN + 1); in main()
Ddnotify.txt28 information. However, if the F_SETSIG fcntl(2) call is used to let the
/linux-4.1.27/tools/perf/tests/
Dbp_signal_overflow.c103 fcntl(fd, F_SETSIG, SIGIO); in test__bp_signal_overflow()
Dbp_signal.c91 fcntl(fd, F_SETSIG, SIGIO); in bp_event()
/linux-4.1.27/arch/um/os-Linux/
Dfile.c394 if ((fcntl(fd, F_SETSIG, SIGIO) < 0) || in os_set_fd_async()
/linux-4.1.27/fs/
Dfcntl.c312 case F_SETSIG: in do_fcntl()
/linux-4.1.27/security/smack/
Dsmack_lsm.c1496 case F_SETSIG: in smack_file_fcntl()
/linux-4.1.27/security/selinux/
Dhooks.c3406 case F_SETSIG: in selinux_file_fcntl()