Home
last modified time | relevance | path

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

/xnu-10063.141.1/bsd/sys/
H A Dsignal.h239 long si_band; /* band event for SIGPOLL */ member
254 user_long_t si_band; /* band event for SIGPOLL */ member
267 user64_long_t si_band; /* band event for SIGPOLL */ member
280 user32_long_t si_band; /* band event for SIGPOLL */ member
/xnu-10063.141.1/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-10063.141.1/bsd/kern/
H A Dkern_exit.c401 out->si_band = (user32_long_t)in->si_band; /* range reduction */ in siginfo_user_to_user32()
416 out->si_band = in->si_band; /* range reduction */ in siginfo_user_to_user64()