/src/sys/arch/mac68k/dev/ |
adb.c | 56 static void adbattach(device_t, device_t, void *); 78 adbmatch, adbattach, NULL, NULL); 94 adbattach(device_t parent, device_t self, void *aux) function in typeref:typename:void
|
/src/sys/arch/macppc/dev/ |
adb.c | 59 static void adbattach(device_t, device_t, void *); 76 adbmatch, adbattach, NULL, NULL); 99 adbattach(device_t parent, device_t self, void *aux) function in typeref:typename:void
|