Searched refs:model (Results 1 - 25 of 292) sorted by relevance

1234567891011>>

/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/common/
H A Dsim-model.c22 #include "sim-model.h"
41 { {"model", required_argument, NULL, OPTION_MODEL},
42 '\0', "MODEL", "Specify model to simulate",
45 { {"model-info", no_argument, NULL, OPTION_MODEL_INFO},
48 { {"info-model", no_argument, NULL, OPTION_MODEL_INFO},
63 const MODEL *model = sim_model_lookup (arg); local
64 if (! model)
66 sim_io_eprintf (sd, "unknown model `%s'\n", arg);
69 sim_model_set (sd, cpu, model);
76 const MODEL *model; local
107 model_set(sim_cpu *cpu, const MODEL *model) argument
119 sim_model_set(SIM_DESC sd, sim_cpu *cpu, const MODEL *model) argument
127 model_set (STATE_CPU (sd, c), model); local
142 const MODEL *model; local
207 const MODEL *model = sim_model_lookup (WITH_DEFAULT_MODEL); local
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.target/ia64/
H A Dsmall-addr-1.c16 extern struct T __attribute__((model (small))) v;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.target/ia64/
H A Dsmall-addr-1.c16 extern struct T __attribute__((model (small))) v;
/netbsd-6-1-5-RELEASE/sys/arch/mvmeppc/include/
H A Dplatform.h39 const char *model; member in struct:platform
/netbsd-6-1-5-RELEASE/sys/dev/mii/
H A Dmii_verbose.c65 int model; member in struct:mii_knowndev
96 mii_get_descr_real(int oui, int model) { argument
101 mii_knowndevs[i].model == model)
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/mpn/x86/fat/
H A Dfat.c52 #define MAKE_FMS(family, model) \
53 (((family) << 8) + ((model << 4)))
192 int family, model; local
199 model = ((fms >> 4) & 0xf) + ((fms >> 12) & 0xf0);
212 if (model >= 4)
222 if (model >= 2)
227 if (model >= 7)
232 if (model >= 0xD || model == 9)
252 if (model <
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/hpcarm/dev/
H A Dwzero3_usb.c117 const struct wzero3usb_model *model; local
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
150 model = wzero3usb_lookup();
151 if (model == NULL) {
152 aprint_error_dev(self, "unknown model\
[all...]
H A Dwzero3_mci.c123 const struct wzero3mci_model *model; local
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
153 model = wzero3mci_lookup();
154 if (model == NULL) {
155 aprint_error(": Unknown model
[all...]
/netbsd-6-1-5-RELEASE/sys/dev/ofisa/
H A Djoy_ofisa.c83 char *model = NULL; local
118 n = OF_getproplen(aa->oba.oba_phandle, "model");
120 model = alloca(n);
121 if (OF_getprop(aa->oba.oba_phandle, "model", model, n) != n)
122 model = NULL; /* safe; alloca */
124 if (model != NULL)
125 aprint_normal(": %s", model);
/netbsd-6-1-5-RELEASE/sys/arch/prep/include/
H A Dplatform.h41 const char *model; member in struct:platform_quirkdata
68 int find_platform_quirk(const char *model);
/netbsd-6-1-5-RELEASE/sys/dev/ic/
H A Dmpuvar.h37 const char *model; member in struct:mpu_softc
/netbsd-6-1-5-RELEASE/sys/arch/mvme68k/stand/libbug/
H A Dbugcrt.c23 bugargs.cputyp = id->model;
/netbsd-6-1-5-RELEASE/sys/arch/alpha/include/
H A Dcpuconf.h43 * The tags family and model information are strings describing the platform.
57 const char *model; /* Model (variant) Name */ member in struct:platform
/netbsd-6-1-5-RELEASE/sys/dev/isa/
H A Dif_trtcm_isa.c103 long model; member in struct:tcmcard
111 tcmaddcard(int bus, int iobase, int irq, int maddr, u_int msiz, int model, int pnpmode) argument
121 tcmcards[ntcmcards].model = model;
201 u_int16_t vendor, model; local
255 model = htons(tcmreadeeprom(iot, ioh, EEPROM_PROD_ID));
256 if (((model & 0xfff0) != 0x6190) &&
257 ((model & 0xfff0) != 0x3190)) { /* XXX hardcoded */
259 printf("trtcm: unknown model 0x%04x\n", model);
[all...]
H A Dif_ep_isa.c125 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
208 model = bswap16(epreadeeprom(iot, ioh, EEPROM_PROD_ID));
213 if ((model & 0xfff0) != PROD_ID_3C509) {
216 "ep_isa_probe: ignoring model %04x\n", model);
235 if ((model
[all...]
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/mpn/x86_64/fat/
H A Dfat.c104 int family, model; local
111 model = ((fms >> 4) & 0xf) + ((fms >> 12) & 0xf0);
123 if (model == 28)
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/v850/
H A DMakefile.in59 model.h \
60 model.c \
97 -n model.h -hm tmp-model.h \
98 -n model.c -m tmp-model.c \
112 $(SHELL) $(srcdir)/../../move-if-change tmp-model.h model.h
113 $(SHELL) $(srcdir)/../../move-if-change tmp-model.c model
[all...]
/netbsd-6-1-5-RELEASE/sys/dev/pci/
H A Dbha_pci.c98 const char *model, *intrstr; local
103 model = "BusLogic 9xxC SCSI";
105 model = "BusLogic 9xxC SCSI";
107 model = "unknown model!";
108 aprint_normal(": %s\n", model);
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/mn10300/
H A DMakefile.in61 model.h \
62 model.c \
101 -n model.h -hm tmp-model.h \
102 -n model.c -m tmp-model.c \
116 $(SHELL) $(srcdir)/../../move-if-change tmp-model.h model.h
117 $(SHELL) $(srcdir)/../../move-if-change tmp-model.c model
[all...]
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/
H A Dconfig.guess212 # NetBSD (and presumably other *BSD) "sysctl hw.model" gives for example
213 # hw.model = Apple Macintosh Quadra 610 (68040)
214 exact_cpu=`(sysctl hw.model) 2>/dev/null | sed -n 's/^.*\(680[012346]0\).*$/m\1/p'`
625 # Grep the output from sysctl hw.model on sparc or sparc64 *BSD.
629 # hw.model: Sun Microsystems UltraSparc-IIi
632 if $SHELL -c "/sbin/sysctl hw.model" 2>/dev/null >conftest.dat; then
709 int family, model, stepping;
718 model = ((fms >> 4) & 0xf) + ((fms >> 12) & 0xf0);
727 if (model <= 2) modelstr = "pentium";
728 else if (model >
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/i386/stand/lib/
H A Dbiosmca.S67 # This function initializes biosmca_ps2model with model number as
99 # save model and submodel bytes to %cx
100 movb %es:2(%bx), %ch # model (1 byte)
107 # save model
/netbsd-6-1-5-RELEASE/external/bsd/wpa/dist/wpa_supplicant/wpa_gui-qt4/
H A Dpeers.cpp70 peers->setModel(&model);
143 ctx_item = model.itemFromIndex(idx);
264 model.appendRow(item);
327 if (model.rowCount() == 0)
330 QModelIndexList lst = model.match(model.index(0, 0), peer_role_bss_id,
334 model.removeRow(lst[0].row());
405 model.appendRow(item);
431 model.clear();
446 if (model
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/sparc64/dev/
H A Drtc.c136 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);
/netbsd-6-1-5-RELEASE/sys/arch/x86/x86/
H A Dcoretemp.c217 uint32_t model, stepping; local
220 model = CPUID2MODEL(ci->ci_signature);
242 if (model == 0x0E && stepping < 0x0C) {
259 uint32_t extmodel, model, stepping; local
262 model = CPUID2MODEL(ci->ci_signature);
271 if (model == 0x17 && stepping == 0x06) {
281 if ((model == 0x0F && stepping >= 2) ||
282 (model == 0x0E && extmodel != 1)) {
298 if (model == 0x0E && extmodel != 0) {
/netbsd-6-1-5-RELEASE/sys/arch/shark/ofw/
H A Dif_cs_ofisa_machdep.c74 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)

Completed in 411 milliseconds

1234567891011>>