Searched refs:si_band (Results 1 – 7 of 7) sorted by relevance
145 BUILD_BUG_ON(offsetof(siginfo_t, si_band) != 0x10); in signal_compat_build_tests()147 BUILD_BUG_ON(offsetof(compat_siginfo_t, si_band) != 0x0C); in signal_compat_build_tests()
158 #define si_band _sifields._sigpoll._band macro
112 new.ssi_band = kinfo->si_band; in signalfd_copyinfo()
767 si.si_band = ~0L; in send_sigio_to_task()769 si.si_band = mangle_poll(band_table[reason - POLL_IN]); in send_sigio_to_task()
3286 to->si_band = from->si_band; in copy_siginfo_to_external32()3366 to->si_band = from->si_band; in post_copy_siginfo_from_user32()4562 CHECK_OFFSET(si_band); in siginfo_buildtime_checks()
626 BUILD_BUG_ON(offsetof(siginfo_t, si_band) != 0x0c); in siginfo_build_tests()
1103 --- SIGIO {si_signo=SIGIO, si_code=POLL_IN, si_band=65} ---