Home
last modified time | relevance | path

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

/xnu-8019.80.24/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-8019.80.24/bsd/dev/i386/
H A Dunix_signal.c144 out->si_band = in->si_band; /* range reduction */ in siginfo_user_to_user32_x86()
159 out->si_band = in->si_band; /* range reduction */ in siginfo_user_to_user64_x86()
/xnu-8019.80.24/bsd/kern/
H A Dkern_exit.c358 out->si_band = (user32_long_t)in->si_band; /* range reduction */ in siginfo_user_to_user32()
373 out->si_band = in->si_band; /* range reduction */ in siginfo_user_to_user64()