Searched refs:rxfd (Results 1 – 1 of 1) sorted by relevance
| /xnu-11417.121.6/tests/skywalk/ |
| H A D | skt_utunloop.c | 103 int rxfd, txfd; in skt_utunloop_xfer_slots() local 119 rxfd = os_channel_get_fd(rxchannel); in skt_utunloop_xfer_slots() 120 EV_SET(&kev, rxfd, EVFILT_READ, EV_ADD | EV_ENABLE, 0, 0, NULL); in skt_utunloop_xfer_slots() 132 threadname, kq, rxfd, txfd); in skt_utunloop_xfer_slots() 168 EV_SET(&kev, rxfd, EVFILT_READ, EV_DISABLE, 0, 0, NULL); in skt_utunloop_xfer_slots() 174 EV_SET(&kev, rxfd, EVFILT_READ, EV_ENABLE, 0, 0, NULL); in skt_utunloop_xfer_slots()
|