Searched refs:si_band (Results 1 – 11 of 11) sorted by relevance
110 __SI_BAND_TYPE si_band; /* Band event for SIGPOLL. */ member143 #define si_band _sifields._sigpoll.si_band macro
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
102 new.ssi_band = kinfo->si_band; in signalfd_copyinfo()
775 si.si_band = ~0L; in send_sigio_to_task()777 si.si_band = mangle_poll(band_table[reason - POLL_IN]); in send_sigio_to_task()
3315 to->si_band = from->si_band; in copy_siginfo_to_external32()3395 to->si_band = from->si_band; in post_copy_siginfo_from_user32()4607 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} ---