Searched refs:vendor (Results 51 - 75 of 391) sorted by last modified time

1234567891011>>

/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/cam/scsi/
H A Dscsi_cd.c665 cam_strvis(softc->disk->d_descr, cgd->inq_data.vendor,
666 sizeof(cgd->inq_data.vendor), sizeof(softc->disk->d_descr));
/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/dev/amdsmn/
H A Damdsmn.c132 uint16_t vendor, device; local
135 vendor = pci_get_vendor(parent);
139 if (vendor == amdsmn_ids[i].amdsmn_vendorid &&
/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/aacraid/
H A Daacraid_cam.c571 strncpy(p->vendor, "Adaptec ", sizeof(p->vendor));
/freebsd-11-stable/contrib/tcsh/
H A Dtc.vers.c147 const Char *vendor = tgetenv(STRVENDOR); local
150 if (vendor == NULL)
151 vendor = STRunknown;
160 REV, VERS, PATCHLEVEL, ORIGIN, DATE, machtype, vendor, ostype,
/freebsd-11-stable/sys/dev/bwn/
H A Dif_bwn.c439 #define VENDOR_LED_ACT(vendor) \
441 .vid = PCI_VENDOR_##vendor, \
442 .led_act = { BWN_VENDOR_LED_ACT_##vendor } \
/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/bge/
H A Dif_bge.c136 * spec seems to indicate that the hardware still has Alteon's vendor
137 * ID burned into it, though it will always be overriden by the vendor
556 #define SPARC64_OFW_SUBVENDOR "subsystem-vendor-id"
2741 * Probe for a Broadcom chip. Check the PCI vendor and device IDs
3227 const uint16_t vendor; member in struct:mbox_reorder
3250 mbox_reorder_lists[i].vendor &&
/freebsd-11-stable/sys/dev/rtwn/
H A Dif_rtwn.c92 uint16_t vendor; member in struct:rtwn_ident
241 if (pci_get_vendor(dev) == ident->vendor &&
1050 /* XXX Weird but this is what the vendor driver does. */
2605 /* Apply vendor limits. */
/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/iwn/
H A Dif_iwn.c80 uint16_t vendor; member in struct:iwn_ident
399 if (pci_get_vendor(dev) == ident->vendor &&
8403 * vendor driver is doing. Probably the bits should not be
/freebsd-11-stable/sys/dev/iwi/
H A Dif_iwi.c119 uint16_t vendor; member in struct:iwi_ident
269 if (pci_get_vendor(dev) == ident->vendor &&
/freebsd-11-stable/sys/dev/scd/
H A Dscd.c636 bcopy(drive_config.vendor, namebuf, 8);
/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/efidev/
H A Defirt.c401 efi_var_get(efi_char *name, struct uuid *vendor, uint32_t *attrib, argument
410 status = efi_runtime->rt_getvar(name, vendor, attrib, datasize, data);
417 efi_var_nextname(size_t *namesize, efi_char *name, struct uuid *vendor) argument
425 status = efi_runtime->rt_scanvar(namesize, name, vendor);
432 efi_var_set(efi_char *name, struct uuid *vendor, uint32_t attrib, argument
441 status = efi_runtime->rt_setvar(name, vendor, attrib, datasize, data);
/freebsd-11-stable/sys/dev/ral/
H A Dif_ral_pci.c64 uint16_t vendor; member in struct:ral_pci_ident
188 if (pci_get_vendor(dev) == ident->vendor &&
/freebsd-11-stable/sys/dev/fxp/
H A Dif_fxp.c156 * sub-vendor and sub-device field are extensively used to identify
378 uint16_t vendor; local
383 vendor = pci_get_vendor(dev);
387 if (ident->vendor == vendor && ident->device == device &&
/freebsd-11-stable/sys/dev/smartpqi/
H A Dsmartpqi_cam.c241 strncpy(inq->vendor, "MSCC",
/freebsd-11-stable/sys/dev/ipw/
H A Dif_ipw.c98 uint16_t vendor; member in struct:ipw_ident
212 if (pci_get_vendor(dev) == ident->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/ed/
H A Dif_ed.c139 if (sc->isa16bit && sc->vendor == ED_VENDOR_WD_SMC) {
150 if (sc->isa16bit && sc->vendor == ED_VENDOR_WD_SMC) {
349 if (sc->vendor == ED_VENDOR_HP)
359 printf("%s", (((sc->vendor == ED_VENDOR_3COM) ||
360 (sc->vendor == ED_VENDOR_HP)) &&
1756 switch (sc->vendor) {
1806 switch (sc->vendor) {
/freebsd-11-stable/sys/dev/re/
H A Dif_re.c98 * programming API as the older 8169, but also have some vendor-specific
924 * Probe for a RealTek 8139C+/8169/8110 chip. Check the PCI vendor and device
931 uint16_t devid, vendor; local
935 vendor = pci_get_vendor(dev);
940 if (vendor == LINKSYS_VENDORID && devid == LINKSYS_DEVICEID_EG1032) {
950 if (vendor == RT_VENDORID && devid == RT_DEVICEID_8139) {
959 if (vendor == t->rl_vid && devid == t->rl_did) {
3235 /* Magic from vendor. */

Completed in 533 milliseconds

1234567891011>>