Home
last modified time | relevance | path

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

/netbsd/sys/arch/usermode/include/
H A Dthunk.h123 ssize_t thunk_read(int, void *, size_t);
/netbsd/sys/arch/usermode/dev/
H A Dif_veth.c211 len = thunk_read(sc->sc_tapfd, sc->sc_rx_buf, in veth_softrx()
/netbsd/sys/arch/usermode/usermode/
H A Dthunk.c544 thunk_read(int d, void *buf, size_t nbytes) in thunk_read() function