Searched refs:vendor (Results 276 - 300 of 391) sorted by relevance

<<111213141516

/freebsd-11-stable/sys/dev/rl/
H A Dif_rl.c580 * Probe for a RealTek 8129/8139 chip. Check the PCI vendor and device
587 uint16_t devid, revid, vendor; local
590 vendor = pci_get_vendor(dev);
594 if (vendor == RT_VENDORID && devid == RT_DEVICEID_8139) {
602 if (vendor == t->rl_vid && devid == t->rl_did) {
/freebsd-11-stable/sys/dev/firewire/
H A Dsbp.c190 char vendor[32]; member in struct:sbp_dev
361 sdev->vendor,
631 bzero(sdev->vendor, sizeof(sdev->vendor));
636 /* get vendor string */
639 crom_parse_text(cc, sdev->vendor, sizeof(sdev->vendor));
1583 * Override vendor/product/revision information.
1587 bcopy(sdev->vendor, inq->vendor, sizeo
[all...]
/freebsd-11-stable/sys/dev/acpica/
H A Dacpivar.h480 int acpi_PkgFFH_IntelCpu(ACPI_OBJECT *res, int idx, int *vendor,
/freebsd-11-stable/contrib/llvm-project/lldb/source/Utility/
H A DArchSpec.cpp801 llvm::StringRef vendor; local
804 std::tie(vendor, os) = remainder.split('-');
813 if (!vendor.empty() && !os.empty()) {
814 arch.GetTriple().setVendorName(vendor);
1014 // Both architectures had the vendor specified, so if they aren't equal
1019 // Only fail if both vendor types are not unknown
/freebsd-11-stable/sbin/camcontrol/
H A Dcamcontrol.c555 char vendor[16], product[48], revision[16]; local
573 cam_strvis(vendor, dev_result->inq_data.vendor,
574 sizeof(dev_result->inq_data.vendor),
575 sizeof(vendor));
584 sprintf(tmpstr, "<%s %s %s>", vendor, product,
603 cam_strvis(vendor, sid->vendor_id,
605 sizeof(vendor));
616 vendor, product, revision, fw);
910 * standard inquiry is to get the vendor nam
8550 char vendor[16], product[48], revision[16]; local
[all...]
/freebsd-11-stable/sys/dev/dc/
H A Dif_dcreg.h821 * DEC PCI vendor ID
831 * Macronix PCI vendor ID
851 * Compex PCI vendor ID.
861 * Lite-On PNIC PCI vendor ID
882 * Davicom vendor ID.
901 * ADMtek vendor ID.
915 * 3COM PCI vendor ID
925 * ASIX vendor ID.
935 * The ASIX AX88140 and ASIX AX88141 have the same vendor and
942 * Accton vendor I
[all...]
/freebsd-11-stable/sbin/atm/atmconfig/
H A Ddiag.c465 const char *vendor; member in struct:__anon7006
482 aif->ifname, devs[d].vendor, devs[d].dev, aif->mib.serial,
/freebsd-11-stable/sys/netgraph/atm/
H A Dng_atm.c865 const char *vendor; member in struct:__anon12376
879 devices[mib->device].name, devices[mib->device].vendor);
/freebsd-11-stable/contrib/ofed/opensm/libvendor/
H A Dosm_vendor_umadt.c67 #include <vendor/osm_vendor_umadt.h>
68 #include <vendor/osm_umadt.h>
442 /* Validate the vendor mad transport handle */
H A Dosm_vendor_mlx_hca_sim.c45 #include <vendor/osm_vendor_api.h>
154 vendor ID: 0x2c9
213 vendor ID: 0x2c9
721 * Given the vendor obj and a port guid
796 * Given the vendor obj HCA ID and Port Num
H A Dosm_vendor_mlx_hca_pfs.c43 #include <vendor/osm_vendor_api.h>
108 vendor ID: 0x2c9
167 vendor ID: 0x2c9
675 * Given the vendor obj and a port guid
/freebsd-11-stable/contrib/ofed/opensm/opensm/
H A Dosm_congestion_control.c594 p_cc->vendor = p_osm->p_vendor;
747 p_cc->bind_handle = osm_vendor_bind(p_cc->vendor, &bind_info,
H A Dosm_sa_service_record.c56 #include <vendor/osm_vendor_api.h>
H A Dosm_sa_portinfo_record.c56 #include <vendor/osm_vendor_api.h>
H A Dosm_opensm.c55 #include <vendor/osm_vendor_api.h>
H A Dosm_sa_informinfo.c59 #include <vendor/osm_vendor_api.h>
H A Dosm_sm_mad_ctrl.c55 #include <vendor/osm_vendor_api.h>
/freebsd-11-stable/sys/dev/drm/
H A DdrmP.h322 int vendor; member in struct:drm_pci_id_list
330 int vendor; member in struct:drm_msi_blacklist_entry
616 u_int16_t pci_vendor; /* PCI vendor id */
/freebsd-11-stable/sys/dev/vte/
H A Dif_vte.c328 uint16_t vendor, devid; local
330 vendor = pci_get_vendor(dev);
333 if (vendor == ident->vendorid && devid == ident->deviceid)
1573 * is one of reason why vendor recommends not to
1617 * Follow the guide of vendor recommended way to reset MAC.
/freebsd-11-stable/sys/dev/pms/freebsd/driver/common/
H A Dlxcommon.h219 U16 vendorId; /* pci vendor id */
582 AGTIAPI_PRINTK("vendor id 0x%x device id 0x%x, slot %d, function %d\n", \
583 pdev->vendor, pdev->device, PCI_SLOT(pdev->devfn), PCI_FUNC(pdev->devfn)) \
/freebsd-11-stable/sys/dev/pst/
H A Dpst-iop.c136 printf("pstiop: vendor=<%.16s> product=<%.16s>\n",
137 ident->vendor, ident->product);
H A Dpst-iop.h516 u_int8_t vendor[16]; member in struct:i2o_lct_entry::i2o_device_identity
/freebsd-11-stable/sys/dev/evdev/
H A Duinput.c344 evdev_set_id(state->ucs_evdev, id->bustype, id->vendor, id->product,
/freebsd-11-stable/sys/dev/drm2/
H A Ddrm_os_freebsd.h567 int vendor; member in struct:drm_pci_id_list
/freebsd-11-stable/sys/dev/ocs_fc/
H A Docs_os.h1231 extern const char *ocs_pci_model(uint16_t vendor, uint16_t device);

Completed in 252 milliseconds

<<111213141516