Searched refs:model (Results 26 - 50 of 292) sorted by relevance

1234567891011>>

/netbsd-6-1-5-RELEASE/sys/dev/pci/
H A Di82365_pci.c119 const char *model; local
160 model = "Cirrus Logic PD6729 PCMCIA controller";
163 model = "Model unknown";
167 aprint_normal(": %s\n", model);
H A Dif_esh_pci.c110 const char *model; local
126 model = "RoadRunner HIPPI";
129 model = "RoadRunner Gig-E";
132 model = "unknown model";
136 aprint_normal(": %s\n", model);
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/mpn/x86/
H A Daorsmul_1.asm27 C P6 model 0-8,10-12) 7.5
28 C P6 model 9 (Banias)
29 C P6 model 13 (Dothan) 6.75
30 C P4 model 0 (Willamette) 24.0
31 C P4 model 1 (?) 24.0
32 C P4 model 2 (Northwood) 24.0
33 C P4 model 3 (Prescott)
34 C P4 model 4 (Nocona)
H A Dmul_1.asm27 C P6 model 0-8,10-12) 5.5
28 C P6 model 9 (Banias)
29 C P6 model 13 (Dothan) 5.25
30 C P4 model 0 (Willamette) 19.0
31 C P4 model 1 (?) 19.0
32 C P4 model 2 (Northwood) 19.0
33 C P4 model 3 (Prescott)
34 C P4 model 4 (Nocona)
/netbsd-6-1-5-RELEASE/sys/external/bsd/drm/dist/bsd-core/
H A Dnouveau_drv.c83 char model[64]; local
86 snprintf(model, 64, "%s", ident);
87 device_set_desc_copy(kdev, model);
88 DRM_DEBUG("VPD : %s\n", model);
/netbsd-6-1-5-RELEASE/external/cddl/osnet/dev/dtrace/amd64/
H A Dinstr_size.c102 dtrace_dis_isize(uchar_t *instr, dis_isize_t which, model_t model, int *rmindex) argument
109 mode = (model == DATAMODEL_LP64) ? SIZE64 : SIZE32;
/netbsd-6-1-5-RELEASE/external/cddl/osnet/dev/dtrace/i386/
H A Dinstr_size.c102 dtrace_dis_isize(uchar_t *instr, dis_isize_t which, model_t model, int *rmindex) argument
109 mode = (model == DATAMODEL_LP64) ? SIZE64 : SIZE32;
/netbsd-6-1-5-RELEASE/sys/dev/eisa/
H A Dbha_eisa.c149 const char *model, *intrstr; local
152 model = EISA_PRODUCT_BUS4201;
154 model = EISA_PRODUCT_BUS4202;
156 model = "unknown model!";
157 printf(": %s\n", model);
/netbsd-6-1-5-RELEASE/sys/arch/arm/marvell/
H A Dorion.c211 uint16_t model; local
214 model = mvsoc_model();
215 if (model == MARVELL_ORION_1_88F1181 ||
216 model == MARVELL_ORION_2_88F1281) {
227 if (model == PCI_PRODUCT_MARVELL_88F5281)
/netbsd-6-1-5-RELEASE/sys/arch/alpha/alpha/
H A Ddec_3000_500.c86 if ((platform.model = alpha_dsr_sysname()) == NULL) {
92 if ((platform.model = alpha_variation_name(variation,
99 platform.model = dec_3000_500_sf;
101 platform.model = dec_3000_500_sp;
103 platform.model = alpha_unknown_sysname();
/netbsd-6-1-5-RELEASE/sys/arch/hpcarm/dev/
H A Dwzero3_keypad.c261 const struct wzero3keypad_model *model; local
263 for (model = wzero3keypad_table; model->platid != NULL; model++) {
264 if (platid_match(&platid, model->platid)) {
265 return model;
286 const struct wzero3keypad_model *model; local
298 model = wzero3keypad_lookup();
299 if (model == NULL) {
300 aprint_error(": unknown model\
[all...]
/netbsd-6-1-5-RELEASE/sys/dev/isa/
H A Dpas.c113 int model; member in struct:pas_softc
178 pasconf(int model, int sbbase, int sbirq, int sbdrq) argument
220 if (model == PAS_16 || model == PAS_16BASIC)
370 sc->model = O_M_1_to_card[t];
371 if (sc->model != 0) {
374 DPRINTF(("pas: bogus model id\n"));
378 if (sc->model >= 0) {
383 pasconf(sc->model, ia->ia_io[0].ir_addr,
483 aprint_normal(" ProAudio Spectrum %s [rev %d] ", pasnames[sc->model],
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/iq2000/
H A DMakefile.in21 IQ2000_OBJS = iq2000.o cpu.o decode.o sem.o model.o mloop.o
31 sim-model.o \
84 model.o: $(srcdir)/model.c $(IQ2000BF_INCLUDE_DEPS)
111 cpu.h sem.c sem-switch.c model.c decode.c decode.h: $(CGEN_MAINT) stamp-cpu
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/lm32/
H A DMakefile.in12 sim-model.o \
18 cpu.o decode.o sem.o model.o mloop.o \
66 model.o: model.c $(LM32BF_INCLUDE_DEPS)
92 cpu.h sem.c sem-switch.c model.c decode.c decode.h: $(CGEN_MAINT) stamp-cpu
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/igen/
H A Dld-insn.c502 {"model", model_processor_record},
503 {"model-macro", model_macro_record},
504 {"model-data", model_data_record},
505 {"model-static", model_static_record},
506 {"model-internal", model_internal_record},
507 {"model-function", model_function_record},
627 {"model-filter", model_filter_option},
743 int is_internal, model_table *model)
773 /* parse any function-model records */
779 if (!filter_is_subset (model
739 parse_function_record(table *file, table_entry *record, function_entry ** list, function_entry ** list_entry, int is_internal, model_table *model) argument
819 parse_insn_model_record(table *file, table_entry *record, insn_entry * insn, model_table *model) argument
954 model_table *model = ZALLOC (model_table); local
1631 dump_insn_model_entry(lf *file, char *prefix, insn_model_entry *model, char *suffix) argument
1651 dump_insn_model_entries(lf *file, char *prefix, insn_model_entry *model, char *suffix) argument
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/ppc/
H A Dtable.c235 /* if following lines begin with a star, add them to the model
238 table_model_entry *model = (table_model_entry*)zalloc(sizeof(table_model_entry) local
241 entry->model_last->next = model;
243 entry->model_first = model;
244 entry->model_last = model;
249 model->fields[field] = file->pos;
260 model->fields[field] = file->pos;
270 model->line_nr = file->line_nr;
H A Dld-insn.h40 # For flags marked 'model', the fields are interpreted as follows:
48 # 4 String name for model
50 # 5 Specific CPU model, must be an identifier
164 typedef struct _model model; typedef in typeref:struct:_model
166 model *next;
204 model *models;
205 model *last_model;
/netbsd-6-1-5-RELEASE/sys/arch/sparc/sparc/
H A Dpci_machdep.c99 * we just hardcode the wiring based on the model we are running on.
129 const char *model; member in struct:mspcic_known_model
154 char *model; local
156 model = prom_getpropstringA(prom_findroot(), "model",
158 if (model == NULL)
159 panic("pci_attach_hook: no \"model\" property");
161 printf(": model %s", model);
163 for (p = mspcic_known_models; p->model !
[all...]
/netbsd-6-1-5-RELEASE/sys/dev/ic/
H A Dfmv.c64 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... */
/netbsd-6-1-5-RELEASE/sys/arch/mvme68k/stand/netboot/
H A Dconfig.h51 u_short model; member in struct:brdid
/netbsd-6-1-5-RELEASE/sys/dev/mii/
H A Dukphy.c109 int model = MII_MODEL(ma->mii_id2); local
113 if ((descr = mii_get_descr(oui, model)) != NULL)
114 aprint_normal(": %s (OUI 0x%06x, model 0x%04x), rev. %d\n",
115 descr, oui, model, rev);
117 aprint_normal(": OUI 0x%06x, model 0x%04x, rev. %d\n",
118 oui, model, rev);
/netbsd-6-1-5-RELEASE/sys/dev/ofisa/
H A Dess_ofisa.c89 char *model; local
165 n = OF_getproplen(aa->oba.oba_phandle, "model");
167 model = alloca(n);
168 if (OF_getprop(aa->oba.oba_phandle, "model", model, n) == n) {
169 aprint_normal(": %s\n", model);
H A Dsb_ofisa.c95 char *model; local
182 n = OF_getproplen(aa->oba.oba_phandle, "model");
184 model = alloca(n);
185 if (OF_getprop(aa->oba.oba_phandle, "model", model, n) == n)
186 aprint_normal(": %s\n%s", model, device_xname(self));
/netbsd-6-1-5-RELEASE/regress/sys/arch/m68k/060sp/
H A DMakefile25 @/sbin/sysctl hw.model | grep -v -q 68060 || \
/netbsd-6-1-5-RELEASE/sys/arch/arc/include/
H A Dplatform.h41 const char *model; /* Model Name */ member in struct:platform

Completed in 190 milliseconds

1234567891011>>