HomeSort by: relevance | last modified time | path
    Searched refs:thunk_open (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/arch/usermode/include/
thunk.h 118 int thunk_open(const char *, int, mode_t);
  /src/sys/arch/usermode/dev/
vatapi.c 132 sc->sc_fd = thunk_open(taa->u.vdev.path, O_RDWR, 0);
ld_thunkbus.c 106 sc->sc_fd = thunk_open(path, O_RDWR, 0);
  /src/sys/arch/usermode/usermode/
thunk.c 502 thunk_open(const char *path, int flags, mode_t mode) function in typeref:typename:int

Completed in 13 milliseconds