| /src/sys/arch/x86/x86/ |
| vmt.c | 47 struct cpufeature_attach_args *cfaa = aux; local 48 struct cpu_info *ci = cfaa->ci; 50 if (strcmp(cfaa->name, "vm") != 0)
|
| vmt.c | 47 struct cpufeature_attach_args *cfaa = aux; local 48 struct cpu_info *ci = cfaa->ci; 50 if (strcmp(cfaa->name, "vm") != 0)
|
| vmt.c | 47 struct cpufeature_attach_args *cfaa = aux; local 48 struct cpu_info *ci = cfaa->ci; 50 if (strcmp(cfaa->name, "vm") != 0)
|
| viac7temp.c | 69 struct cpufeature_attach_args *cfaa = aux; local 70 struct cpu_info *ci = cfaa->ci; 74 if (strcmp(cfaa->name, "temperature") != 0) 92 struct cpufeature_attach_args *cfaa = aux; local 93 struct cpu_info *ci = cfaa->ci;
|
| viac7temp.c | 69 struct cpufeature_attach_args *cfaa = aux; local 70 struct cpu_info *ci = cfaa->ci; 74 if (strcmp(cfaa->name, "temperature") != 0) 92 struct cpufeature_attach_args *cfaa = aux; local 93 struct cpu_info *ci = cfaa->ci;
|
| viac7temp.c | 69 struct cpufeature_attach_args *cfaa = aux; local 70 struct cpu_info *ci = cfaa->ci; 74 if (strcmp(cfaa->name, "temperature") != 0) 92 struct cpufeature_attach_args *cfaa = aux; local 93 struct cpu_info *ci = cfaa->ci;
|
| odcm.c | 102 struct cpufeature_attach_args *cfaa = aux; local 105 if (strcmp(cfaa->name, "frequency") != 0)
|
| via_padlock.c | 511 struct cpufeature_attach_args *cfaa = opaque; local 512 struct cpu_info *ci = cfaa->ci; 514 if (strcmp(cfaa->name, "padlock") != 0)
|
| odcm.c | 102 struct cpufeature_attach_args *cfaa = aux; local 105 if (strcmp(cfaa->name, "frequency") != 0)
|
| via_padlock.c | 511 struct cpufeature_attach_args *cfaa = opaque; local 512 struct cpu_info *ci = cfaa->ci; 514 if (strcmp(cfaa->name, "padlock") != 0)
|
| odcm.c | 102 struct cpufeature_attach_args *cfaa = aux; local 105 if (strcmp(cfaa->name, "frequency") != 0)
|
| via_padlock.c | 511 struct cpufeature_attach_args *cfaa = opaque; local 512 struct cpu_info *ci = cfaa->ci; 514 if (strcmp(cfaa->name, "padlock") != 0)
|
| coretemp.c | 131 struct cpufeature_attach_args *cfaa = aux; local 132 struct cpu_info *ci = cfaa->ci; 135 if (strcmp(cfaa->name, "temperature") != 0) 164 struct cpufeature_attach_args *cfaa = aux; local 165 struct cpu_info *ci = cfaa->ci;
|
| /src/sys/arch/arm/rockchip/ |
| rk3288_usb.c | 79 struct fdt_attach_args cfaa = *faa; local 80 cfaa.faa_phandle = child; 81 cfaa.faa_name = fdtbus_get_string(child, "name"); 82 cfaa.faa_quiet = false; 84 config_found(self, &cfaa, NULL, CFARGS_NONE);
|
| rk3288_usb.c | 79 struct fdt_attach_args cfaa = *faa; local 80 cfaa.faa_phandle = child; 81 cfaa.faa_name = fdtbus_get_string(child, "name"); 82 cfaa.faa_quiet = false; 84 config_found(self, &cfaa, NULL, CFARGS_NONE);
|
| rk3288_usb.c | 79 struct fdt_attach_args cfaa = *faa; local 80 cfaa.faa_phandle = child; 81 cfaa.faa_name = fdtbus_get_string(child, "name"); 82 cfaa.faa_quiet = false; 84 config_found(self, &cfaa, NULL, CFARGS_NONE);
|
| rk3288_iomux.c | 360 struct fdt_attach_args cfaa = *faa; local 361 cfaa.faa_phandle = child; 362 cfaa.faa_name = fdtbus_get_string(child, "name"); 363 cfaa.faa_quiet = false; 365 config_found(self, &cfaa, NULL, CFARGS_NONE);
|
| rk3328_iomux.c | 312 struct fdt_attach_args cfaa = *faa; local 313 cfaa.faa_phandle = child; 314 cfaa.faa_name = fdtbus_get_string(child, "name"); 315 cfaa.faa_quiet = false; 317 config_found(self, &cfaa, NULL, CFARGS_NONE);
|
| rk3588_iomux.c | 1033 struct fdt_attach_args cfaa = *faa; local 1034 cfaa.faa_phandle = child; 1035 cfaa.faa_name = fdtbus_get_string(child, "name"); 1036 cfaa.faa_quiet = false; 1038 config_found(self, &cfaa, NULL, CFARGS_NONE);
|
| rk_usb.c | 257 struct fdt_attach_args cfaa = *faa; local 258 cfaa.faa_phandle = child; 259 cfaa.faa_name = fdtbus_get_string(child, "name"); 260 cfaa.faa_quiet = false; 262 config_found(self, &cfaa, NULL, CFARGS_NONE);
|
| rk3288_iomux.c | 360 struct fdt_attach_args cfaa = *faa; local 361 cfaa.faa_phandle = child; 362 cfaa.faa_name = fdtbus_get_string(child, "name"); 363 cfaa.faa_quiet = false; 365 config_found(self, &cfaa, NULL, CFARGS_NONE);
|
| rk3328_iomux.c | 312 struct fdt_attach_args cfaa = *faa; local 313 cfaa.faa_phandle = child; 314 cfaa.faa_name = fdtbus_get_string(child, "name"); 315 cfaa.faa_quiet = false; 317 config_found(self, &cfaa, NULL, CFARGS_NONE);
|
| rk3588_iomux.c | 1033 struct fdt_attach_args cfaa = *faa; local 1034 cfaa.faa_phandle = child; 1035 cfaa.faa_name = fdtbus_get_string(child, "name"); 1036 cfaa.faa_quiet = false; 1038 config_found(self, &cfaa, NULL, CFARGS_NONE);
|
| rk_usb.c | 257 struct fdt_attach_args cfaa = *faa; local 258 cfaa.faa_phandle = child; 259 cfaa.faa_name = fdtbus_get_string(child, "name"); 260 cfaa.faa_quiet = false; 262 config_found(self, &cfaa, NULL, CFARGS_NONE);
|
| /src/sys/arch/aarch64/aarch64/ |
| cpu.c | 196 struct cpufeature_attach_args cfaa = { local 199 config_found(dv, &cfaa, NULL, CFARGS(.iattr = "cpufeaturebus"));
|