Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/usermode/include/
H A Dthunk.h146 int thunk_ioctl(int fd, unsigned long request, void *opaque);
/netbsd-src/sys/arch/usermode/dev/
H A Dvatapi.c324 if (thunk_ioctl(sc->sc_fd, SCIOCCOMMAND, &kreq) != -1) { in vatapi_complete()
/netbsd-src/sys/arch/usermode/usermode/
H A Dthunk.c666 thunk_ioctl(int fd, unsigned long request, void *opaque) in thunk_ioctl() function