Searched refs:si_fd (Results 1 – 8 of 8) sorted by relevance
13 event_fd = si->si_fd; in handler()
146 BUILD_BUG_ON(offsetof(siginfo_t, si_fd) != 0x18); in signal_compat_build_tests()148 BUILD_BUG_ON(offsetof(compat_siginfo_t, si_fd) != 0x10); in signal_compat_build_tests()
158 #define si_fd _sifields._sigpoll._fd macro
30 the signal handler and the si_fd member of that structure will contain the
113 new.ssi_fd = kinfo->si_fd; in signalfd_copyinfo()
769 si.si_fd = fd; in send_sigio_to_task()
2931 new.si_fd = from->si_fd; in __copy_siginfo_to_user32()3018 to->si_fd = from.si_fd; in copy_siginfo_from_user32()
628 BUILD_BUG_ON(offsetof(siginfo_t, si_fd) != 0x10); in siginfo_build_tests()