Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/usermode/include/
H A Dthunk.h120 int thunk_fstat_getsize(int, off_t *, ssize_t *);
/netbsd-src/sys/arch/usermode/dev/
H A Dld_thunkbus.c111 if (thunk_fstat_getsize(sc->sc_fd, &size, &blksize) == -1) { in ld_thunkbus_attach()
/netbsd-src/sys/arch/usermode/usermode/
H A Dthunk.c514 thunk_fstat_getsize(int fd, off_t *size, ssize_t *blksize) in thunk_fstat_getsize() function