Home
last modified time | relevance | path

Searched defs:ibits (Results 1 – 2 of 2) sorted by relevance

/xnu-8020.140.41/bsd/kern/
H A Dsys_generic.c1657 u_int32_t *ibits, *obits; in selscan() local
2006 selcount(struct proc *p, u_int32_t *ibits, int nfd, int *countp) in selcount()
2085 seldrop_locked(struct proc *p, u_int32_t *ibits, int nfd, int lim, int *need_wakeup) in seldrop_locked()
2154 seldrop(struct proc *p, u_int32_t *ibits, int nfd, int lim) in seldrop()
/xnu-8020.140.41/bsd/sys/
H A Duser.h202 u_int32_t *ibits, *obits; /* bits to select on */ member