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

  /src/sys/arch/mac68k/dev/
adb_direct.c 723 int i, intr_on = 0; local in function:adb_intr_II
739 intr_on = 1; /* save for later */
744 if (!intr_on) {
788 if (!intr_on) {
816 if (intr_on) { /* process last byte of packet */
819 * If intr_on was true, and it's the second byte, then
adb_direct.c 723 int i, intr_on = 0; local in function:adb_intr_II
739 intr_on = 1; /* save for later */
744 if (!intr_on) {
788 if (!intr_on) {
816 if (intr_on) { /* process last byte of packet */
819 * If intr_on was true, and it's the second byte, then

Completed in 25 milliseconds