Home
last modified time | relevance | path

Searched refs:thunk_write (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/sys/arch/usermode/include/
H A Dthunk.h124 ssize_t thunk_write(int, const void *, size_t);
/netbsd-src/sys/arch/usermode/dev/
H A Dif_veth.c282 len = thunk_write(sc->sc_tapfd, sc->sc_tx_buf, in veth_start()
H A Dttycons.c331 len = thunk_write(1, p, brem); in ttycons_start()
/netbsd-src/sys/arch/usermode/usermode/
H A Dthunk.c550 thunk_write(int d, const void *buf, size_t nbytes) in thunk_write() function