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

  /src/sys/arch/mac68k/mac68k/
macrom.h 67 extern u_int32_t ADBReInit_JTBL; /* pointer to patch table */
186 void *ADBReInit_JTBL;
macrom.c 1075 HwCfgFlags, HwCfgFlags2, HwCfgFlags3, ADBReInit_JTBL);
1235 ADBReInit_JTBL = rom->ADBReInit_JTBL == 0 ?
1236 0 : (u_int32_t)rom->ADBReInit_JTBL - oldbase + newbase;
1282 printf("mrg: ROM ADBReInit_JTBL 0x%08lx -> 0x%08lx\n",
1283 (long)rom->ADBReInit_JTBL, (long)ADBReInit_JTBL);
macromasm.s 98 loglob(ADBReInit_JTBL, 0xdd8) /* 4 bytes, pointer to patch table */
machdep.c 1003 ADBReInit_JTBL = getenv("ADBREINIT_JTBL");
1110 * PMgrOp, jClkNoMem, Egret, InitEgret, and ADBReInit_JTBL
1183 (void *)0x0, /* ADBReInit_JTBL */
1213 (void *)0x0, /* ADBReInit_JTBL */
1242 (void *)0x0, /* ADBReInit_JTBL */
1272 (void *)0x40a03ba6, /* ADBReInit_JTBL */
1301 (void *)0x0, /* ADBReInit_JTBL */
1331 (void *)0x408cce28, /* ADBReInit_JTBL -- from PB160*/
1361 (void *)0x408d2b64, /* ADBReInit_JTBL */
    [all...]

Completed in 13 milliseconds