HomeSort by: relevance | last modified time | path
    Searched defs:model (Results 1 - 25 of 224) sorted by relevancy

1 2 3 4 5 6 7 8 9

  /src/sys/arch/mvmeppc/include/
platform.h 39 const char *model; member in struct:platform
platform.h 39 const char *model; member in struct:platform
  /src/sys/dev/ic/
fmv.c 64 int model, id, type; local in function:fmv_detect
77 model = bus_space_read_1(iot, ioh, FE_FMV0) & FE_FMV0_MODEL;
80 switch (model) {
139 /* Unknown card type: maybe a new model, but... */
fmv.c 64 int model, id, type; local in function:fmv_detect
77 model = bus_space_read_1(iot, ioh, FE_FMV0) & FE_FMV0_MODEL;
80 switch (model) {
139 /* Unknown card type: maybe a new model, but... */
mpuvar.h 37 const char *model; member in struct:mpu_softc
mpuvar.h 37 const char *model; member in struct:mpu_softc
  /src/sys/arch/x86/x86/
intel_busclock.c 95 uint32_t model; local in function:p3_get_bus_clock
97 model = CPUID_TO_MODEL(ci->ci_signature);
99 switch (model) {
103 case 0xc: /* Core i7, Atom, model 1 */
181 case 0x1: /* Pentium Pro, model 1 */
182 case 0x3: /* Pentium II, model 3 */
183 case 0x5: /* Pentium II, II Xeon, Celeron, model 5 */
184 case 0x6: /* Celeron, model 6 */
185 case 0x7: /* Pentium III, III Xeon, model 7 */
186 case 0x8: /* Pentium III, III Xeon, Celeron, model 8 *
    [all...]
intel_busclock.c 95 uint32_t model; local in function:p3_get_bus_clock
97 model = CPUID_TO_MODEL(ci->ci_signature);
99 switch (model) {
103 case 0xc: /* Core i7, Atom, model 1 */
181 case 0x1: /* Pentium Pro, model 1 */
182 case 0x3: /* Pentium II, model 3 */
183 case 0x5: /* Pentium II, II Xeon, Celeron, model 5 */
184 case 0x6: /* Celeron, model 6 */
185 case 0x7: /* Pentium III, III Xeon, model 7 */
186 case 0x8: /* Pentium III, III Xeon, Celeron, model 8 *
    [all...]
  /src/sys/arch/arc/include/
platform.h 41 const char *model; /* Model Name */ member in struct:platform
platform.h 41 const char *model; /* Model Name */ member in struct:platform
  /src/sys/arch/shark/ofw/
if_cs_ofisa_machdep.c 74 char model[64]; local in function:cs_ofisa_md_match
87 /* Full match on model. */
88 if (OF_getprop(aa->oba.oba_phandle, "model", model,
89 sizeof(model)) > 0 && strcmp(model, "CS8900") == 0)
if_cs_ofisa_machdep.c 74 char model[64]; local in function:cs_ofisa_md_match
87 /* Full match on model. */
88 if (OF_getprop(aa->oba.oba_phandle, "model", model,
89 sizeof(model)) > 0 && strcmp(model, "CS8900") == 0)
  /src/sys/dev/mii/
ukphy.c 110 int model = MII_MODEL(ma->mii_id2); local in function:ukphyattach
114 if (mii_get_descr(descr, sizeof(descr), oui, model) && descr[0])
115 aprint_normal(": %s (OUI 0x%06x, model 0x%04x), rev. %d\n",
116 descr, oui, model, rev);
118 aprint_normal(": OUI 0x%06x, model 0x%04x, rev. %d\n",
119 oui, model, rev);
ukphy.c 110 int model = MII_MODEL(ma->mii_id2); local in function:ukphyattach
114 if (mii_get_descr(descr, sizeof(descr), oui, model) && descr[0])
115 aprint_normal(": %s (OUI 0x%06x, model 0x%04x), rev. %d\n",
116 descr, oui, model, rev);
118 aprint_normal(": OUI 0x%06x, model 0x%04x, rev. %d\n",
119 oui, model, rev);
gentbi.c 142 int model = MII_MODEL(ma->mii_id2); local in function:gentbiattach
146 mii_get_descr(descr, sizeof(descr), oui, model);
148 aprint_normal(": %s (OUI 0x%06x, model 0x%04x), rev. %d\n",
149 descr, oui, model, rev);
151 aprint_normal(": OUI 0x%06x, model 0x%04x, rev. %d\n",
152 oui, model, rev);
160 sc->mii_mpd_model = model;
  /src/sys/dev/pci/
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);
i82365_pci.c 119 const char *model; local in function:pcic_pci_attach
162 model = "Cirrus Logic PD6729 PCMCIA controller";
165 model = "Model unknown";
169 aprint_normal(": %s\n", model);
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);
i82365_pci.c 119 const char *model; local in function:pcic_pci_attach
162 model = "Cirrus Logic PD6729 PCMCIA controller";
165 model = "Model unknown";
169 aprint_normal(": %s\n", model);
  /src/sys/arch/sparc64/dev/
rtc.c 136 char *model; local in function:rtc_ebus_attach
153 model = prom_getpropstring(ea->ea_node, "model");
155 if (model == NULL)
156 panic("clockattach_rtc: no model property");
168 aprint_normal(": %s\n", model);
rtc.c 136 char *model; local in function:rtc_ebus_attach
153 model = prom_getpropstring(ea->ea_node, "model");
155 if (model == NULL)
156 panic("clockattach_rtc: no model property");
168 aprint_normal(": %s\n", model);
  /src/sys/arch/alpha/include/
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/arch/amiga/pci/
em4kvar.h 45 uint16_t model; member in struct:em4k_softc
  /src/sys/arch/prep/include/
platform.h 41 const char *model; member in struct:platform_quirkdata
68 int find_platform_quirk(const char *model);
  /src/sys/dev/ofisa/
mcclock_ofisa.c 74 lookup_platform_data(char *model, size_t const size)
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);

Completed in 165 milliseconds

1 2 3 4 5 6 7 8 9