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

1 2 3 4 5 6 7 8 910

  /src/sys/arch/mvmeppc/include/
platform.h 39 const char *model; member in struct:platform
  /src/sys/arch/x86/x86/
intel_busclock.c 95 uint32_t model; local
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/dev/ic/
fmv.c 64 int model, id, type; local
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
  /src/sys/kern/
init_sysctl_base.c 204 const char *model = cpu_getmodel(); variable
208 CTLTYPE_STRING, "model",
209 SYSCTL_DESCR("Machine model"),
210 NULL, 0, __UNCONST(model), 0,
  /src/sys/arch/arc/include/
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
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/arch/sparc64/dev/
rtc.c 136 char *model; local
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/dev/mii/
ukphy.c 110 int model = MII_MODEL(ma->mii_id2); local
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
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
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
162 model = "Cirrus Logic PD6729 PCMCIA controller";
165 model = "Model unknown";
169 aprint_normal(": %s\n", model);
  /src/external/bsd/libproc/dist/
_libproc.h 44 int model; /* Process data model. */ member in struct:proc_handle
  /src/external/bsd/wpa/dist/wpa_supplicant/wpa_gui-qt4/
peers.h 79 QStandardItemModel model; member in class:Peers
  /src/external/gpl3/gcc/dist/contrib/
gen_autofdo_event.py 61 elif n[0] == 'model' and n[1] == ':':
75 def find_event(eventurl, model):
88 eventmap[event].append(model)
90 print(j['EventName'], "event for model", model, "is", event)
108 model = components[2] variable
109 model = int(model, 16) variable
111 found += find_event(baseurl + n[2], model)
151 grep -E "^model\s*:" /proc/cpuinfo | head -n1` in'''
    [all...]
  /src/external/gpl3/gcc.old/dist/contrib/
gen_autofdo_event.py 59 elif n[0] == 'model' and n[1] == ':':
73 def find_event(eventurl, model):
86 eventmap[event].append(model)
88 print j[u'EventName'], "event for model", model, "is", event
107 model = components[2] variable
108 model = int(model, 16) variable
110 found += find_event(baseurl + n[2], model)
150 egrep "^model\s*:" /proc/cpuinfo | head -n1` in''
    [all...]
  /src/external/gpl3/gdb/dist/sim/common/
sim-model.c 0 /* Model support.
27 #include "sim-model.h"
44 { {"model", required_argument, NULL, OPTION_MODEL},
45 '\0', "MODEL", "Specify model to simulate",
48 { {"model-info", no_argument, NULL, OPTION_MODEL_INFO},
51 { {"info-model", no_argument, NULL, OPTION_MODEL_INFO},
66 const SIM_MODEL *model = sim_model_lookup (sd, arg); local
67 if (! model)
69 sim_io_eprintf (sd, "unknown model `%s'\n", arg)
80 const SIM_MODEL *model; local
138 model_set (STATE_CPU (sd, c), model); local
153 const SIM_MODEL *model; local
228 const SIM_MODEL *model = sim_model_lookup (sd, STATE_MODEL_NAME (sd)); local
    [all...]
  /src/external/gpl3/gdb.old/dist/sim/common/
sim-model.c 0 /* Model support.
27 #include "sim-model.h"
44 { {"model", required_argument, NULL, OPTION_MODEL},
45 '\0', "MODEL", "Specify model to simulate",
48 { {"model-info", no_argument, NULL, OPTION_MODEL_INFO},
51 { {"info-model", no_argument, NULL, OPTION_MODEL_INFO},
66 const SIM_MODEL *model = sim_model_lookup (sd, arg); local
67 if (! model)
69 sim_io_eprintf (sd, "unknown model `%s'\n", arg)
80 const SIM_MODEL *model; local
138 model_set (STATE_CPU (sd, c), model); local
153 const SIM_MODEL *model; local
228 const SIM_MODEL *model = sim_model_lookup (sd, STATE_MODEL_NAME (sd)); local
    [all...]
  /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
empbvar.h 60 uint16_t model; member in struct:empb_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
152 pd = lookup_platform_data(model, sizeof(model));
183 model);
  /src/external/gpl3/gcc/dist/gcc/analyzer/
kf-lang-cp.cc 32 #include "analyzer/region-model.h"
90 region_model *model = cd.get_model (); variable
108 model->check_region_for_write (sized_new_reg,
121 = model->get_or_create_region_for_heap_alloc (size_sval, ctxt);
133 region_model *model = cd.get_model (); variable
145 = model->get_store_value (cd.get_lhs_region (), ctxt);
146 model->add_constraint (result, NE_EXPR, null_sval, ctxt);
165 region_model *model = cd.get_model (); variable
171 model->unbind_region_and_descendents (freed_reg,
  /src/sys/arch/arm/marvell/
kirkwood.c 236 uint16_t model; local
240 model = mvsoc_model();
241 if (model == MARVELL_KIRKWOOD_88F6281 ||
242 model == MARVELL_KIRKWOOD_88F6282)
249 if (model == MARVELL_KIRKWOOD_88F6180) {

Completed in 54 milliseconds

1 2 3 4 5 6 7 8 910