Home
last modified time | relevance | path

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

/openbmc/linux/include/trace/misc/
H A Dfs.h62 { F_SETSIG, "SETSIG" }, \
83 { F_SETSIG, "SETSIG" }, \
/openbmc/linux/tools/include/uapi/asm-generic/
H A Dfcntl.h113 #ifndef F_SETSIG
114 #define F_SETSIG 10 /* for sockets. */ macro
/openbmc/linux/include/uapi/asm-generic/
H A Dfcntl.h113 #ifndef F_SETSIG
114 #define F_SETSIG 10 /* for sockets. */ macro
/openbmc/linux/arch/um/
H A DMakefile-os-Linux6 # To get a definition of F_SETSIG
/openbmc/linux/arch/parisc/include/uapi/asm/
H A Dfcntl.h29 #define F_SETSIG 13 /* for sockets. */ macro
/openbmc/linux/arch/alpha/include/uapi/asm/
H A Dfcntl.h44 #define F_SETSIG 10 /* for sockets. */ macro
/openbmc/linux/tools/testing/selftests/filesystems/
H A Ddnotify_test.c27 fcntl(fd, F_SETSIG, SIGRTMIN + 1); in main()
/openbmc/linux/tools/perf/tests/
H A Dbp_signal_overflow.c109 fcntl(fd, F_SETSIG, SIGIO); in test__bp_signal_overflow()
H A Dbp_signal.c132 fcntl(fd, F_SETSIG, sig); in __event()
/openbmc/linux/Documentation/filesystems/
H A Ddnotify.rst33 information. However, if the F_SETSIG fcntl(2) call is used to let the
/openbmc/linux/arch/um/os-Linux/
H A Dfile.c420 if ((fcntl(fd, F_SETSIG, SIGIO) < 0) || in os_set_fd_async()
/openbmc/linux/fs/
H A Dfcntl.c385 case F_SETSIG: in do_fcntl()
/openbmc/linux/security/smack/
H A Dsmack_lsm.c1756 case F_SETSIG: in smack_file_fcntl()
/openbmc/linux/security/selinux/
H A Dhooks.c3893 case F_SETSIG: in selinux_file_fcntl()
/openbmc/qemu/linux-user/
H A Dsyscall.c6773 ret = F_SETSIG; in target_to_host_fcntl_cmd()