Searched refs:vendor (Results 151 - 175 of 391) sorted by last modified time

1234567891011>>

/freebsd-11-stable/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)) &&
445 for (i = 0; mly_identifiers[i].vendor != 0; i++) {
446 if ((mly_identifiers[i].vendor == pci_get_vendor(sc->mly_dev)) &&
1318 * Errors can be reported using vendor-unique sense data. In this case, the
1320 * be 0x09 (vendor specific), the MSB of the ASC will be set, and the
2360 padstr(inq->vendor, mly_describe_code(mly_table_device_type, btl->mb_type), 8);
/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...]
H A Dfwohcireg.h240 fwohcireg_t vendor; /* vendor ID 0x40 */ member in struct:ohci_registers
/freebsd-11-stable/sys/dev/dpt/
H A Ddpt_scsi.c1227 sizeof(((dpt_inq_t*)NULL)->vendor),
1468 strp = dpt->board_data.vendor;
1477 dpt->board_data.vendor,
/freebsd-11-stable/sys/dev/acpica/
H A Dacpi_hpet.c476 uint16_t vendor, rev; local
512 vendor = (sc->caps & HPET_CAP_VENDOR_ID) >> 16;
521 if (vendor == HPET_VENDID_AMD && rev < 0x10 && num_timers > 0)
526 "vendor 0x%x, rev 0x%x, %jdHz%s, %d timers,%s\n",
527 vendor, rev, sc->freq,
608 if (vendor == HPET_VENDID_AMD || vendor == HPET_VENDID_AMD2)
614 if (vendor == HPET_VENDID_NVIDIA && rev <= 0x01)
621 if (vendor == HPET_VENDID_SW && rev <= 0x01)
/freebsd-11-stable/usr.sbin/mptutil/
H A Dmpt_drive.c304 u_char vendor[9], product[17], revision[5]; local
308 cam_strvis(vendor, inq_data->VendorID, sizeof(inq_data->VendorID),
309 sizeof(vendor));
316 if (strcmp(vendor, "ATA") == 0)
321 vendor, product, revision);
/freebsd-11-stable/sys/dev/ocs_fc/
H A Docs_os.h1231 extern const char *ocs_pci_model(uint16_t vendor, uint16_t device);
/freebsd-11-stable/sbin/dhclient/
H A Dclparse.c687 char *vendor; local
703 if ((vendor = strdup(val)) == NULL)
704 error("no memory for vendor information.");
717 free(vendor);
722 vendor. */
724 (unsigned char *)vendor, 0));
728 parse_warn("no vendor named %s.", vendor);
730 free(vendor);
736 val = vendor;
[all...]
/freebsd-11-stable/stand/userboot/userboot/
H A Dbootinfo64.c137 int vendor[3];
146 /* Fetch the vendor string. */
148 vendor[0] = regs[1];
149 vendor[1] = regs[3];
150 vendor[2] = regs[2];
151 cpu_vendor = (char *)vendor;
/freebsd-11-stable/lib/libefivar/
H A Defivar.c131 memset(&var->vendor, 0, sizeof(var->vendor));
179 var.vendor = guid;
247 var.vendor = **guid;
273 retguid = var.vendor;
373 var.vendor = guid;
/freebsd-11-stable/sys/dev/efidev/
H A Defidev.c95 error = efi_var_get(name, &ev->vendor, &ev->attrib,
126 error = efi_var_nextname(&ev->namesize, name, &ev->vendor);
160 error = efi_var_set(name, &ev->vendor, ev->attrib, ev->datasize,
/freebsd-11-stable/sys/arm/nvidia/drm2/
H A Dhdmi.h185 char vendor[8]; member in struct:hdmi_spd_infoframe
191 const char *vendor, const char *product);
315 * @vendor: union of all vendor infoframes
326 union hdmi_vendor_any_infoframe vendor; member in union:hdmi_infoframe
H A Dhdmi.c161 * @vendor: vendor string
167 const char *vendor, const char *product)
175 strncpy(frame->vendor, vendor, sizeof(frame->vendor));
217 memcpy(ptr, frame->vendor, sizeof(frame->vendor));
304 * hdmi_vendor_infoframe_init() - initialize an HDMI vendor infoframe
305 * @frame: HDMI vendor infofram
166 hdmi_spd_infoframe_init(struct hdmi_spd_infoframe *frame, const char *vendor, const char *product) argument
[all...]
/freebsd-11-stable/sys/ofed/drivers/infiniband/core/
H A Dmad_priv.h176 struct ib_mad_mgmt_vendor_class_table *vendor; member in struct:ib_mad_mgmt_version_table
/freebsd-11-stable/sys/dev/virtio/
H A Dvirtio.h127 VIRTIO_READ_IVAR(vendor, VIRTIO_IVAR_VENDOR);
/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/mthca/
H A Dmthca_reset.c77 while ((bridge = pci_get_device(mdev->pdev->vendor,
/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/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/contrib/ofed/opensm/opensm/
H A Dosm_vl15intf.c53 #include <vendor/osm_vendor_api.h>
H A Dosm_state_mgr.c67 #include <vendor/osm_vendor_api.h>
H A Dosm_sm_state_mgr.c63 #include <vendor/osm_vendor_api.h>
H A Dosm_sm_mad_ctrl.c55 #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>

Completed in 576 milliseconds

1234567891011>>