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

  /src/sys/arch/arm/arm32/
cpu.c 238 cpu_rescan(device_t dv, const char *ifattr, const int *locators) function in typeref:typename:int
  /src/sys/arch/aarch64/aarch64/
cpu.c 187 cpu_rescan(dv, NULL, NULL);
191 cpu_rescan(device_t dv, const char *ifattr, const int *locators) function in typeref:typename:int
  /src/sys/arch/xen/x86/
cpu.c 124 static int cpu_rescan(device_t, const char *, const int *);
143 cpu_match, cpu_attach, NULL, NULL, cpu_rescan, cpu_childdetached);
247 cpu_rescan(self, NULL, NULL);
251 cpu_rescan(device_t self, const char *ifattr, const int *locators) function in typeref:typename:int
  /src/sys/arch/x86/x86/
cpu.c 144 static int cpu_rescan(device_t, const char *, const int *);
166 cpu_match, cpu_attach, NULL, NULL, cpu_rescan, cpu_childdetached);
564 cpu_rescan(self, NULL, NULL);
568 cpu_rescan(device_t self, const char *ifattr, const int *locators) function in typeref:typename:int

Completed in 36 milliseconds