Home
last modified time | relevance | path

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

/netbsd/src/sys/dev/hpc/
Dhpcfb.c184 static void hpcfb_thread(void *);
334 if (kthread_create(PRI_NONE, 0, NULL, hpcfb_thread, sc, in hpcfbattach()
351 hpcfb_thread(void *arg) in hpcfb_thread() function