Searched refs:selcount (Results 1 – 1 of 1) sorted by relevance
1037 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