Searched refs:txfd (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 125 txfd = os_channel_get_fd(txchannel); in skt_utunloop_xfer_slots() 126 EV_SET(&kev, txfd, EVFILT_WRITE, EV_ADD | EV_ENABLE, 0, 0, NULL); in skt_utunloop_xfer_slots() 132 threadname, kq, rxfd, txfd); in skt_utunloop_xfer_slots() 153 EV_SET(&kev, txfd, EVFILT_WRITE, EV_DISABLE, 0, 0, NULL); in skt_utunloop_xfer_slots() 159 EV_SET(&kev, txfd, EVFILT_WRITE, EV_ENABLE, 0, 0, NULL); in skt_utunloop_xfer_slots()
|