Searched refs:sel_pass (Results 1 - 1 of 1) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dsys_generic.c920 extern int selprocess(int error, int sel_pass);
922 int nfd, register_t *retval, int sel_pass, wait_queue_sub_t wqsub);
1094 selprocess(int error, int sel_pass) argument
1118 if ((error != 0) && (sel_pass == SEL_FIRSTPASS))
1131 if (sel_pass == SEL_FIRSTPASS)
1134 error = selscan(p, sel, uap->nd, retval, sel_pass, (wait_queue_sub_t)uth->uu_wqset);
1162 sel_pass = SEL_FIRSTPASS;
1175 if ((sel_pass == SEL_SECONDPASS) || ((p->p_flag & P_SELECT) == 0)) {
1176 sel_pass = SEL_FIRSTPASS;
1183 if (sel->count &&(sel_pass
1237 selscan(struct proc *p, struct _select *sel, int nfd, register_t *retval, int sel_pass, wait_queue_sub_t wqsub) argument
[all...]

Completed in 24 milliseconds