Home
last modified time | relevance | path

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

/xnu-8020.140.41/bsd/kern/
H A Dsys_generic.c1102 static int seldrop(struct proc *p, u_int32_t *ibits, int nfd, int lim);
1531 seldrop(p, sel->ibits, uap->nd, seldata->count); in selprocess()
2154 seldrop(struct proc *p, u_int32_t *ibits, int nfd, int lim) in seldrop() function