Searched refs:vendor (Results 351 - 375 of 391) sorted by relevance

<<111213141516

/freebsd-11-stable/contrib/ofed/opensm/opensm/
H A Dosm_sa_multipath_record.c58 #include <vendor/osm_vendor_api.h>
H A Dosm_sa.c73 #include <vendor/osm_vendor_api.h>
H A Dosm_sa_mcmember_record.c60 #include <vendor/osm_vendor_api.h>
675 * group. The values chosen are vendor-dependent and beyond the scope
H A Dosm_sa_path_record.c62 #include <vendor/osm_vendor_api.h>
H A Dosm_state_mgr.c67 #include <vendor/osm_vendor_api.h>
/freebsd-11-stable/sys/cam/scsi/
H A Dscsi_sa.c4441 cam_strvis(tmpstr, cgd.inq_data.vendor,
4442 sizeof(cgd.inq_data.vendor), sizeof(tmpstr));
4443 SASBADDVARSTRDESC(sb, indent, tmpstr, %s, vendor,
4444 sizeof(cgd.inq_data.vendor) + 1, "SCSI Vendor ID");
/freebsd-11-stable/sys/amd64/linux32/
H A Dlinux32_sysvec.c1009 .vendor = GNU_ABI_VENDOR,
/freebsd-11-stable/sys/dev/scd/
H A Dscd.c636 bcopy(drive_config.vendor, namebuf, 8);
/freebsd-11-stable/sys/i386/linux/
H A Dlinux_sysvec.c976 .vendor = GNU_ABI_VENDOR,
/freebsd-11-stable/sys/dev/nxge/xgehal/
H A Dxgehal-mgmt.c40 * Retrieve information such as PCI device and vendor IDs, board
66 &about_info->vendor);
H A Dxgehal-mgmtaux.c211 __HAL_AUX_ENTRY("vendor", about_info.vendor, "0x%x");
/freebsd-11-stable/sys/dev/arcmsr/
H A Darcmsr.h966 ** vendor 40 bytes char
1012 ** vendor 40 bytes char
1175 char vendor[40]; /*5,20-59*/ member in struct:FIRMWARE_INFO
1538 **15:00 8086h Vendor ID (VID): 16-bit field which indicates that Intel is the vendor.
2646 ** Access type is Read/Write to allow the 80331 to configure the register as a different vendor ID
3031 ** 15:0 0000H Subsystem Vendor ID - This register uniquely identifies the add-in board or subsystem vendor.
5554 ** GUI_SET_VENDOR : Set vendor string for the controller
5559 ** byte 0x14--0x3B : vendor string (must be 40 bytes)
/freebsd-11-stable/sys/dev/age/
H A Dif_age.c321 uint16_t vendor, devid; local
323 vendor = pci_get_vendor(dev);
327 if (vendor == sp->age_vendorid &&
/freebsd-11-stable/sys/dev/ale/
H A Dif_ale.c341 uint16_t vendor, devid; local
343 vendor = pci_get_vendor(dev);
347 if (vendor == sp->ale_vendorid &&
/freebsd-11-stable/sys/dev/jme/
H A Dif_jme.c335 uint16_t vendor, devid; local
337 vendor = pci_get_vendor(dev);
341 if (vendor == sp->jme_vendorid &&
865 /* vendor magic. */
/freebsd-11-stable/sys/dev/bwi/
H A Dif_bwi.c266 #define VENDOR_LED_ACT(vendor) \
268 .vid = PCI_VENDOR_##vendor, \
269 .led_act = { BWI_VENDOR_LED_ACT_##vendor } \
760 "vendor 0x%04x\n", *type, *rev,
/freebsd-11-stable/sys/dev/mrsas/
H A Dmrsas.c188 uint16_t vendor; member in struct:mrsas_ident
372 for (pci_device = device_table; pci_device->vendor != 0; pci_device++) {
373 if ((pci_device->vendor == pci_get_vendor(dev)) &&
/freebsd-11-stable/sys/dev/oce/
H A Doce_if.c255 uint16_t vendor = 0; local
265 vendor = pci_get_vendor(dev);
269 if (vendor == ((supportedDevices[i] >> 16) & 0xffff)) {
/freebsd-11-stable/sys/dev/msk/
H A Dif_msk.c1184 uint16_t vendor, devid; local
1187 vendor = pci_get_vendor(dev);
1191 if (vendor == mp->msk_vendorid && devid == mp->msk_deviceid) {
3549 /* Check for vendor defined broadcast message. */
/freebsd-11-stable/sys/dev/alc/
H A Dif_alc.c654 uint16_t vendor, devid; local
656 vendor = pci_get_vendor(dev);
659 if (vendor == ident->vendorid && devid == ident->deviceid)
871 /* Another magic from vendor. */
944 /* Load DSP codes, vendor magic. */
/freebsd-11-stable/sys/dev/vxge/include/
H A Dvxgehal-ll.h3047 * @vendor: Vender name
3071 char vendor[24]; member in struct:vxge_hal_device_pmd_info_t
/freebsd-11-stable/sys/dev/vxge/vxgehal/
H A Dvxgehal-mgmt.c43 * Retrieve information such as PCI device and vendor IDs, board
86 about_info->vendor = hldev->pci_config_space_bios.vendor_id;
/freebsd-11-stable/sys/dev/drm2/
H A DdrmP.h1071 uint16_t pci_vendor; /* PCI vendor id */
1073 uint16_t pci_subvendor; /* PCI subsystem vendor id */
1681 int vendor; member in struct:drm_msi_blacklist_entry
/freebsd-11-stable/contrib/wpa/wpa_supplicant/
H A Dconfig_file.c981 name = eap_get_name(cred->eap_method[0].vendor,
/freebsd-11-stable/contrib/wpa/src/eap_server/
H A Deap_server_teap.c981 if (m && m->vendor == EAP_VENDOR_IETF &&

Completed in 447 milliseconds

<<111213141516