HomeSort by: relevance | last modified time | path
    Searched defs:vndthread (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/dev/
vnd.c 189 static void vndthread(void *);
639 vndthread(void *arg) function
662 printf("vndthread: vp %p, %s\n", vnd->sc_vp,
694 printf("vndthread(%p)\n", obp);
1515 error = kthread_create(PRI_NONE, 0, NULL, vndthread, vnd,

Completed in 66 milliseconds