Home
last modified time | relevance | path

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

/freebsd/usr.sbin/bluetooth/btpand/
H A Dchannel.c101 event_set(&chan->rd_ev, fd, EV_READ | EV_PERSIST, channel_read, chan); in channel_open()
102 if (event_add(&chan->rd_ev, NULL) == -1) { in channel_open()
127 event_del(&chan->rd_ev); in channel_close()
H A Dbtpand.h101 struct event rd_ev; member