Home
last modified time | relevance | path

Searched refs:si_band (Results 1 – 3 of 3) sorted by relevance

/xnu-12377.61.12/bsd/sys/
H A Dsignal.h240 long si_band; /* band event for SIGPOLL */ member
255 user_long_t si_band; /* band event for SIGPOLL */ member
268 user64_long_t si_band; /* band event for SIGPOLL */ member
281 user32_long_t si_band; /* band event for SIGPOLL */ member
/xnu-12377.61.12/bsd/dev/i386/
H A Dunix_signal.c145 out->si_band = in->si_band; /* range reduction */ in siginfo_user_to_user32_x86()
160 out->si_band = in->si_band; /* range reduction */ in siginfo_user_to_user64_x86()
/xnu-12377.61.12/bsd/kern/
H A Dkern_exit.c382 out->si_band = (user32_long_t)in->si_band; /* range reduction */ in siginfo_user_to_user32()
397 out->si_band = in->si_band; /* range reduction */ in siginfo_user_to_user64()