Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/uapi/asm-generic/
H A Dfcntl.h114 #ifndef F_SETSIG
115 #define F_SETSIG 10 /* for sockets. */ macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/asm-generic/
H A Dfcntl.h114 #ifndef F_SETSIG
115 #define F_SETSIG 10 /* for sockets. */ macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/asm-generic/
H A Dfcntl.h114 #ifndef F_SETSIG
115 #define F_SETSIG 10 /* for sockets. */ macro
/OK3568_Linux_fs/kernel/tools/include/uapi/asm-generic/
H A Dfcntl.h113 #ifndef F_SETSIG
114 #define F_SETSIG 10 /* for sockets. */ macro
/OK3568_Linux_fs/kernel/arch/um/
H A DMakefile-os-Linux6 # To get a definition of F_SETSIG
/OK3568_Linux_fs/kernel/arch/parisc/include/uapi/asm/
H A Dfcntl.h29 #define F_SETSIG 13 /* for sockets. */ macro
/OK3568_Linux_fs/kernel/arch/alpha/include/uapi/asm/
H A Dfcntl.h44 #define F_SETSIG 10 /* for sockets. */ macro
/OK3568_Linux_fs/kernel/tools/testing/selftests/filesystems/
H A Ddnotify_test.c27 fcntl(fd, F_SETSIG, SIGRTMIN + 1); in main()
/OK3568_Linux_fs/kernel/tools/perf/tests/
H A Dbp_signal_overflow.c104 fcntl(fd, F_SETSIG, SIGIO); in test__bp_signal_overflow()
H A Dbp_signal.c132 fcntl(fd, F_SETSIG, sig); in __event()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/bits/
H A Dfcntl-linux.h193 # define F_SETSIG __F_SETSIG /* Set number of signal to be sent. */ macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/bits/
H A Dfcntl-linux.h193 # define F_SETSIG __F_SETSIG /* Set number of signal to be sent. */ macro
/OK3568_Linux_fs/kernel/Documentation/filesystems/
H A Ddnotify.rst33 information. However, if the F_SETSIG fcntl(2) call is used to let the
/OK3568_Linux_fs/kernel/arch/um/os-Linux/
H A Dfile.c420 if ((fcntl(fd, F_SETSIG, SIGIO) < 0) || in os_set_fd_async()
/OK3568_Linux_fs/kernel/fs/
H A Dfcntl.c406 case F_SETSIG: in do_fcntl()
/OK3568_Linux_fs/kernel/security/smack/
H A Dsmack_lsm.c1624 case F_SETSIG: in smack_file_fcntl()
/OK3568_Linux_fs/kernel/security/selinux/
H A Dhooks.c3864 case F_SETSIG: in selinux_file_fcntl()