OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rd_ev
(Results
1 - 2
of
2
) sorted by relevancy
/src/usr.sbin/btpand/
channel.c
96
event_set(&chan->
rd_ev
, fd, EV_READ | EV_PERSIST, channel_read, chan);
97
if (event_add(&chan->
rd_ev
, NULL) == -1) {
122
event_del(&chan->
rd_ev
);
btpand.h
84
struct event
rd_ev
;
member in struct:channel
Completed in 11 milliseconds
Indexes created Thu Oct 02 14:10:14 GMT 2025