Searched refs:F_SETSIG (Results 1 – 15 of 15) sorted by relevance
| /linux/tools/include/uapi/asm-generic/ |
| H A D | fcntl.h | |
| /linux/include/uapi/asm-generic/ |
| H A D | fcntl.h | 112 #ifndef F_SETSIG 113 #define F_SETSIG 10 /* for sockets. */ macro
|
| /linux/include/trace/misc/ |
| H A D | fs.h | 62 { F_SETSIG, "SETSIG" }, \ 83 { F_SETSIG, "SETSIG" }, \
|
| /linux/arch/um/ |
| H A D | Makefile-os-Linux | 6 # To get a definition of F_SETSIG
|
| /linux/arch/parisc/include/uapi/asm/ |
| H A D | fcntl.h | 29 #define F_SETSIG 13 /* for sockets. */ macro
|
| /linux/arch/alpha/include/uapi/asm/ |
| H A D | fcntl.h | 44 #define F_SETSIG 10 /* for sockets. */ macro
|
| /linux/tools/testing/selftests/filesystems/ |
| H A D | dnotify_test.c | 27 fcntl(fd, F_SETSIG, SIGRTMIN + 1); in main()
|
| /linux/Documentation/translations/zh_CN/filesystems/ |
| H A D | dnotify.rst | 34 默认情况下,SIGIO 信号将被传递给进程,且不附带其他有用的信息。但是,如果使用 F_SETSIG fcntl(2)
|
| /linux/tools/perf/tests/ |
| H A D | bp_signal_overflow.c | 110 fcntl(fd, F_SETSIG, SIGIO); in test__bp_signal_overflow()
|
| H A D | bp_signal.c | 133 fcntl(fd, F_SETSIG, sig); in __event()
|
| /linux/tools/testing/selftests/perf_events/ |
| H A D | watermark_signal.c | 99 if (fcntl(fd, F_SETSIG, SIGIO)) { in TEST()
|
| /linux/Documentation/filesystems/ |
| H A D | dnotify.rst | 33 information. However, if the F_SETSIG fcntl(2) call is used to let the
|
| /linux/arch/um/os-Linux/ |
| H A D | file.c | 410 if ((fcntl(fd, F_SETSIG, SIGIO) < 0) || in os_set_fd_async()
|
| /linux/security/smack/ |
| H A D | smack_lsm.c | 1818 case F_SETSIG: in smack_file_fcntl()
|
| /linux/security/selinux/ |
| H A D | hooks.c | 4076 case F_SETSIG: in selinux_file_fcntl()
|