Home
last modified time | relevance | path

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

/xnu-11215.1.10/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-11215.1.10/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-11215.1.10/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()