Lines Matching refs:rev
146 struct ril_event * rev = watch_table[i]; in removeWatch() local
148 if ((rev != NULL) && (rev->fd > n)) { in removeWatch()
149 n = rev->fd; in removeWatch()
188 struct ril_event * rev = watch_table[i]; in processReadReadies() local
189 if (rev != NULL && FD_ISSET(rev->fd, rfds)) { in processReadReadies()
190 addToList(rev, &pending_list); in processReadReadies()
191 if (rev->persist == false) { in processReadReadies()
192 removeWatch(rev, i); in processReadReadies()
335 struct ril_event * rev = watch_table[i]; in printReadies() local
336 if (rev != NULL && FD_ISSET(rev->fd, rfds)) { in printReadies()
337 dlog("DON: fd=%d is ready", rev->fd); in printReadies()