Home | Sort by: relevance | last modified time | path |
/src/sys/arch/arm/arm32/ | |
cpu.c | 244 cpu_childdetached(device_t dv, device_t child) function in typeref:typename:void |
/src/sys/arch/aarch64/aarch64/ | |
cpu.c | 206 cpu_childdetached(device_t dv, device_t child) function in typeref:typename:void |
/src/sys/arch/xen/x86/ | |
cpu.c | 125 static void cpu_childdetached(device_t, device_t); 143 cpu_match, cpu_attach, NULL, NULL, cpu_rescan, cpu_childdetached); 274 cpu_childdetached(device_t self, device_t child) function in typeref:typename:void |
/src/sys/arch/x86/x86/ | |
cpu.c | 145 static void cpu_childdetached(device_t, device_t); 166 cpu_match, cpu_attach, NULL, NULL, cpu_rescan, cpu_childdetached); 621 cpu_childdetached(device_t self, device_t child) function in typeref:typename:void |