Searched refs:model (Results 51 - 75 of 151) sorted by relevance

1234567

/freebsd-11-stable/sys/dev/ixl/
H A Di40e_lan_hmc.h175 enum i40e_hmc_model model);
/freebsd-11-stable/contrib/ntp/ntpd/
H A Drefclock_oncore.c306 enum oncore_model model; member in struct:instance
625 instance->model = ONCORE_UNKNOWN;
2057 * Nb. @@Ay is not supported for early UT (no plus) model
2919 /* from model number decide which Oncore this is,
2933 instance->model = ONCORE_PVT6;
2936 instance->model = ONCORE_BASIC;
2939 instance->model = ONCORE_VP;
2942 instance->model = ONCORE_M12;
2946 instance->model = ONCORE_GT;
2949 instance->model
[all...]
/freebsd-11-stable/sys/dev/digi/
H A Ddigi.c234 if (sc->link.data == NULL && sc->model >= PCCX) {
263 switch (sc->model) {
342 } else if (sc->model == PCXEVE) {
382 switch (sc->model) {
386 ptr = sc->setwin(sc, sc->model == PCXI ? 0x2000 : 0x0);
500 if (sc->model >= PCXEM) {
555 if (sc->model == PCXEVE) {
562 } else if (sc->model == PCXI || sc->model == PCXE) {
900 *(enum digi_model *)data = sc->model;
[all...]
/freebsd-11-stable/contrib/ncurses/
H A Dmk-1st.awk32 # Generate list of objects for a given model library
38 # model (directory into which we compile, e.g., "obj")
270 printf "# overriding model from %s to match CXX_MODEL\n", MODEL;
282 printf "# model: %s\n", model
346 printf " \\\n\t../%s/%s$o", model, $1;
/freebsd-11-stable/contrib/bmake/mk/
H A Dauto.dep.mk54 # doing 'make depend' isn't a big win with this model
/freebsd-11-stable/contrib/ofed/infiniband-diags/src/
H A Dibsysstat.c65 char *model; member in struct:cpu_info
155 n = snprintf(s, sz, "cpu %d: model %s MHZ %s\n",
156 i, cpus[i].model, cpus[i].mhz);
/freebsd-11-stable/crypto/openssh/
H A Dssh-pkcs11.c660 rmspace(token->model, sizeof(token->model));
663 "model <%s> serial <%s> flags 0x%lx",
665 token->label, token->manufacturerID, token->model,
/freebsd-11-stable/sys/compat/linprocfs/
H A Dlinprocfs.c202 char model[128]; local
224 model[0] = '\0';
225 size = sizeof(model);
226 if (kernel_sysctl(td, hw_model, 2, &model, &size, 0, 0, 0, 0) != 0)
227 strcpy(model, "unknown");
233 "model\t\t: %u\n"
234 "model name\t: %s\n"
237 CPUID_TO_MODEL(cpu_id), model, cpu_id & CPUID_STEPPING);
238 /* XXX per-cpu vendor / class / model / id? */
/freebsd-11-stable/sys/dev/smartpqi/
H A Dsmartpqi_discovery.c870 memcpy(device->model, &inq_buff[16],
871 sizeof(device->model));
872 DBG_INFO("DEV_TYPE: %x VENDOR: %s MODEL: %s\n", device->devtype, device->vendor, device->model);
1060 memcpy(device_exist->model, new_device->model,
1061 sizeof(device_exist->model));
1185 DBG_INFO("vendor: %s model: %s bus:%d target:%d lun:%d is_physical_device:0x%x expose_device:0x%x volume_offline 0x%x volume_status 0x%x \n",
1186 device->vendor, device->model, device->bus, device->target, device->lun, device->is_physical_device, device->expose_device, device->volume_offline, device->volume_status);
1204 DBG_INFO("vendor: %s model: %s bus:%d target:%d lun:%d is_physical_device:0x%x expose_device:0x%x volume_offline 0x%x volume_status 0x%x \n",
1205 device->vendor, device->model, devic
[all...]
/freebsd-11-stable/contrib/expat/lib/
H A Dexpat.h166 description of the model argument. It's the caller's responsibility
167 to free model when finished with it.
171 XML_Content *model);
947 /* Frees the content model passed to the element declaration handler */
949 XML_FreeContentModel(XML_Parser parser, XML_Content *model);
/freebsd-11-stable/sys/dev/acpica/
H A Dacpi_battery.c427 acpi_battery_clean_str(ioctl_arg->bix.model,
428 sizeof(ioctl_arg->bix.model));
H A Dacpi_smbat.c471 sc->bix.model, sizeof(sc->bix.model)))
/freebsd-11-stable/sys/contrib/octeon-sdk/
H A Dcvmx-nand.h412 char model[20]; /**< Bytes 40-63: Device model (20 ASCII characters) */ member in struct:__anon8655
H A Dcvmx-mdio.h145 uint16_t model : 6; member in struct:__anon8610::__anon8611
/freebsd-11-stable/sys/x86/bios/
H A Dvpd.c109 static SYSCTL_NODE(_hw_vpd_machine, OID_AUTO, model, CTLFLAG_RD, NULL, NULL);
/freebsd-11-stable/sys/dev/syscons/
H A Dsysmouse.c144 hw->model = MOUSE_MODEL_GENERIC;
/freebsd-11-stable/sys/sys/
H A Dmouse.h87 int model; /* I/F dependent model ID: MOUSE_MODEL_XXX */ member in struct:mousehw
158 /* model */
/freebsd-11-stable/sys/arm/arm/
H A Didentcpu-v6.c60 SYSCTL_STRING(_hw, HW_MODEL, model, CTLFLAG_RD,
61 cpu_model, sizeof(cpu_model), "Machine model");
/freebsd-11-stable/usr.sbin/acpi/acpiconf/
H A Dacpiconf.c150 printf("Model number:\t\t%s\n", battio.bix.model);
/freebsd-11-stable/contrib/tcpdump/
H A Dprint-snmp.c1745 int model; local
1820 model = elem.data.integer;
1831 if (model == 3) {
1836 ND_PRINT((ndo, "[security model %d]", model));
1854 if (model == 3) {
/freebsd-11-stable/usr.sbin/moused/
H A Dmoused.c278 /* Logitech MouseMan (new 4 button model) */
547 static const char *r_model(int model);
645 else if (strcmp(optarg, "model") == 0)
909 r_name(rodent.rtype), r_model(rodent.hw.model));
917 printf("%s\n", r_model(rodent.hw.model));
920 debug("port: %s interface: %s type: %s model: %s",
922 r_name(rodent.rtype), r_model(rodent.hw.model));
1381 " moused [-d] -i <port|if|type|model|all> -p <port>");
1506 rodent.hw.model = MOUSE_MODEL_GENERIC;
1558 rodent.hw.model
1604 r_model(int model) argument
[all...]
/freebsd-11-stable/sys/dev/atkbdc/
H A Dpsm.c487 #define PSM_CONFIG_NOIDPROBE 0x0200 /* disable mouse model probe */
677 int model; member in struct:__anon5
948 model_name(int model) argument
973 if (models[i].model_code == model)
1086 if (vendortype[i].model == sc->hw.model)
1129 if (sc->hw.model == MOUSE_MODEL_SYNAPTICS) {
1157 if (sc->hw.model == MOUSE_MODEL_GENERIC) {
1591 model_name(vendortype[i].model));
1596 sc->hw.model
[all...]
/freebsd-11-stable/sbin/camcontrol/
H A Dfwdownload.c303 cam_strvis((u_char *)vendor, ident_buf->model,
304 sizeof(ident_buf->model), sizeof(vendor));
/freebsd-11-stable/sys/dev/sound/pci/hda/
H A Dhdaa_patches.c48 uint32_t model; member in struct:__anon5223
501 if (!(HDA_DEV_MATCH(hdac_quirks[i].model, subid) &&
/freebsd-11-stable/sys/dev/aha/
H A Dahareg.h365 char model[32]; member in struct:aha_softc

Completed in 411 milliseconds

1234567