| /src/sys/arch/mvmeppc/include/ |
| H A D | platform.h | 39 const char *model; member in struct:platform
|
| /src/sys/arch/hpcarm/dev/ |
| H A D | wzero3_usb.c | 117 const struct wzero3usb_model *model; local in function:wzero3usb_lookup 119 for (model = wzero3usb_table; model->platid != NULL; model++) { 120 if (platid_match(&platid, model->platid)) { 121 return model; 143 const struct wzero3usb_model *model; local in function:wzero3usb_attach 150 model = wzero3usb_lookup(); 151 if (model == NULL) { 152 aprint_error_dev(self, "unknown model\ [all...] |
| H A D | wzero3_mci.c | 123 const struct wzero3mci_model *model; local in function:wzero3mci_lookup 125 for (model = wzero3mci_table; model->platid != NULL; model++) { 126 if (platid_match(&platid, model->platid)) { 127 return model; 149 const struct wzero3mci_model *model; local in function:pxamci_attach 153 model = wzero3mci_lookup(); 154 if (model == NULL) { 155 aprint_error(": Unknown model [all...] |
| /src/sys/arch/alpha/alpha/ |
| H A D | dec_kn7aa.c | 64 if ((platform.model = alpha_dsr_sysname()) == NULL) { 66 if ((platform.model = alpha_variation_name(variation, 68 platform.model = alpha_unknown_sysname();
|
| H A D | dec_3000_500.c | 82 if ((platform.model = alpha_dsr_sysname()) == NULL) { 88 if ((platform.model = alpha_variation_name(variation, 95 platform.model = dec_3000_500_sf; 97 platform.model = dec_3000_500_sp; 99 platform.model = alpha_unknown_sysname();
|
| H A D | dec_alphabook1.c | 66 if ((platform.model = alpha_dsr_sysname()) == NULL) { 68 if ((platform.model = alpha_variation_name(variation, 70 platform.model = alpha_unknown_sysname();
|
| H A D | dec_eb64plus.c | 68 if ((platform.model = alpha_dsr_sysname()) == NULL) { 70 if ((platform.model = alpha_variation_name(variation, 72 platform.model = alpha_unknown_sysname();
|
| H A D | dec_eb66.c | 66 if ((platform.model = alpha_dsr_sysname()) == NULL) { 68 if ((platform.model = alpha_variation_name(variation, 70 platform.model = alpha_unknown_sysname();
|
| /src/sys/arch/prep/include/ |
| H A D | platform.h | 41 const char *model; member in struct:platform_quirkdata 68 int find_platform_quirk(const char *model);
|
| /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/ |
| H A D | zynq-zturn.dts | 7 model = "Zynq Z-Turn MYIR Board";
|
| H A D | zynq-zturn-v5.dts | 7 model = "Zynq Z-Turn MYIR Board V5";
|
| H A D | imx25-eukrea-mbimxsd25-baseboard-dvi-svga.dts | 9 model = "Eukrea MBIMXSD25 with the DVI-SVGA Display"; 13 model = "DVI-SVGA";
|
| H A D | imx25-eukrea-mbimxsd25-baseboard-dvi-vga.dts | 9 model = "Eukrea MBIMXSD25 with the DVI-VGA Display"; 13 model = "DVI-VGA";
|
| /src/sys/dev/spi/ |
| H A D | mcp3k.c | 66 /* mcp3x0x model description */ 224 const struct mcp3kadc_model *model = NULL; local in function:mcp3kadc_lookup 229 model = dce->data; 231 model = compat_data[cf->cf_flags].data; 233 return model; 248 * have specified a valid model. 306 const struct mcp3kadc_model *model; local in function:mcp3kadc_attach 313 model = mcp3kadc_lookup(sa, device_cfdata(self)); 314 KASSERT(model != NULL); 316 sc->sc_model = model; 419 const struct mcp3kadc_model *model; local in function:mcp3kadc_envsys_refresh [all...] |
| /src/sys/arch/epoc32/include/ |
| H A D | bootinfo.h | 50 char model[16]; member in struct:btinfo_model
|
| /src/sys/arch/mvme68k/stand/libbug/ |
| H A D | bugcrt.c | 23 bugargs.cputyp = id->model;
|
| /src/sys/dev/ic/ |
| H A D | mpuvar.h | 37 const char *model; member in struct:mpu_softc
|
| /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/allwinner/ |
| H A D | sun50i-h6-pine-h64-model-b.dts | 9 model = "Pine H64 model B"; 10 compatible = "pine64,pine-h64-model-b", "allwinner,sun50i-h6";
|
| /src/sys/dev/ofisa/ |
| H A D | mcclock_ofisa.c | 74 lookup_platform_data(char *model, size_t const size) argument 78 if (OF_getprop(OF_finddevice("/"), "model", model, size) <= 0) { 83 model[size - 1] = '\0'; 84 const char *cmodel = model; 128 char model[64]; local in function:mcclock_ofisa_attach 152 pd = lookup_platform_data(model, sizeof(model)); 183 model);
|
| /src/sys/arch/alpha/include/ |
| H A D | cpuconf.h | 43 * The tags family and model information are strings describing the platform. 57 const char *model; /* Model (variant) Name */ member in struct:platform
|
| /src/sys/dev/pci/ |
| H A D | bha_pci.c | 98 const char *model, *intrstr; local in function:bha_pci_attach 106 model = "BusLogic 9xxC SCSI"; 108 model = "BusLogic 9xxC SCSI"; 110 model = "unknown model!"; 111 aprint_normal(": %s\n", model);
|
| /src/sys/dev/isa/ |
| H A D | if_ep_isa.c | 125 long model; member in struct:epcard 130 epaddcard(int bus, int iobase, int irq, int model) argument 138 epcards[nepcards].model = model; 157 u_int16_t vendor, model, eeprom_addr_cfg; local in function:ep_isa_probe 204 model = bswap16(epreadeeprom(iot, ioh, EEPROM_PROD_ID)); 209 if ((model & 0xfff0) != PROD_ID_3C509) { 212 "ep_isa_probe: ignoring model %04x\n", model); 231 if ((model [all...] |
| /src/sys/external/bsd/compiler_rt/dist/lib/builtins/ |
| H A D | atomic.c | 162 void __atomic_load_c(int size, void *src, void *dest, int model) { argument 164 *((type*)dest) = __c11_atomic_load((_Atomic(type)*)src, model);\ 176 void __atomic_store_c(int size, void *dest, void *src, int model) { argument 178 __c11_atomic_store((_Atomic(type)*)dest, *(type*)dest, model);\ 214 void __atomic_exchange_c(int size, void *ptr, void *val, void *old, int model) { argument 217 model);\ 241 type __atomic_load_##n(type *src, int model) {\ 243 return __c11_atomic_load((_Atomic(type)*)src, model);\ 254 void __atomic_store_##n(type *dest, type val, int model) {\ 256 __c11_atomic_store((_Atomic(type)*)dest, val, model);\ [all...] |
| /src/sys/arch/epoc32/stand/e32boot/exe/ |
| H A D | e32boot.cpp | 74 char *model; member in struct:__anonca34f43f0108 132 struct btinfo_model *model; local in function:E32BootL 153 model = (struct btinfo_model *)FindBootInfoL(bootinfo, BTINFO_MODEL); 154 console->Printf(_L(">> Model %s\n"), model->model); 184 if (_L(model->model).CompareF(_L("SERIES5 R1")) == 0) 186 else if (_L(model->model).CompareF(_L("SERIES5mx")) == 0) 188 // else if (_L(model 329 struct btinfo_model *model; local in function:CreateBootInfo [all...] |
| /src/sys/arch/x86/pci/ |
| H A D | amdzentemp.c | 166 int family, model; local in function:amdzentemp_attach 173 model = CPUID_TO_MODEL(ci->ci_signature); 179 amdzentemp_init(sc, family, model); 257 amdzentemp_init(struct amdzentemp_softc *sc, int family, int model) argument 260 sc->sc_numsensors = 1 + amdzentemp_probe_ccd_sensors(sc, family, model); 312 * documented in BKDGs prior to family 15h model 00h.) 370 amdzentemp_probe_ccd_sensors17h(struct amdzentemp_softc *sc, int model) argument 374 switch (model) { 391 "Unrecognized Family 17h Model: %02xh\n", model); 399 amdzentemp_probe_ccd_sensors19h(struct amdzentemp_softc *sc, int model) argument 434 amdzentemp_probe_ccd_sensors1ah(struct amdzentemp_softc * sc,int model) argument 465 amdzentemp_probe_ccd_sensors(struct amdzentemp_softc * sc,int family,int model) argument [all...] |