/src/sys/arch/mvmeppc/include/ |
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... */
|
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...] |
/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 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);
|
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);
|
/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);
|
/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 in function:mcclock_ofisa_attach 152 pd = lookup_platform_data(model, sizeof(model)); 183 model);
|
/src/lib/librumpuser/ |
Makefile | 37 .error Unsupported curlwp scheme for thread model: ${RUMP_CURLWP} target
|
/src/sys/arch/arm/marvell/ |
kirkwood.c | 236 uint16_t model; local in function:kirkwood_getclks 240 model = mvsoc_model(); 241 if (model == MARVELL_KIRKWOOD_88F6281 || 242 model == MARVELL_KIRKWOOD_88F6282) 249 if (model == MARVELL_KIRKWOOD_88F6180) {
|
orion.c | 214 uint16_t model; local in function:orion_getclks 217 model = mvsoc_model(); 218 if (model == MARVELL_ORION_1_88F1181 || 219 model == MARVELL_ORION_2_88F1281) { 230 if (model == PCI_PRODUCT_MARVELL_88F5281)
|
/src/sys/arch/epoc32/include/ |
bootinfo.h | 50 char model[16]; member in struct:btinfo_model
|
/src/sys/arch/hpcarm/dev/ |
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...] |
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\n") [all...] |
/src/sys/arch/hpcmips/tx/ |
tx39.c | 103 int model, rev; local in function:tx_init 118 model = MIPS_PRID_REV(mips_options.mips_cpu_id); 120 switch (model) { 123 cpuname_printf("Unknown TOSHIBA TX39-series %x", model);
|
/src/sys/arch/mvme68k/stand/netboot/ |
config.h | 51 u_short model; member in struct:brdid
|
/src/sys/dev/isa/ |
pas.c | 113 int model; member in struct:pas_softc 169 pasconf(int model, int sbbase, int sbirq, int sbdrq) 211 if (model == PAS_16 || model == PAS_16BASIC) 361 sc->model = O_M_1_to_card[t]; 362 if (sc->model != 0) { 365 DPRINTF(("pas: bogus model id\n")); 369 if (sc->model >= 0) { 374 pasconf(sc->model, ia->ia_io[0].ir_addr, 474 aprint_normal(" ProAudio Spectrum %s [rev %d] ", pasnames[sc->model], [all...] |