Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/usermode/include/
H A Dthunk.h121 ssize_t thunk_pread(int, void *, size_t, off_t);
/netbsd-src/sys/arch/usermode/dev/
H A Dld_thunkbus.c279 ret = thunk_pread(sc->sc_fd, bp->b_data, bp->b_bcount, offset); in ld_thunkbus_complete()
/netbsd-src/sys/arch/usermode/usermode/
H A Dthunk.c532 thunk_pread(int d, void *buf, size_t nbytes, off_t offset) in thunk_pread() function