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

  /src/sys/arch/macppc/dev/
adb_direct.c 241 void adb_soft_intr(void);
644 adb_soft_intr();
674 * will eventually call the upper half routine (adb_soft_intr).
757 * some info so adb_soft_intr can process this packet
795 adb_soft_intr();
809 adb_soft_intr(void) function in typeref:typename:void
1618 callout_reset(&adb_soft_intr_ch, 1, (void *)adb_soft_intr, NULL);
  /src/sys/arch/mac68k/dev/
adb_direct.c 298 void adb_soft_intr(void);
712 adb_soft_intr();
1153 adb_soft_intr();
1535 adb_soft_intr();
1609 * will eventually call the upper half routine (adb_soft_intr).
1703 * some info so adb_soft_intr can process this packet
1743 adb_soft_intr();
1757 adb_soft_intr(void) function in typeref:typename:void

Completed in 13 milliseconds