Home
last modified time | relevance | path

Searched refs:thunk_pollout_tap (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/sys/arch/usermode/include/
H A Dthunk.h175 int thunk_pollout_tap(int, int);
/netbsd-src/sys/arch/usermode/dev/
H A Dif_veth.c271 if (thunk_pollout_tap(sc->sc_tapfd, 0) != 1) { in veth_start()
/netbsd-src/sys/arch/usermode/usermode/
H A Dthunk.c876 thunk_pollout_tap(int fd, int timeout) in thunk_pollout_tap() function