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

  /src/sys/dev/ic/
aic79xx.c 218 static ahd_callback_t ahd_reset_poll; variable in typeref:typename:ahd_callback_t
7729 ahd_timer_reset(&ahd->reset_timer, 0, ahd_reset_poll, ahd);
7737 ahd_reset_poll(void *arg) function in typeref:typename:void
7747 printf("ahd_reset_poll: Instance %p no longer exists\n", arg);
7758 ahd_reset_poll, ahd);

Completed in 33 milliseconds