Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/kern/
H A Dsys_generic.c1037 static int selcount(struct proc *p, u_int32_t *ibits, int nfd, int *count);
1335 if ((error = selcount(p, sel->ibits, uap->nd, &seldata->count))) { in select_internal()
1943 selcount(struct proc *p, u_int32_t *ibits, int nfd, int *countp) in selcount() function