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

  /src/sys/dev/ic/
i82365.c 103 void pcic_event_thread(void *);
513 if (kthread_create(PRI_NONE, 0, NULL, pcic_event_thread, h,
522 pcic_event_thread(void *arg) function in typeref:typename:void
552 (void) tsleep((void *)pcic_event_thread, PWAIT,
611 panic("pcic_event_thread: unknown event %d",
i82365.c 103 void pcic_event_thread(void *);
513 if (kthread_create(PRI_NONE, 0, NULL, pcic_event_thread, h,
522 pcic_event_thread(void *arg) function in typeref:typename:void
552 (void) tsleep((void *)pcic_event_thread, PWAIT,
611 panic("pcic_event_thread: unknown event %d",

Completed in 24 milliseconds