Searched refs:kevin (Results 1 – 2 of 2) sorted by relevance
| /xnu-11417.140.69/tests/skywalk/ |
| H A D | skt_utun27302538.c | 60 struct kevent kevin, kevout; in thread1() local 63 memset(&kevin, 0, sizeof(kevin)); in thread1() 65 EV_SET(&kevin, os_channel_get_fd(channel), EVFILT_READ, EV_ADD | EV_ENABLE, 0, 0, NULL); in thread1() 66 error = kevent(kq, &kevin, 1, &kevout, 1, NULL); in thread1() 71 kevin.ident, kevin.filter, kevin.flags, kevin.fflags, in thread1() 72 kevin.data, kevin.udata); in thread1()
|
| H A D | skt_badring.c | 53 struct kevent kevin, kevout; in skt_badringtx_common() local 129 EV_SET(&kevin, channelfd, EVFILT_WRITE, EV_ADD | EV_ENABLE, 0, 0, NULL); in skt_badringtx_common() 131 error = kevent(kq, &kevin, 1, &kevout, 1, &ktimeout); in skt_badringtx_common() 172 struct kevent kevin, kevout; in skt_badringrx_common() local 248 EV_SET(&kevin, channelfd, EVFILT_READ, EV_ADD | EV_ENABLE, 0, 0, NULL); in skt_badringrx_common() 250 error = kevent(kq, &kevin, 1, &kevout, 1, &ktimeout); in skt_badringrx_common()
|