Searched refs:vendor (Results 201 - 225 of 342) sorted by relevance

1234567891011>>

/freebsd-10.2-release/sys/dev/ed/
H A Dif_ed_pccard.c319 printf("vendor=%#x,product=%#x", pp->prod.pp_vendor,
712 sc->vendor = ED_VENDOR_NOVELL;
790 * Probe and vendor-specific initialization routine for ax88x90 boards
807 sc->vendor = ED_VENDOR_NOVELL;
950 sc->vendor = ED_VENDOR_NOVELL;
1023 sc->vendor = ED_VENDOR_NOVELL;
/freebsd-10.2-release/sys/dev/sound/pci/hda/
H A Dhdac.h39 #define HDA_MODEL_CONSTRUCT(vendor, model) \
40 (((uint32_t)(model) << 16) | ((vendor##_VENDORID) & 0xffff))
271 * Apple Intel MacXXXX seems using Sigmatel codec/vendor id
320 #define HDA_CODEC_CONSTRUCT(vendor, id) \
321 (((uint32_t)(vendor##_VENDORID) << 16) | ((id) & 0xffff))
H A Dhdac.c176 uint16_t vendor; member in struct:__anon10146
1081 uint16_t vendor; local
1086 device_printf(dev, "PCI card vendor: 0x%04x, device: 0x%04x\n",
1147 vendor = pci_get_vendor(dev);
1148 if (vendor == INTEL_VENDORID) {
1169 * config is pretty much vendor specific, there are no
1177 if (hdac_pcie_snoop[i].vendor != vendor)
1208 device_printf(dev, "DMA Coherency: %s / vendor=0x%04x\n",
1210 "Uncacheable" : "PCIe snoop", vendor);
[all...]
/freebsd-10.2-release/sys/dev/vxge/include/
H A Dvxgehal-mgmt.h40 * @vendor: PCI Vendor ID.
58 u16 vendor; member in struct:vxge_hal_mgmt_about_info_t
85 * Retrieve information such as PCI device and vendor IDs, board
/freebsd-10.2-release/sys/i386/xen/
H A Dlocore.s261 movl %ebx,R(cpu_vendor) # store vendor string
/freebsd-10.2-release/sys/powerpc/mpc85xx/
H A Dpci_mpc85xx.c514 uint16_t vendor, device; local
530 vendor = fsl_pcib_read_config(sc->sc_dev, bus, slot,
535 if (vendor == 0x1957 && device == 0x3fff) {
546 if (vendor == 0x1106)
/freebsd-10.2-release/sys/dev/pci/
H A Dpci.c99 static int pci_describe_parse_line(char **ptr, int *vendor,
423 /* Find a device_t by vendor/device ID */
426 pci_find_device(uint16_t vendor, uint16_t device) argument
431 if ((dinfo->cfg.vendor == vendor) &&
628 cfg->vendor = REG(PCIR_VENDOR, 2);
662 devlist_entry->conf.pc_vendor = cfg->vendor;
2558 cfg->vendor, cfg->device, cfg->revid);
3411 devid = (cfg->device << 16) | cfg->vendor;
4175 * A VENDOR line consists of the 4 digit (hex) vendor cod
4195 pci_describe_parse_line(char **ptr, int *vendor, int *device, char **desc) argument
4243 int vendor, device; local
[all...]
/freebsd-10.2-release/sys/dev/sound/pci/
H A Datiixp.c170 uint16_t vendor; member in struct:__anon10129
1171 uint16_t devid, vendor; local
1173 vendor = pci_get_vendor(dev);
1176 if (vendor == atiixp_hw[i].vendor &&
/freebsd-10.2-release/sys/ia64/ia64/
H A Dmachdep.c185 char vendor[17]; local
193 *(u_int64_t *) &vendor[0] = ia64_get_cpuid(0);
194 *(u_int64_t *) &vendor[8] = ia64_get_cpuid(1);
195 vendor[16] = '\0';
256 printf(" Origin = \"%s\" Revision = %d\n", vendor, revision);
/freebsd-10.2-release/sys/dev/pccard/
H A Dpccard.c157 uint32_t vendor, prod; local
171 if (pccard_get_vendor(dev, &vendor))
176 snprintf(str, 100, "vendor=%#x product=%#x", vendor, prod);
372 uint32_t vendor; local
384 if (pccard_get_vendor(dev, &vendor))
410 vendor != ent->pp_vendor)
/freebsd-10.2-release/sys/geom/raid/
H A Dmd_nvidia.c836 uint16_t vendor; local
845 vendor = 0xffff;
846 len = sizeof(vendor);
848 g_io_getattr("GEOM::hba_vendor", cp, &len, &vendor);
853 if (vendor == 0x10de) {
860 "NVIDIA vendor mismatch 0x%04x != 0x10de",
861 vendor);
H A Dmd_sii.c282 /* Check vendor ID. */
284 G_RAID_DEBUG(1, "SiI vendor ID check failed on %s (0x%04x)",
918 uint16_t vendor; local
927 vendor = 0xffff;
928 len = sizeof(vendor);
930 g_io_getattr("GEOM::hba_vendor", cp, &len, &vendor);
935 if (vendor == 0x1095) {
942 "SiI vendor mismatch 0x%04x != 0x1095",
943 vendor);
/freebsd-10.2-release/contrib/ofed/management/opensm/libvendor/
H A Dosm_vendor_ibumad_sa.c43 #include <vendor/osm_vendor_api.h>
44 #include <vendor/osm_vendor_sa_api.h>
215 Update lids of vendor umad_port.
276 "Failed to bind to vendor GSI\n");
H A Dosm_vendor_mlx_ibmgt.c52 #include <vendor/osm_vendor_mlx_transport.h>
53 #include <vendor/osm_vendor_mlx_dispatcher.h>
117 /* if first bind, allocate tranport_info at vendor */
120 "osmv_transport_init: first bind() for the vendor\n");
H A Dosm_vendor_mlx_sa.c45 #include <vendor/osm_vendor_api.h>
46 #include <vendor/osm_vendor_sa_api.h>
369 "Fail to bind to vendor SMI.\n");
373 /* obtain the sm_lid from the vendor */
/freebsd-10.2-release/contrib/wpa/wpa_supplicant/
H A Dconfig.c1077 start, &methods[num_methods].vendor);
1078 if (methods[num_methods].vendor == EAP_VENDOR_IETF &&
1087 } else if (methods[num_methods].vendor == EAP_VENDOR_IETF &&
1105 methods[num_methods].vendor = EAP_VENDOR_IETF;
1133 for (i = 0; eap_methods[i].vendor != EAP_VENDOR_IETF ||
1135 name = eap_get_name(eap_methods[i].vendor,
2300 method.method = eap_peer_get_type(value, &method.vendor);
2301 if (method.vendor == EAP_VENDOR_IETF &&
/freebsd-10.2-release/sys/dev/tdfx/
H A Dtdfx_pci.c158 tdfx_info->vendor = pci_get_vendor(dev);
517 copyout(&tdfx_info->vendor, piod->value, piod->size);
/freebsd-10.2-release/sys/dev/snc/
H A Ddp83932subr.c402 u_int32_t vendor = (myea[0] << 16) | (myea[1] << 8) | myea[2]; local
407 switch (vendor) {
437 typestr = "unknown (3rd vendor?)";
/freebsd-10.2-release/contrib/ofed/management/opensm/opensm/
H A Dosm_sa_guidinfo_record.c53 #include <vendor/osm_vendor_api.h>
H A Dosm_sa_mad_ctrl.c49 #include <vendor/osm_vendor_api.h>
H A Dosm_sa_node_record.c51 #include <vendor/osm_vendor_api.h>
H A Dosm_sa_pkey_record.c46 #include <vendor/osm_vendor_api.h>
H A Dosm_sa_sminfo_record.c53 #include <vendor/osm_vendor_api.h>
H A Dosm_sm_state_mgr.c60 #include <vendor/osm_vendor_api.h>
/freebsd-10.2-release/contrib/wpa/src/ap/
H A Dap_config.h117 int vendor; member in struct:hostapd_eap_user::__anon4835

Completed in 151 milliseconds

1234567891011>>