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

  /src/sys/arch/usermode/include/
thunk.h 146 int thunk_ioctl(int fd, unsigned long request, void *opaque);
  /src/sys/arch/usermode/dev/
vatapi.c 324 if (thunk_ioctl(sc->sc_fd, SCIOCCOMMAND, &kreq) != -1) {
345 printf("thunk_ioctl == -1, errno %d\n", thunk_geterrno());
  /src/sys/arch/usermode/usermode/
thunk.c 666 thunk_ioctl(int fd, unsigned long request, void *opaque) function in typeref:typename:int

Completed in 30 milliseconds