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

1234567891011>>

/freebsd-10.0-release/contrib/wpa/src/eap_peer/
H A Dtncc.c513 unsigned int vendor, subtype; local
518 vendor = type >> 8;
525 if ((vendor == svendor || svendor == TNC_VENDORID_ANY) &&
/freebsd-10.0-release/contrib/wpa/src/eap_server/
H A Dtncs.c558 unsigned int vendor, subtype; local
563 vendor = type >> 8;
570 if ((vendor == svendor || svendor == TNC_VENDORID_ANY) &&
/freebsd-10.0-release/sys/compat/x86bios/
H A Dx86bios.c804 uint16_t device, vendor; local
818 /* Does it match the vendor, device, and classcode? */
819 vendor = le16toh(*(uint16_t *)(p + 0x04));
824 if (vendor != pci_get_vendor(dev) || device != pci_get_device(dev) ||
/freebsd-10.0-release/sys/geom/raid/
H A Dmd_nvidia.c835 uint16_t vendor; local
843 vendor = 0xffff;
849 g_io_getattr("GEOM::hba_vendor", cp, &len, &vendor);
855 if (vendor == 0x10de) {
862 "NVIDIA vendor mismatch 0x%04x != 0x10de",
863 vendor);
H A Dmd_sii.c284 /* Check vendor ID. */
286 G_RAID_DEBUG(1, "SiI vendor ID check failed on %s (0x%04x)",
917 uint16_t vendor; local
925 vendor = 0xffff;
931 g_io_getattr("GEOM::hba_vendor", cp, &len, &vendor);
937 if (vendor == 0x1095) {
944 "SiI vendor mismatch 0x%04x != 0x1095",
945 vendor);
H A Dmd_promise.c1101 uint16_t vendor; local
1108 vendor = 0xffff;
1114 g_io_getattr("GEOM::hba_vendor", cp, &len, &vendor);
1120 if (vendor == 0x105a || vendor == 0x1002) {
1126 "Promise/ATI vendor mismatch "
1128 vendor);
/freebsd-10.0-release/sys/dev/mly/
H A Dmly.c169 u_int16_t vendor; member in struct:mly_ident
194 for (m = mly_identifiers; m->vendor != 0; m++) {
195 if ((m->vendor == pci_get_vendor(dev)) &&
434 for (i = 0; mly_identifiers[i].vendor != 0; i++) {
435 if ((mly_identifiers[i].vendor == pci_get_vendor(sc->mly_dev)) &&
1290 * Errors can be reported using vendor-unique sense data. In this case, the
1292 * be 0x09 (vendor specific), the MSB of the ASC will be set, and the
2331 padstr(inq->vendor, mly_describe_code(mly_table_device_type, btl->mb_type), 8);
/freebsd-10.0-release/contrib/ofed/management/opensm/opensm/
H A Dosm_perfmgr.c62 #include <vendor/osm_vendor_api.h>
168 * Receive the MAD from the vendor layer and post it for processing by
251 * Bind the PerfMgr to the vendor layer for MAD sends/receives
280 pm->bind_handle = osm_vendor_bind(pm->vendor,
301 * Unbind the PerfMgr from the vendor layer for MAD sends/receives
1232 pm->vendor = osm->p_vendor;
H A Dmain.c55 #include <vendor/osm_vendor_api.h>
H A Dosm_opensm.c52 #include <vendor/osm_vendor_api.h>
H A Dosm_sa_link_record.c51 #include <vendor/osm_vendor_api.h>
/freebsd-10.0-release/sys/dev/ed/
H A Dif_ed_cbus.c800 * Probe and vendor-specific initialization routine for SIC-98 boards
861 sc->vendor = ED_VENDOR_SIC;
996 * Probe and vendor-specific initialization routine for C-NET(98) boards
1078 sc->vendor = ED_VENDOR_MISC;
1151 * Probe and vendor-specific initialization routine for C-NET(98)E/L boards
1246 * Probe and vendor-specific initialization routine for PC-9801-77 boards
1298 * Probe and vendor-specific initialization routine for EC/EP-98X boards
1422 * Probe and vendor-specific initialization routine for SB-9801 boards
1538 sc->vendor = ED_VENDOR_NOVELL;
H A Dif_ed_hpp.c96 * Probe and vendor specific initialization for the HP PC Lan+ Cards.
236 sc->vendor = ED_VENDOR_HP;
/freebsd-10.0-release/contrib/ofed/management/opensm/libvendor/
H A Dosm_vendor_mlx_hca.c47 #include <vendor/osm_vendor_api.h>
297 * Update the vendor object list of ca_info structs
397 * Given the vendor obj and a guid
H A Dosm_vendor_mtl_hca_guid.c46 #include <vendor/osm_vendor_api.h>
416 * Given the vendor obj and a guid
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 */
/freebsd-10.0-release/contrib/wpa/wpa_supplicant/
H A Dinterworking.c825 if (cred->eap_method && cred->eap_method[0].vendor == EAP_VENDOR_IETF) {
1027 ttls = cred->eap_method->vendor == EAP_VENDOR_IETF &&
1037 ssid->eap.eap_methods[1].vendor = EAP_VENDOR_IETF;
1160 cred->eap_method->vendor == EAP_VENDOR_IETF &&
1937 "vendor type %u", type);
1944 "vendor-specific ANQP OUI %06x",
/freebsd-10.0-release/sys/cam/scsi/
H A Dsmp_all.h228 uint8_t vendor[8]; member in struct:smp_report_manuf_info_response
/freebsd-10.0-release/sys/dev/firewire/
H A Dsbp.c220 char vendor[32]; member in struct:sbp_dev
396 sdev->vendor,
666 bzero(sdev->vendor, sizeof(sdev->vendor));
671 /* get vendor string */
674 crom_parse_text(cc, sdev->vendor, sizeof(sdev->vendor));
1634 * Override vendor/product/revision information.
1638 bcopy(sdev->vendor, inq->vendor, sizeo
[all...]
/freebsd-10.0-release/sys/pci/
H A Dif_rl.c579 * Probe for a RealTek 8129/8139 chip. Check the PCI vendor and device
586 uint16_t devid, revid, vendor; local
589 vendor = pci_get_vendor(dev);
593 if (vendor == RT_VENDORID && devid == RT_DEVICEID_8139) {
601 if (vendor == t->rl_vid && devid == t->rl_did) {
/freebsd-10.0-release/sbin/camcontrol/
H A Dcamcontrol.c501 char vendor[16], product[48], revision[16]; local
516 cam_strvis(vendor, dev_result->inq_data.vendor,
517 sizeof(dev_result->inq_data.vendor),
518 sizeof(vendor));
527 sprintf(tmpstr, "<%s %s %s>", vendor, product,
546 cam_strvis(vendor, sid->vendor_id,
548 sizeof(vendor));
559 vendor, product, revision, fw);
844 * standard inquiry is to get the vendor nam
7496 char vendor[16], product[48], revision[16]; local
[all...]
/freebsd-10.0-release/sbin/atm/atmconfig/
H A Ddiag.c465 const char *vendor; member in struct:__anon5768
482 aif->ifname, devs[d].vendor, devs[d].dev, aif->mib.serial,
/freebsd-10.0-release/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-10.0-release/sys/dev/drm/
H A DdrmP.h333 int vendor; member in struct:drm_pci_id_list
341 int vendor; member in struct:drm_msi_blacklist_entry
627 u_int16_t pci_vendor; /* PCI vendor id */
/freebsd-10.0-release/sys/i386/i386/
H A Didentcpu.c145 char *vendor; member in struct:__anon9818
1251 if (strcmp(cpu_vendor, cpu_vendors[i].vendor) == 0)

Completed in 383 milliseconds

1234567891011>>