HomeSort by: relevance | last modified time | path
    Searched defs:tunpoll (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/net/
if_tun.c 97 static dev_type_poll(tunpoll);
108 .d_poll = tunpoll,
1024 * tunpoll - the poll interface, this is only useful on reads
1029 tunpoll(dev_t dev, int events, struct lwp *l) function in typeref:typename:int
1042 TUNDEBUG("%s: tunpoll\n", ifp->if_xname);
1046 TUNDEBUG("%s: tunpoll q=%d\n", ifp->if_xname,
1050 TUNDEBUG("%s: tunpoll waiting\n", ifp->if_xname);

Completed in 81 milliseconds