/netbsd-src/sys/arch/mvmeppc/mvmeppc/ |
H A D | cpu.c | 45 void cpuattach(device_t, device_t, void *); 48 cpumatch, cpuattach, NULL, NULL); 62 cpuattach(device_t parent, device_t self, void *aux) in cpuattach() function
|
/netbsd-src/sys/arch/emips/emips/ |
H A D | cpu.c | 45 static void cpuattach(device_t, device_t, void *); 48 cpumatch, cpuattach, NULL, NULL); 63 cpuattach(device_t parent, device_t self, void *aux) in cpuattach() function
|
/netbsd-src/sys/arch/playstation2/playstation2/ |
H A D | cpu.c | 41 static void cpuattach(device_t, device_t, void *); 43 CFATTACH_DECL_NEW(cpu, 0, cpumatch, cpuattach, NULL, NULL); 61 cpuattach(struct device *parent, struct device *self, void *aux) in cpuattach() function
|
/netbsd-src/sys/arch/arc/arc/ |
H A D | cpu.c | 54 static void cpuattach(device_t, device_t, void *); 57 cpumatch, cpuattach, NULL, NULL); 72 cpuattach(device_t parent, device_t self, void *aux) in cpuattach() function
|
/netbsd-src/sys/arch/rs6000/rs6000/ |
H A D | cpu.c | 44 void cpuattach(device_t, device_t, void *); 47 cpumatch, cpuattach, NULL, NULL); 64 cpuattach(device_t parent, device_t self, void *aux) in cpuattach() function
|
/netbsd-src/sys/arch/pmax/pmax/ |
H A D | cpu.c | 45 static void cpuattach(device_t, device_t, void *); 48 cpumatch, cpuattach, NULL, NULL); 63 cpuattach(device_t parent, device_t self, void *aux) in cpuattach() function
|
/netbsd-src/sys/arch/newsmips/newsmips/ |
H A D | cpu.c | 44 static void cpuattach(device_t, device_t, void *); 47 cpumatch, cpuattach, NULL, NULL); 64 cpuattach(device_t parent, device_t self, void *aux) in cpuattach() function
|
/netbsd-src/sys/arch/mipsco/mipsco/ |
H A D | cpu.c | 44 static void cpuattach(device_t, device_t, void *); 47 cpumatch, cpuattach, NULL, NULL); 64 cpuattach(device_t parent, device_t self, void *aux) in cpuattach() function
|
/netbsd-src/sys/arch/ews4800mips/ews4800mips/ |
H A D | cpu.c | 43 static void cpuattach(device_t, device_t, void *); 46 cpumatch, cpuattach, NULL, NULL); 63 cpuattach(device_t parent, device_t self, void *aux) in cpuattach() function
|
/netbsd-src/sys/arch/hpcmips/hpcmips/ |
H A D | cpu.c | 74 static void cpuattach(device_t, device_t, void *); 77 cpumatch, cpuattach, NULL, NULL); 91 cpuattach(device_t parent, device_t self, void *aux) in cpuattach() function
|
/netbsd-src/sys/arch/ibmnws/ibmnws/ |
H A D | cpu.c | 41 void cpuattach(device_t, device_t, void *); 49 cpumatch, cpuattach, NULL, NULL); 66 cpuattach(device_t parent, device_t self, void *aux) in cpuattach() function
|
/netbsd-src/sys/arch/prep/prep/ |
H A D | cpu.c | 54 void cpuattach(device_t, device_t, void *); 57 cpumatch, cpuattach, NULL, NULL); 76 cpuattach(device_t parent, device_t self, void *aux) in cpuattach() function
|
/netbsd-src/sys/arch/bebox/bebox/ |
H A D | cpu.c | 53 void cpuattach(device_t, device_t, void *); 55 CFATTACH_DECL_NEW(cpu, 0, cpumatch, cpuattach, NULL, NULL); 70 cpuattach(device_t parent, device_t self, void *aux) in cpuattach() function
|
/netbsd-src/sys/arch/hppa/dev/ |
H A D | cpu.c | 62 void cpuattach(device_t, device_t, void *); 65 cpumatch, cpuattach, NULL, NULL); 81 cpuattach(device_t parent, device_t self, void *aux) in cpuattach() function
|
/netbsd-src/sys/arch/powerpc/ibm4xx/ |
H A D | cpu.c | 239 static void cpuattach(device_t, device_t, void *); 241 CFATTACH_DECL_NEW(cpu, 0, cpumatch, cpuattach, NULL, NULL); 271 cpuattach(device_t parent, device_t self, void *aux) in cpuattach() function
|
/netbsd-src/sys/arch/macppc/macppc/ |
H A D | cpu.c | 81 void cpuattach(device_t, device_t, void *); 87 cpumatch, cpuattach, NULL, NULL); 159 cpuattach(device_t parent, device_t self, void *aux) in cpuattach() function
|
/netbsd-src/sys/arch/alpha/alpha/ |
H A D | cpu.c | 139 static void cpuattach(device_t, device_t, void *); 142 cpumatch, cpuattach, NULL, NULL); 339 cpuattach(device_t parent, device_t self, void *aux) in cpuattach() function
|