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

/linux-master/arch/parisc/include/uapi/asm/
H A Dfcntl.h29 #define F_SETSIG 13 /* for sockets. */ macro
/linux-master/arch/alpha/include/uapi/asm/
H A Dfcntl.h44 #define F_SETSIG 10 /* for sockets. */ macro
/linux-master/tools/testing/selftests/filesystems/
H A Ddnotify_test.c27 fcntl(fd, F_SETSIG, SIGRTMIN + 1);
/linux-master/include/trace/misc/
H A Dfs.h62 { F_SETSIG, "SETSIG" }, \
83 { F_SETSIG, "SETSIG" }, \
/linux-master/include/uapi/asm-generic/
H A Dfcntl.h113 #ifndef F_SETSIG
114 #define F_SETSIG 10 /* for sockets. */ macro
/linux-master/tools/include/uapi/asm-generic/
H A Dfcntl.h113 #ifndef F_SETSIG
114 #define F_SETSIG 10 /* for sockets. */ macro
/linux-master/tools/perf/tests/
H A Dbp_signal_overflow.c109 fcntl(fd, F_SETSIG, SIGIO);
H A Dbp_signal.c132 fcntl(fd, F_SETSIG, sig);
/linux-master/arch/um/os-Linux/
H A Dfile.c420 if ((fcntl(fd, F_SETSIG, SIGIO) < 0) ||
424 "(or F_SETSIG) fd %d, errno = %d\n", fd, errno);
/linux-master/fs/
H A Dfcntl.c407 case F_SETSIG:
738 * F_SETSIG can change ->signum lockless in parallel, make
/linux-master/security/smack/
H A Dsmack_lsm.c1765 case F_SETSIG:
/linux-master/security/selinux/
H A Dhooks.c3899 case F_SETSIG:

Completed in 531 milliseconds