Searched refs:vendor (Results 226 - 250 of 391) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/wpa/src/eap_server/
H A Deap_server_gtc.c31 if (sm->m && sm->m->vendor == EAP_VENDOR_IETF &&
/freebsd-11-stable/sys/dev/evdev/
H A Dinput.h55 uint16_t vendor; member in struct:input_id
/freebsd-11-stable/sys/compat/linuxkpi/common/include/linux/
H A Dpci.h59 uint32_t vendor; member in struct:pci_device_id
106 .vendor = PCI_VENDOR_ID_##_vendor, .device = (_device), \
109 .vendor = (_vendor), .device = (_device), \
231 uint16_t vendor; member in struct:pci_dev
/freebsd-11-stable/sys/dev/sound/pci/hda/
H A Dhdac.c186 uint16_t vendor; member in struct:__anon3
1091 uint16_t vendor; local
1096 device_printf(dev, "PCI card vendor: 0x%04x, device: 0x%04x\n",
1157 vendor = pci_get_vendor(dev);
1158 if (vendor == INTEL_VENDORID) {
1179 * config is pretty much vendor specific, there are no
1187 if (hdac_pcie_snoop[i].vendor != vendor)
1218 device_printf(dev, "DMA Coherency: %s / vendor=0x%04x\n",
1220 "Uncacheable" : "PCIe snoop", vendor);
[all...]
/freebsd-11-stable/sys/dev/sound/pci/
H A Datiixp.c170 uint16_t vendor; member in struct:__anon11663
1172 uint16_t devid, vendor; local
1174 vendor = pci_get_vendor(dev);
1177 if (vendor == atiixp_hw[i].vendor &&
/freebsd-11-stable/sys/dev/acpica/
H A Dacpi_cpu.c823 int vendor, class, accsize; local
881 if (acpi_PkgFFH_IntelCpu(pkg, 0, &vendor, &class, &address,
882 &accsize) == 0 && vendor == CST_FFH_VENDOR_INTEL) {
932 if (acpi_PkgFFH_IntelCpu(pkg, 0, &vendor, &class, &address,
933 &accsize) == 0 && vendor == CST_FFH_VENDOR_INTEL &&
/freebsd-11-stable/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-11-stable/sys/dev/pccard/
H A Dpccard.c155 uint32_t vendor, prod; local
169 if (pccard_get_vendor(dev, &vendor))
174 snprintf(str, 100, "vendor=%#x product=%#x", vendor, prod);
370 uint32_t vendor; local
382 if (pccard_get_vendor(dev, &vendor))
408 vendor != ent->pp_vendor)
/freebsd-11-stable/sys/dev/fe/
H A Dif_fe.c241 address. "Vendor" is an expected vendor code (first three bytes,)
244 fe_valid_Ether_p (u_char const * addr, unsigned vendor) argument
247 printf("fe?: validating %6D against %06x\n", addr, ":", vendor);
250 /* All zero is not allowed as a vendor code. */
253 switch (vendor) {
265 /* Make sure the vendor part matches if one is given. */
266 if ( addr[0] != ((vendor >> 16) & 0xFF)
267 || addr[1] != ((vendor >> 8) & 0xFF)
268 || addr[2] != ((vendor ) & 0xFF)) return 0;
321 * Hardware (vendor) specifi
[all...]
/freebsd-11-stable/sys/dev/hyperv/storvsc/
H A Dhv_storvsc_drv_freebsd.c2234 char vendor[16]; local
2236 cam_strvis(vendor, inq_data->vendor,
2237 sizeof(inq_data->vendor), sizeof(vendor));
2242 if (!strncmp(vendor, "Msft", 4) &&
/freebsd-11-stable/sys/dev/pci/
H A Dpci.c100 static int pci_describe_parse_line(char **ptr, int *vendor,
454 /* Find a device_t by vendor/device ID */
457 pci_find_device(uint16_t vendor, uint16_t device) argument
462 if ((dinfo->cfg.vendor == vendor) &&
683 cfg->vendor = vid;
719 devlist_entry->conf.pc_vendor = cfg->vendor;
802 cfg->vendor, cfg->device, eae->eae_bei, eae->eae_flags,
2926 cfg->vendor, cfg->device, cfg->revid);
3957 devid = (cfg->device << 16) | cfg->vendor;
4974 pci_describe_parse_line(char **ptr, int *vendor, int *device, char **desc) argument
5022 int vendor, device; local
[all...]
H A Dpcivar.h182 uint16_t subvendor; /* card vendor ID */
183 uint16_t subdevice; /* card device ID, assigned by card vendor */
184 uint16_t vendor; /* chip vendor ID */ member in struct:pcicfg
185 uint16_t device; /* chip device ID, assigned by chip vendor */
306 PCI_ACCESSOR(vendor, VENDOR, uint16_t)
/freebsd-11-stable/sys/dev/bhnd/
H A Dbhnd.c70 uint16_t vendor; /**< core designer */ member in struct:bhnd_nomatch
422 if (nm->vendor != bhnd_get_vendor(child))
461 snprintf(buf, buflen, "vendor=0x%hx device=0x%hx rev=0x%hhx",
/freebsd-11-stable/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-11-stable/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-11-stable/contrib/ofed/opensm/libvendor/
H A Dosm_vendor_mlx_sa.c46 #include <vendor/osm_vendor_api.h>
47 #include <vendor/osm_vendor_sa_api.h>
343 "Failed to bind to vendor GSI\n");
347 /* obtain the sm_lid from the vendor */
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_ibumad_sa.c44 #include <vendor/osm_vendor_api.h>
45 #include <vendor/osm_vendor_sa_api.h>
205 Update lids of vendor umad_port.
266 "Failed to bind to vendor GSI\n");
/freebsd-11-stable/sys/dev/ed/
H A Dif_ed_wd80x3.c90 * Probe and vendor-specific initialization routine for SMC/WD80x3 boards
142 sc->vendor = ED_VENDOR_WD_SMC;
H A Dif_edvar.h45 u_char vendor; /* interface vendor */ member in struct:ed_softc
/freebsd-11-stable/contrib/ofed/opensm/opensm/
H A Dosm_vl15intf.c53 #include <vendor/osm_vendor_api.h>
H A Dosm_sa_sminfo_record.c56 #include <vendor/osm_vendor_api.h>
H A Dosm_sa_pkey_record.c49 #include <vendor/osm_vendor_api.h>
H A Dosm_sa_node_record.c54 #include <vendor/osm_vendor_api.h>

Completed in 318 milliseconds

1234567891011>>