/src/sys/arch/mvmeppc/mvmeppc/ |
cpu.c | 44 int cpumatch(device_t, cfdata_t, void *); 48 cpumatch, cpuattach, NULL, NULL); 53 cpumatch(device_t parent, cfdata_t cfdata, void *aux) function in typeref:typename:int
|
/src/sys/arch/arc/arc/ |
cpu.c | 53 static int cpumatch(device_t, cfdata_t, void *); 57 cpumatch, cpuattach, NULL, NULL); 60 cpumatch(device_t parent, cfdata_t cf, void *aux) function in typeref:typename:int
|
/src/sys/arch/emips/emips/ |
cpu.c | 44 static int cpumatch(device_t, cfdata_t, void *); 48 cpumatch, cpuattach, NULL, NULL); 51 cpumatch(device_t parent, cfdata_t cf, void *aux) function in typeref:typename:int
|
/src/sys/arch/hpcmips/hpcmips/ |
cpu.c | 73 static int cpumatch(device_t, cfdata_t, void *); 77 cpumatch, cpuattach, NULL, NULL); 82 cpumatch(device_t parent, cfdata_t cf, void *aux) function in typeref:typename:int
|
/src/sys/arch/mipsco/mipsco/ |
cpu.c | 43 static int cpumatch(device_t, cfdata_t, void *); 47 cpumatch, cpuattach, NULL, NULL); 52 cpumatch(device_t parent, cfdata_t cfdata, void *aux) function in typeref:typename:int
|
/src/sys/arch/newsmips/newsmips/ |
cpu.c | 43 static int cpumatch(device_t, cfdata_t, void *); 47 cpumatch, cpuattach, NULL, NULL); 52 cpumatch(device_t parent, cfdata_t cfdata, void *aux) function in typeref:typename:int
|
/src/sys/arch/playstation2/playstation2/ |
cpu.c | 40 static int cpumatch(device_t, cfdata_t, void *); 43 CFATTACH_DECL_NEW(cpu, 0, cpumatch, cpuattach, NULL, NULL); 49 cpumatch(device_t parent, cfdata_t cf, void *aux) function in typeref:typename:int
|
/src/sys/arch/pmax/pmax/ |
cpu.c | 44 static int cpumatch(device_t, cfdata_t, void *); 48 cpumatch, cpuattach, NULL, NULL); 51 cpumatch(device_t parent, cfdata_t cf, void *aux) function in typeref:typename:int
|
/src/sys/arch/rs6000/rs6000/ |
cpu.c | 43 int cpumatch(device_t, cfdata_t, void *); 47 cpumatch, cpuattach, NULL, NULL); 52 cpumatch(device_t parent, cfdata_t cfdata, void *aux) function in typeref:typename:int
|
/src/sys/arch/ews4800mips/ews4800mips/ |
cpu.c | 42 static int cpumatch(device_t, cfdata_t, void *); 46 cpumatch, cpuattach, NULL, NULL); 51 cpumatch(device_t parent, cfdata_t cf, void *aux) function in typeref:typename:int
|
/src/sys/arch/ibmnws/ibmnws/ |
cpu.c | 40 int cpumatch(device_t, cfdata_t, void *); 49 cpumatch, cpuattach, NULL, NULL); 54 cpumatch(device_t parent, cfdata_t cfdata, void *aux) function in typeref:typename:int
|
/src/sys/arch/bebox/bebox/ |
cpu.c | 52 int cpumatch(device_t, cfdata_t, void *); 55 CFATTACH_DECL_NEW(cpu, 0, cpumatch, cpuattach, NULL, NULL); 60 cpumatch(device_t parent, cfdata_t cfdata, void *aux) function in typeref:typename:int
|
/src/sys/arch/prep/prep/ |
cpu.c | 53 int cpumatch(device_t, cfdata_t, void *); 57 cpumatch, cpuattach, NULL, NULL); 62 cpumatch(device_t parent, cfdata_t cfdata, void *aux) function in typeref:typename:int
|
/src/sys/arch/powerpc/ibm4xx/ |
cpu.c | 238 static int cpumatch(device_t, cfdata_t, void *); 241 CFATTACH_DECL_NEW(cpu, 0, cpumatch, cpuattach, NULL, NULL); 259 cpumatch(device_t parent, cfdata_t cf, void *aux) function in typeref:typename:int
|
/src/sys/arch/hppa/dev/ |
cpu.c | 61 int cpumatch(device_t, cfdata_t, void *); 65 cpumatch, cpuattach, NULL, NULL); 68 cpumatch(device_t parent, cfdata_t cf, void *aux) function in typeref:typename:int
|
/src/sys/arch/macppc/macppc/ |
cpu.c | 80 int cpumatch(device_t, cfdata_t, void *); 87 cpumatch, cpuattach, NULL, NULL); 101 cpumatch(device_t parent, cfdata_t cf, void *aux) function in typeref:typename:int
|
/src/sys/arch/alpha/alpha/ |
cpu.c | 138 static int cpumatch(device_t, cfdata_t, void *); 142 cpumatch, cpuattach, NULL, NULL); 324 cpumatch(device_t parent, cfdata_t cfdata, void *aux) function in typeref:typename:int
|