Home
last modified time | relevance | path

Searched refs:kevin (Results 1 – 2 of 2) sorted by relevance

/xnu-11215.61.5/tests/skywalk/
H A Dskt_utun27302538.c60 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 Dskt_badring.c53 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()