Searched refs:selcount (Results 1 – 1 of 1) sorted by relevance
1100 static int selcount(struct proc *p, u_int32_t *ibits, int nfd, int *count);1401 if ((error = selcount(p, sel->ibits, uap->nd, &seldata->count))) { in select_internal()2006 selcount(struct proc *p, u_int32_t *ibits, int nfd, int *countp) in selcount() function