Home
last modified time | relevance | path

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

/netbsd/sys/arch/usermode/include/
H A Dthunk.h118 int thunk_open(const char *, int, mode_t);
/netbsd/sys/arch/usermode/dev/
H A Dvatapi.c132 sc->sc_fd = thunk_open(taa->u.vdev.path, O_RDWR, 0); in vatapi_attach()
H A Dld_thunkbus.c106 sc->sc_fd = thunk_open(path, O_RDWR, 0); in ld_thunkbus_attach()
/netbsd/sys/arch/usermode/usermode/
H A Dthunk.c502 thunk_open(const char *path, int flags, mode_t mode) in thunk_open() function