Searched refs:evList (Results 1 – 1 of 1) sorted by relevance
| /xnu-10063.141.1/tests/ |
| H A D | v4mappedv6_recvpktinfo.c | 209 struct kevent evList[32]; in do_kqueue() local 215 int nev = kevent(kq, NULL, 0, evList, 32, &timeout); in do_kqueue() 219 …evList[i].ident, evList[i].filter, evList[i].flags, evList[i].fflags, evList[i].data, evList[i].ud… in do_kqueue() 221 if (evList[i].filter == EVFILT_READ) { in do_kqueue()
|