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

  /src/sys/arch/mac68k/mac68k/
macromasm.s 70 loglob(JADBProc, 0x6b8) /* ADBReinit pre/post-processing */
155 ENTRY(ADBReInit)
393 * ADBReInit on the Mac II, 0x40807834, does not save its own %D1 or %A1
macrom.h 38 extern void (*JADBProc)(void); /* ADBReInit pre/post processing */
114 void ADBReInit(void);
174 void *ADBReInit;
  /src/sys/arch/macppc/dev/
adb_direct.c 201 int adbStarting = 1; /* doing ADBReInit so do polling differently */
209 int ADBNumDevices; /* num. of ADB devices found with ADBReInit */
746 /* ignore unsolicited data during adbreinit */
1234 printf_intr("adb: ADBReInit complete\n");
1584 ADBReInit(void)
  /src/sys/arch/mac68k/dev/
adb_direct.c 244 int adbStarting = 1; /* doing ADBReInit so do polling differently */
260 int ADBNumDevices; /* num. of ADB devices found with ADBReInit */
1692 /* ignore unsolicited data during adbreinit */
2360 printf_intr("adb: ADBReInit complete\n");
2977 ADBReInit(void)

Completed in 14 milliseconds