Home
last modified time | relevance | path

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

/freebsd/usr.sbin/bluetooth/btpand/
H A Dchannel.c107 event_set(&chan->wr_ev, fd, EV_WRITE, channel_start, chan); in channel_open()
128 event_del(&chan->wr_ev); in channel_close()
184 if (event_add(&chan->wr_ev, NULL) == -1) { in channel_start()
H A Dbtpand.h102 struct event wr_ev; member