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

1234567891011>>

/freebsd-11-stable/sys/dev/amdtemp/
H A Damdtemp.c215 uint16_t vendor, devid; local
217 vendor = pci_get_vendor(dev);
221 if (vendor == amdtemp_products[i].amdtemp_vendorid &&
/freebsd-11-stable/sys/geom/raid/
H A Dmd_jmicron.c831 uint16_t vendor; local
840 vendor = 0xffff;
841 len = sizeof(vendor);
843 g_io_getattr("GEOM::hba_vendor", cp, &len, &vendor);
848 if (vendor == 0x197b) {
855 "JMicron vendor mismatch 0x%04x != 0x197b",
856 vendor);
/freebsd-11-stable/sys/dev/bhnd/bcma/
H A Dbcma.c138 *result = ci->vendor;
150 *result = (uintptr_t) bhnd_vendor_name(ci->vendor);
/freebsd-11-stable/sys/x86/cpufreq/
H A Dsmist.c111 uint16_t vendor; member in struct:piix4_pci_device
301 if ((piix4 = pci_find_device(id->vendor, id->device)) != NULL)
/freebsd-11-stable/sys/xen/interface/
H A Dplatform.h284 } vendor; member in union:xenpf_firmware_info::__anon13583::xenpf_efi_info
296 uint16_t vendor; member in struct:xenpf_firmware_info::__anon13583::xenpf_efi_info::__anon13590
/freebsd-11-stable/sys/dev/smartpqi/
H A Dsmartpqi_discovery.c868 memcpy(device->vendor, &inq_buff[8],
869 sizeof(device->vendor));
872 DBG_INFO("DEV_TYPE: %x VENDOR: %s MODEL: %s\n", device->devtype, device->vendor, device->model);
1058 memcpy(device_exist->vendor, new_device->vendor,
1059 sizeof(device_exist->vendor));
1185 DBG_INFO("vendor: %s model: %s bus:%d target:%d lun:%d is_physical_device:0x%x expose_device:0x%x volume_offline 0x%x volume_status 0x%x \n",
1186 device->vendor, device->model, device->bus, device->target, device->lun, device->is_physical_device, device->expose_device, device->volume_offline, device->volume_status);
1204 DBG_INFO("vendor: %s model: %s bus:%d target:%d lun:%d is_physical_device:0x%x expose_device:0x%x volume_offline 0x%x volume_status 0x%x \n",
1205 device->vendor, devic
[all...]
/freebsd-11-stable/contrib/netbsd-tests/dev/scsipi/libscsitest/
H A Dscsitest.c126 strcpy(inqbuf->vendor, "RUMPHOBO");
/freebsd-11-stable/sys/dev/bhnd/siba/
H A Dsiba_subr.c48 * Map a siba(4) OCP vendor code to its corresponding JEDEC JEP-106 vendor
51 * @param ocp_vendor An OCP vendor code.
53 * BHND_MFGID_INVALID if the OCP vendor is unknown.
95 .vendor = siba_get_bhnd_mfgid(ocp_vendor),
/freebsd-11-stable/sys/dev/bwn/
H A Dif_bwn_pci.c139 if (pci_get_vendor(dev) == dv->vendor &&
/freebsd-11-stable/sys/dev/pccard/
H A Dpccardvar.h208 PCCARD_ACCESSOR(vendor, VENDOR, uint32_t)
/freebsd-11-stable/sys/dev/ed/
H A Dif_ed_3c503.c67 * Probe and vendor-specific initialization routine for 3Com 3c503 boards
182 sc->vendor = ED_VENDOR_3COM;
H A Dif_ed_novell.c65 * Probe and vendor-specific initialization routine for NE1000/2000 boards
105 sc->vendor = ED_VENDOR_NOVELL;
H A Dif_ed_pccard.c320 printf("vendor=%#x,product=%#x", pp->prod.pp_vendor,
713 sc->vendor = ED_VENDOR_NOVELL;
791 * Probe and vendor-specific initialization routine for ax88x90 boards
808 sc->vendor = ED_VENDOR_NOVELL;
951 sc->vendor = ED_VENDOR_NOVELL;
1024 sc->vendor = ED_VENDOR_NOVELL;
/freebsd-11-stable/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-11-stable/contrib/ofed/opensm/libvendor/
H A Dosm_pkt_randomizer.c46 #include <vendor/osm_pkt_randomizer.h>
H A Dosm_vendor_mtl.c48 #include <vendor/osm_vendor_mtl.h>
49 #include <vendor/osm_vendor_api.h>
52 #include <vendor/osm_vendor_mtl_transaction_mgr.h>
53 #include <vendor/osm_mtl_bind.h>
322 "Fail to allocate vendor mgt handle.\n");
364 "Fail to allocate vendor object.\n");
483 /* init some fields of the vendor wrapper */
614 /* cast back the AL handle to vendor mgt bind */
1011 /* we track it in the vendor wrapper */
/freebsd-11-stable/contrib/ofed/opensm/opensm/
H A Dosm_sa_slvl_record.c56 #include <vendor/osm_vendor_api.h>
H A Dosm_sa_vlarb_record.c56 #include <vendor/osm_vendor_api.h>
H A Dosm_sa_sw_info_record.c54 #include <vendor/osm_vendor_api.h>
H A Dosm_sa_mft_record.c54 #include <vendor/osm_vendor_api.h>
H A Dosm_sa_lft_record.c54 #include <vendor/osm_vendor_api.h>
/freebsd-11-stable/contrib/ofed/opensm/include/opensm/
H A Dosm_madw.h52 #include <vendor/osm_vendor.h>
471 * Transport vendor specific context. This structure is not
472 * used outside MAD transport vendor specific code.
1011 * Gets a pointer to the vendor specific MAD wrapper component.
1027 * Gets a pointer to the vendor specific MAD wrapper component.
H A Dosm_sa.h54 #include <vendor/osm_vendor_api.h>
232 * Pointer to the vendor specific interfaces object.
368 * [in] Pointer to the vendor specific interfaces object.
H A Dosm_sm.h52 #include <vendor/osm_vendor_api.h>
159 * Pointer to the vendor specific interfaces object.
287 * [in] Pointer to the vendor specific interfaces object.
/freebsd-11-stable/sys/powerpc/mpc85xx/
H A Dpci_mpc85xx.c562 uint16_t vendor, device; local
578 vendor = fsl_pcib_read_config(sc->sc_dev, bus, slot,
583 if (vendor == 0x1957 && device == 0x3fff) {
594 if (vendor == 0x1106)

Completed in 248 milliseconds

1234567891011>>