Home
last modified time | relevance | path

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

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