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

  /src/sys/dev/ic/
iha.c 189 static void iha_timeout(void *);
1023 iha_timeout(scb);
1177 callout_reset(&xs->xs_callout, timeout, iha_timeout, scb);
1355 iha_timeout(void *arg) function in typeref:typename:void
1363 printf("[debug] iha_timeout called with xs == NULL\n");
iha.c 189 static void iha_timeout(void *);
1023 iha_timeout(scb);
1177 callout_reset(&xs->xs_callout, timeout, iha_timeout, scb);
1355 iha_timeout(void *arg) function in typeref:typename:void
1363 printf("[debug] iha_timeout called with xs == NULL\n");
iha.c 189 static void iha_timeout(void *);
1023 iha_timeout(scb);
1177 callout_reset(&xs->xs_callout, timeout, iha_timeout, scb);
1355 iha_timeout(void *arg) function in typeref:typename:void
1363 printf("[debug] iha_timeout called with xs == NULL\n");

Completed in 35 milliseconds