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

  /src/sys/arch/macppc/dev/
adb_direct.c 225 struct callout adb_soft_intr_ch; variable in typeref:struct:callout
998 callout_init(&adb_soft_intr_ch, 0);
1618 callout_reset(&adb_soft_intr_ch, 1, (void *)adb_soft_intr, NULL);

Completed in 12 milliseconds