Symbol: vendor
crypto/heimdal/lib/kadm5/kadm5-pwcheck.h
69
const char *vendor;
crypto/krb5/src/include/k5-int.h
527
krb5_data vendor;
crypto/krb5/src/include/k5-int.h
559
krb5_data vendor;
crypto/krb5/src/lib/krb5/asn.1/asn1_k_encode.c
1562
DEFFIELD_IMPLICIT(tokinfo_1, krb5_otp_tokeninfo, vendor, 1, opt_utf8_data);
crypto/krb5/src/lib/krb5/asn.1/asn1_k_encode.c
1617
DEFFIELD_IMPLICIT(otp_req_13, krb5_pa_otp_req, vendor, 13, opt_utf8_data);
crypto/krb5/src/lib/krb5/krb/kfree.c
785
free(val->vendor.data);
crypto/krb5/src/lib/krb5/krb/kfree.c
828
free(val->vendor.data);
crypto/krb5/src/lib/krb5/krb/preauth_otp.c
1044
if (ti->vendor.length > 0 &&
crypto/krb5/src/lib/krb5/krb/preauth_otp.c
1045
asprintf(&tmp, "%.*s", ti->vendor.length, ti->vendor.data) >= 0) {
crypto/krb5/src/lib/krb5/krb/preauth_otp.c
173
retval = codec_data_to_value(&ti->vendor, obj, "vendor");
crypto/krb5/src/lib/krb5/krb/preauth_otp.c
278
retval = codec_value_to_string(obj, "vendor", &ti->vendor);
crypto/krb5/src/lib/krb5/krb/preauth_otp.c
518
k5_buf_add_len(&buf, tis[i]->vendor.data, tis[i]->vendor.length);
crypto/krb5/src/lib/krb5/krb/preauth_otp.c
52
free(ti->vendor);
crypto/krb5/src/lib/krb5/krb/preauth_otp.c
625
retval = krb5int_copy_data_contents(ctx, &ti->vendor, &req->vendor);
crypto/krb5/src/lib/krb5/krb/preauth_otp.c
885
if (!is_printable_string(&ti->vendor))
crypto/krb5/src/lib/krb5/krb/preauth_otp.c
935
const char *vendor, *alg_id, *token_id;
crypto/krb5/src/lib/krb5/krb/preauth_otp.c
938
vendor = cb->get_cc_config(context, rock, "vendor");
crypto/krb5/src/lib/krb5/krb/preauth_otp.c
944
if (vendor != NULL && tis[i]->vendor.length > 0 &&
crypto/krb5/src/lib/krb5/krb/preauth_otp.c
945
!data_eq_string(tis[i]->vendor, vendor))
crypto/krb5/src/windows/kfwlogon/kfwlogon.h
118
const char** vendor // < if ~NULL, vendor name in read only C string
crypto/krb5/src/windows/leashdll/leash-int.h
205
const char** vendor // < if ~NULL, vendor name in read only C string
crypto/krb5/src/windows/lib/cacheapi.h
163
const char** vendor // < if ~NULL, vendor name in read only C string
lib/libefivar/efivar.c
135
memset(&var->vendor, 0, sizeof(var->vendor));
lib/libefivar/efivar.c
183
var.vendor = guid;
lib/libefivar/efivar.c
251
var.vendor = **guid;
lib/libefivar/efivar.c
277
retguid = var.vendor;
lib/libefivar/efivar.c
372
var.vendor = guid;
lib/libkiconv/quirks.c
118
kiconv_quirkcs(const char* base, int vendor)
lib/libkiconv/quirks.c
128
if (quirk_list[i].vendor == vendor &&
lib/libkiconv/quirks.c
190
kiconv_quirkcs(const char* base __unused, int vendor __unused)
lib/libkiconv/quirks.c
67
int vendor; /* reserved for non MS mapping */
lib/libradius/radlib.c
1367
rad_get_vendor_attr(u_int32_t *vendor, const void **data, size_t *len)
lib/libradius/radlib.c
1372
*vendor = ntohl(attr->vendor_value);
lib/libradius/radlib.c
1380
rad_put_vendor_addr(struct rad_handle *h, int vendor, int type,
lib/libradius/radlib.c
1383
return (rad_put_vendor_attr(h, vendor, type, &addr.s_addr,
lib/libradius/radlib.c
1388
rad_put_vendor_addr6(struct rad_handle *h, int vendor, int type,
lib/libradius/radlib.c
1392
return (rad_put_vendor_attr(h, vendor, type, &addr.s6_addr,
lib/libradius/radlib.c
1397
rad_put_vendor_attr(struct rad_handle *h, int vendor, int type,
lib/libradius/radlib.c
1414
attr->vendor_value = htonl(vendor);
lib/libradius/radlib.c
1421
if (res == 0 && vendor == RAD_VENDOR_MICROSOFT
lib/libradius/radlib.c
1430
rad_put_vendor_int(struct rad_handle *h, int vendor, int type, u_int32_t i)
lib/libradius/radlib.c
1435
return (rad_put_vendor_attr(h, vendor, type, &value, sizeof value));
lib/libradius/radlib.c
1439
rad_put_vendor_string(struct rad_handle *h, int vendor, int type,
lib/libradius/radlib.c
1442
return (rad_put_vendor_attr(h, vendor, type, str, strlen(str)));
lib/libusb/libusb10.h
78
int vendor;
lib/libusb/libusb10_hotplug.c
184
if (pcbh->vendor != LIBUSB_HOTPLUG_MATCH_ANY &&
lib/libusb/libusb10_hotplug.c
185
pcbh->vendor != libusb20_dev_get_device_desc(dev->os_priv)->idVendor)
lib/libusb/libusb10_hotplug.c
380
handle->vendor = vendor_id;
sbin/camcontrol/camcontrol.c
685
char vendor[16], product[48], revision[16];
sbin/camcontrol/camcontrol.c
687
cam_strvis(vendor, dev_result->inq_data.vendor,
sbin/camcontrol/camcontrol.c
688
sizeof(dev_result->inq_data.vendor), sizeof(vendor));
sbin/camcontrol/camcontrol.c
693
sprintf(tmpstr, "<%s %s %s>", vendor, product, revision);
sbin/camcontrol/camcontrol.c
716
char vendor[16], product[48], revision[16], fw[5];
sbin/camcontrol/camcontrol.c
719
cam_strvis(vendor, sid->vendor_id,
sbin/camcontrol/camcontrol.c
720
sizeof(sid->vendor_id), sizeof(vendor));
sbin/camcontrol/camcontrol.c
727
sprintf(tmpstr, "<%s %s %s %s>", vendor, product, revision, fw);
sbin/camcontrol/camcontrol.c
824
char vendor[64], product[64];
sbin/camcontrol/camcontrol.c
836
cam_strvis(vendor, cdata.mn, sizeof(cdata.mn), sizeof(vendor));
sbin/camcontrol/camcontrol.c
838
sprintf(tmpstr, "<%s %s>", vendor, product);
sbin/camcontrol/camcontrol.c
9201
char vendor[16], product[48], revision[16];
sbin/camcontrol/camcontrol.c
9268
cam_strvis(vendor, dev_match->inq_data.vendor,
sbin/camcontrol/camcontrol.c
9269
sizeof(dev_match->inq_data.vendor),
sbin/camcontrol/camcontrol.c
9270
sizeof(vendor));
sbin/camcontrol/camcontrol.c
9277
sprintf(tmpstr, "<%s %s %s>", vendor, product,
sbin/camcontrol/fwdownload.c
299
char vendor[42];
sbin/camcontrol/fwdownload.c
306
cam_strvis((u_char *)vendor, ident_buf->model,
sbin/camcontrol/fwdownload.c
307
sizeof(ident_buf->model), sizeof(vendor));
sbin/camcontrol/fwdownload.c
313
cam_strvis((u_char *)vendor, (u_char *)cam_dev->inq_data.vendor,
sbin/camcontrol/fwdownload.c
314
sizeof(cam_dev->inq_data.vendor), sizeof(vendor));
sbin/camcontrol/fwdownload.c
317
if (!cam_strmatch((const u_char *)vendor,
sbin/camcontrol/fwdownload.c
318
(const u_char *)vp->pattern, strlen(vendor))) {
sbin/dhclient/clparse.c
691
char *vendor;
sbin/dhclient/clparse.c
707
if ((vendor = strdup(val)) == NULL)
sbin/dhclient/clparse.c
721
free(vendor);
sbin/dhclient/clparse.c
728
(unsigned char *)vendor, 0));
sbin/dhclient/clparse.c
732
parse_warn("no vendor named %s.", vendor);
sbin/dhclient/clparse.c
734
free(vendor);
sbin/dhclient/clparse.c
740
val = vendor;
sbin/dhclient/clparse.c
750
if (val == vendor)
sbin/dhclient/clparse.c
754
val, vendor);
sbin/dhclient/clparse.c
756
free(vendor);
sbin/dhclient/clparse.c
761
free(vendor);
sbin/nvmecontrol/logpage.c
123
if ((a->vendor == NULL) != (b->vendor == NULL))
sbin/nvmecontrol/logpage.c
124
return (a->vendor == NULL ? -1 : 1);
sbin/nvmecontrol/logpage.c
125
if (a->vendor != NULL) {
sbin/nvmecontrol/logpage.c
126
c = strcmp(a->vendor, b->vendor);
sbin/nvmecontrol/logpage.c
63
const char *vendor;
sbin/nvmecontrol/logpage.c
707
v = f->vendor == NULL ? "-" : f->vendor;
sbin/nvmecontrol/logpage.c
72
.vendor = NULL,
sbin/nvmecontrol/logpage.c
733
if (opt.vendor != NULL && strcmp(opt.vendor, "help") == 0)
sbin/nvmecontrol/logpage.c
782
if (lpf->vendor != NULL && opt.vendor != NULL &&
sbin/nvmecontrol/logpage.c
783
strcmp(lpf->vendor, opt.vendor) != 0)
sbin/nvmecontrol/logpage.c
90
OPT("vendor", 'v', arg_string, opt, vendor,
sbin/nvmecontrol/nvmecontrol.h
40
const char *vendor;
sbin/nvmecontrol/nvmecontrol.h
49
.vendor = vend, \
sbin/sysctl/sysctl.c
763
id->bustype, id->vendor, id->product, id->version);
share/examples/scsi_target/scsi_cmds.c
365
bcopy("FreeBSD ", inq->vendor, SID_VENDOR_SIZE);
stand/i386/libi386/bootinfo64.c
52
int vendor[3];
stand/i386/libi386/bootinfo64.c
64
vendor[0] = regs[1];
stand/i386/libi386/bootinfo64.c
65
vendor[1] = regs[3];
stand/i386/libi386/bootinfo64.c
66
vendor[2] = regs[2];
stand/i386/libi386/bootinfo64.c
67
cpu_vendor = (char *)vendor;
stand/i386/libi386/pxe.h
494
} vendor;
stand/userboot/userboot/bootinfo64.c
48
int vendor[3];
stand/userboot/userboot/bootinfo64.c
59
vendor[0] = regs[1];
stand/userboot/userboot/bootinfo64.c
60
vendor[1] = regs[3];
stand/userboot/userboot/bootinfo64.c
61
vendor[2] = regs[2];
stand/userboot/userboot/bootinfo64.c
62
cpu_vendor = (char *)vendor;
sys/amd64/linux/linux_sysvec.c
864
.vendor = GNU_ABI_VENDOR,
sys/amd64/linux32/linux32_sysvec.c
961
.vendor = GNU_ABI_VENDOR,
sys/arm/include/asmacros.h
41
#define ELFNOTE(section, type, vendor, desctype, descdata...) \
sys/arm/include/asmacros.h
47
1: .asciz vendor /* vendor name */ ; \
sys/arm/mv/mv_pci.c
1184
uint32_t vendor, device;
sys/arm/mv/mv_pci.c
1190
vendor = mv_pcib_hw_cfgread(sc, bus, slot, func, PCIR_VENDOR,
sys/arm/mv/mv_pci.c
1195
return (vendor == PCI_VENDORID_MRVL && device == MV_DEV_ARMADA38X);
sys/arm/nvidia/drm2/hdmi.c
1217
ret = hdmi_vendor_any_infoframe_unpack(&frame->vendor, buffer);
sys/arm/nvidia/drm2/hdmi.c
164
const char *vendor, const char *product)
sys/arm/nvidia/drm2/hdmi.c
172
strncpy(frame->vendor, vendor, sizeof(frame->vendor));
sys/arm/nvidia/drm2/hdmi.c
214
memcpy(ptr, frame->vendor, sizeof(frame->vendor));
sys/arm/nvidia/drm2/hdmi.c
436
length = hdmi_vendor_any_infoframe_pack(&frame->vendor,
sys/arm/nvidia/drm2/hdmi.c
742
strncpy(buf, frame->vendor, 8);
sys/arm/nvidia/drm2/hdmi.c
970
hdmi_vendor_any_infoframe_log(&frame->vendor);
sys/arm/nvidia/drm2/hdmi.h
182
char vendor[8];
sys/arm/nvidia/drm2/hdmi.h
188
const char *vendor, const char *product);
sys/arm/nvidia/drm2/hdmi.h
322
union hdmi_vendor_any_infoframe vendor;
sys/arm64/iommu/smmu.c
1845
ctx->vendor = pci_get_vendor(ctx->dev);
sys/arm64/iommu/smmu_quirks.c
50
uint16_t vendor;
sys/arm64/iommu/smmu_quirks.c
75
for (i = 0; smmu_quirk_table[i].vendor != 0; i++) {
sys/arm64/iommu/smmu_quirks.c
77
if (ctx->vendor == q->vendor &&
sys/arm64/iommu/smmuvar.h
69
uint16_t vendor;
sys/arm64/linux/linux_sysvec.c
591
.vendor = GNU_ABI_VENDOR,
sys/cam/ata/ata_all.c
558
char vendor[9], product[17], revision[5], fw[5];
sys/cam/ata/ata_all.c
560
cam_strvis(vendor, ident_data->vendor_id, 8, sizeof(vendor));
sys/cam/ata/ata_all.c
564
printf("<%s %s %s %s>", vendor, product, revision, fw);
sys/cam/ctl/ctl.c
10232
strncpy(inq_ptr->vendor, CTL_VENDOR, sizeof(inq_ptr->vendor));
sys/cam/ctl/ctl.c
10234
memset(inq_ptr->vendor, ' ', sizeof(inq_ptr->vendor));
sys/cam/ctl/ctl.c
10235
strncpy(inq_ptr->vendor, val,
sys/cam/ctl/ctl.c
10236
min(sizeof(inq_ptr->vendor), strlen(val)));
sys/cam/ctl/ctl.c
4450
const char *eui, *naa, *scsiname, *uuid, *vendor, *value;
sys/cam/ctl/ctl.c
4505
memset(t10id->vendor, ' ', sizeof(t10id->vendor));
sys/cam/ctl/ctl.c
4506
if ((vendor = dnvlist_get_string(be_lun->options, "vendor", NULL)) == NULL) {
sys/cam/ctl/ctl.c
4507
strncpy((char *)t10id->vendor, CTL_VENDOR, sizeof(t10id->vendor));
sys/cam/ctl/ctl.c
4509
strncpy(t10id->vendor, vendor,
sys/cam/ctl/ctl.c
4510
min(sizeof(t10id->vendor), strlen(vendor)));
sys/cam/scsi/scsi_all.c
5595
cam_strvis_sbuf(sb, inq_data->vendor, sizeof(inq_data->vendor), 0);
sys/cam/scsi/scsi_all.c
7233
cam_strvis_sbuf(sb, vendser->vendor, sizeof(vendser->vendor),
sys/cam/scsi/scsi_all.c
9319
&& (cam_strmatch(inq->vendor, entry->vendor, sizeof(inq->vendor)) == 0)
sys/cam/scsi/scsi_all.c
9346
&& (cam_strmatch(inq->vendor, entry->vendor, sizeof(inq->vendor)) == 0)
sys/cam/scsi/scsi_all.h
1203
uint8_t vendor[8];
sys/cam/scsi/scsi_all.h
2295
char vendor[SID_VENDOR_SIZE];
sys/cam/scsi/scsi_all.h
2426
uint8_t vendor[8];
sys/cam/scsi/scsi_all.h
3754
const char *vendor;
sys/cam/scsi/scsi_all.h
3762
char vendor[SID_VENDOR_SIZE+1];
sys/cam/scsi/scsi_all.h
980
uint8_t vendor;
sys/cam/scsi/scsi_cd.c
687
cam_strvis(softc->disk->d_descr, cgd->inq_data.vendor,
sys/cam/scsi/scsi_cd.c
688
sizeof(cgd->inq_data.vendor), sizeof(softc->disk->d_descr));
sys/cam/scsi/scsi_da.c
3023
cam_strvis(softc->disk->d_descr, cgd->inq_data.vendor,
sys/cam/scsi/scsi_da.c
3024
sizeof(cgd->inq_data.vendor), sizeof(softc->disk->d_descr));
sys/cam/scsi/scsi_enc_ses.c
2867
char vendor[9];
sys/cam/scsi/scsi_enc_ses.c
2911
cam_strvis(vendor, enc_desc->vendor_id,
sys/cam/scsi/scsi_enc_ses.c
2912
sizeof(enc_desc->vendor_id), sizeof(vendor));
sys/cam/scsi/scsi_enc_ses.c
2918
vendor, product, rev) + 1;
sys/cam/scsi/scsi_sa.c
4743
cam_strvis(tmpstr, cgd.inq_data.vendor,
sys/cam/scsi/scsi_sa.c
4744
sizeof(cgd.inq_data.vendor), sizeof(tmpstr));
sys/cam/scsi/scsi_sa.c
4745
SASBADDVARSTRDESC(sb, indent, tmpstr, %s, vendor,
sys/cam/scsi/scsi_sa.c
4746
sizeof(cgd.inq_data.vendor) + 1, "SCSI Vendor ID");
sys/cam/scsi/smp_all.c
420
char vendor[16], product[48], revision[16];
sys/cam/scsi/smp_all.c
428
cam_strvis(vendor, response->vendor, sizeof(response->vendor),
sys/cam/scsi/smp_all.c
429
sizeof(vendor));
sys/cam/scsi/smp_all.c
434
sbuf_printf(sb, "<%s %s %s>\n", vendor, product, revision);
sys/cam/scsi/smp_all.h
229
uint8_t vendor[8];
sys/cddl/compat/opensolaris/sys/sunddi.h
58
int _ddi_log_sysevent(char *vendor, char *class_name, char *subclass_name,
sys/cddl/compat/opensolaris/sys/sunddi.h
60
#define ddi_log_sysevent(dip, vendor, class_name, subclass_name, \
sys/cddl/compat/opensolaris/sys/sunddi.h
62
_ddi_log_sysevent((vendor), (class_name), (subclass_name), \
sys/compat/linuxkpi/common/include/linux/agp_backend.h
15
uint16_t vendor;
sys/compat/linuxkpi/common/include/linux/hdmi.h
247
char vendor[8];
sys/compat/linuxkpi/common/include/linux/hdmi.h
253
const char *vendor, const char *product);
sys/compat/linuxkpi/common/include/linux/hdmi.h
432
union hdmi_vendor_any_infoframe vendor;
sys/compat/linuxkpi/common/include/linux/pci.h
102
.vendor = (_vendor), .device = (_device), \
sys/compat/linuxkpi/common/include/linux/pci.h
1325
while (cur != NULL && (cur->vendor || cur->device)) {
sys/compat/linuxkpi/common/include/linux/pci.h
1326
if (pci_find_device(cur->vendor, cur->device) != NULL) {
sys/compat/linuxkpi/common/include/linux/pci.h
1348
ids->vendor != 0 || ids->subvendor != 0 || ids->class_mask != 0;
sys/compat/linuxkpi/common/include/linux/pci.h
1350
if ((ids->vendor == PCI_ANY_ID ||
sys/compat/linuxkpi/common/include/linux/pci.h
1351
ids->vendor == pdev->vendor) &&
sys/compat/linuxkpi/common/include/linux/pci.h
1490
linuxkpi_pci_get_device(uint32_t vendor, uint32_t device, struct pci_dev *odev)
sys/compat/linuxkpi/common/include/linux/pci.h
1493
return (lkpi_pci_get_device(vendor, device, odev));
sys/compat/linuxkpi/common/include/linux/pci.h
343
uint16_t vendor;
sys/compat/linuxkpi/common/include/linux/pci.h
77
uint32_t vendor;
sys/compat/linuxkpi/common/include/linux/pci.h
99
.vendor = PCI_VENDOR_ID_##_vendor, .device = (_device), \
sys/compat/linuxkpi/common/src/linux_hdmi.c
1015
length = hdmi_vendor_any_infoframe_pack(&frame->vendor,
sys/compat/linuxkpi/common/src/linux_hdmi.c
1320
hdmi_log(" vendor: %.8s\n", frame->vendor);
sys/compat/linuxkpi/common/src/linux_hdmi.c
1572
hdmi_vendor_any_infoframe_log(level, dev, &frame->vendor);
sys/compat/linuxkpi/common/src/linux_hdmi.c
1944
ret = hdmi_vendor_any_infoframe_unpack(&frame->vendor, buffer, size);
sys/compat/linuxkpi/common/src/linux_hdmi.c
225
const char *vendor, const char *product)
sys/compat/linuxkpi/common/src/linux_hdmi.c
235
len = strlen(vendor);
sys/compat/linuxkpi/common/src/linux_hdmi.c
236
memcpy(frame->vendor, vendor, min(len, sizeof(frame->vendor)));
sys/compat/linuxkpi/common/src/linux_hdmi.c
309
memcpy(ptr, frame->vendor, sizeof(frame->vendor));
sys/compat/linuxkpi/common/src/linux_hdmi.c
921
return hdmi_vendor_any_infoframe_check(&frame->vendor);
sys/compat/linuxkpi/common/src/linux_hdmi.c
966
length = hdmi_vendor_any_infoframe_pack_only(&frame->vendor,
sys/compat/linuxkpi/common/src/linux_pci.c
291
uint16_t vendor;
sys/compat/linuxkpi/common/src/linux_pci.c
296
vendor = pci_get_vendor(dev);
sys/compat/linuxkpi/common/src/linux_pci.c
303
for (id = pdrv->id_table; id->vendor != 0; id++) {
sys/compat/linuxkpi/common/src/linux_pci.c
304
if (vendor == id->vendor &&
sys/compat/linuxkpi/common/src/linux_pci.c
319
lkpi_pci_get_device(uint32_t vendor, uint32_t device, struct pci_dev *odev)
sys/compat/linuxkpi/common/src/linux_pci.c
334
if ((pdev->vendor == vendor || vendor == PCI_ANY_ID) &&
sys/compat/linuxkpi/common/src/linux_pci.c
443
pdev->vendor = pci_get_vendor(dev);
sys/compat/x86bios/x86bios.c
813
uint16_t device, vendor;
sys/compat/x86bios/x86bios.c
828
vendor = le16toh(*(uint16_t *)(p + 0x04));
sys/compat/x86bios/x86bios.c
833
if (vendor != pci_get_vendor(dev) || device != pci_get_device(dev) ||
sys/dev/aac/aac_pci.c
300
for (m = aac_identifiers; m->vendor != 0; m++) {
sys/dev/aac/aac_pci.c
301
if ((m->vendor == vendid) && (m->device == devid) &&
sys/dev/aac/aac_pci.c
307
for (m = aac_family_identifiers; m->vendor != 0; m++) {
sys/dev/aac/aac_pci.c
308
if ((m->vendor == vendid) && (m->device == devid))
sys/dev/aac/aac_pci.c
89
u_int16_t vendor;
sys/dev/aacraid/aacraid_cam.c
557
strncpy(p->vendor, "Adaptec ", sizeof(p->vendor));
sys/dev/aacraid/aacraid_pci.c
118
for (m = aacraid_family_identifiers; m->vendor != 0; m++) {
sys/dev/aacraid/aacraid_pci.c
119
if ((m->vendor == vendid) && (m->device == devid))
sys/dev/aacraid/aacraid_pci.c
86
u_int16_t vendor;
sys/dev/acpica/acpi.c
5041
char *vendor = kern_getenv("smbios.system.maker");
sys/dev/acpica/acpi.c
5042
if (vendor != NULL) {
sys/dev/acpica/acpi.c
5043
if (strcmp(vendor, "Apple Inc.") == 0 ||
sys/dev/acpica/acpi.c
5044
strcmp(vendor, "Apple Computer, Inc.") == 0) {
sys/dev/acpica/acpi.c
5067
vendor);
sys/dev/acpica/acpi.c
5069
freeenv(vendor);
sys/dev/acpica/acpi_cpu.c
801
int vendor, class, accsize;
sys/dev/acpica/acpi_cpu.c
858
if (acpi_PkgFFH_IntelCpu(pkg, 0, &vendor, &class, &address,
sys/dev/acpica/acpi_cpu.c
860
(vendor == CST_FFH_VENDOR_INTEL || vendor == CST_FFH_VENDOR_AMD)) {
sys/dev/acpica/acpi_cpu.c
877
if (vendor == CST_FFH_VENDOR_INTEL ||
sys/dev/acpica/acpi_cpu.c
878
(vendor == CST_FFH_VENDOR_AMD && cpu_mon_mwait_edx != 0))
sys/dev/acpica/acpi_cpu.c
912
if (acpi_PkgFFH_IntelCpu(pkg, 0, &vendor, &class, &address,
sys/dev/acpica/acpi_cpu.c
913
&accsize) == 0 && vendor == CST_FFH_VENDOR_INTEL &&
sys/dev/acpica/acpi_hpet.c
477
uint16_t vendor, rev;
sys/dev/acpica/acpi_hpet.c
514
vendor = (sc->caps & HPET_CAP_VENDOR_ID) >> 16;
sys/dev/acpica/acpi_hpet.c
523
if (vendor == HPET_VENDID_AMD && rev < 0x10 && num_timers > 0)
sys/dev/acpica/acpi_hpet.c
541
vendor, rev, sc->freq,
sys/dev/acpica/acpi_hpet.c
622
if (vendor == HPET_VENDID_AMD || vendor == HPET_VENDID_AMD2 ||
sys/dev/acpica/acpi_hpet.c
623
vendor == HPET_VENDID_HYGON)
sys/dev/acpica/acpi_hpet.c
629
if (vendor == HPET_VENDID_NVIDIA && rev <= 0x01)
sys/dev/acpica/acpi_hpet.c
636
if (vendor == HPET_VENDID_SW && rev <= 0x01)
sys/dev/acpica/acpi_package.c
133
acpi_PkgFFH_IntelCpu(ACPI_OBJECT *res, int idx, int *vendor, int *class,
sys/dev/acpica/acpi_package.c
147
*vendor = gas.BitWidth;
sys/dev/acpica/acpivar.h
570
int acpi_PkgFFH_IntelCpu(ACPI_OBJECT *res, int idx, int *vendor,
sys/dev/adlink/adlink.c
347
uint16_t vendor;
sys/dev/adlink/adlink.c
351
{ .vendor = 0x10e8, .device = 0x80da,
sys/dev/adlink/adlink.c
359
uint16_t vendor, device;
sys/dev/adlink/adlink.c
361
vendor = pci_get_vendor(self);
sys/dev/adlink/adlink.c
364
if (adlink_id[i].vendor == vendor &&
sys/dev/age/if_age.c
318
uint16_t vendor, devid;
sys/dev/age/if_age.c
320
vendor = pci_get_vendor(dev);
sys/dev/age/if_age.c
324
if (vendor == sp->age_vendorid &&
sys/dev/aic7xxx/aic79xx_pci.c
285
uint16_t vendor;
sys/dev/aic7xxx/aic79xx_pci.c
291
vendor = aic_pci_read_config(pci, PCIR_DEVVENDOR, /*bytes*/2);
sys/dev/aic7xxx/aic79xx_pci.c
296
if ((vendor == ADAPTECVENDORID) && (subvendor == SUBVENDOR9005)) {
sys/dev/aic7xxx/aic79xx_pci.c
305
vendor,
sys/dev/aic7xxx/aic79xx_pci.c
50
ahd_compose_id(u_int device, u_int vendor, u_int subdevice, u_int subvendor)
sys/dev/aic7xxx/aic79xx_pci.c
56
| ((uint64_t)vendor << 32)
sys/dev/aic7xxx/aic7xxx_pci.c
52
ahc_compose_id(u_int device, u_int vendor, u_int subdevice, u_int subvendor)
sys/dev/aic7xxx/aic7xxx_pci.c
58
| ((uint64_t)vendor << 32)
sys/dev/aic7xxx/aic7xxx_pci.c
670
static int ahc_9005_subdevinfo_valid(uint16_t device, uint16_t vendor,
sys/dev/aic7xxx/aic7xxx_pci.c
705
ahc_9005_subdevinfo_valid(uint16_t device, uint16_t vendor,
sys/dev/aic7xxx/aic7xxx_pci.c
712
if (vendor == 0x9005
sys/dev/aic7xxx/aic7xxx_pci.c
742
uint16_t vendor;
sys/dev/aic7xxx/aic7xxx_pci.c
748
vendor = aic_pci_read_config(pci, PCIR_DEVVENDOR, /*bytes*/2);
sys/dev/aic7xxx/aic7xxx_pci.c
752
full_id = ahc_compose_id(device, vendor, subdevice, subvendor);
sys/dev/aic7xxx/aic7xxx_pci.c
762
&& ahc_9005_subdevinfo_valid(device, vendor, subdevice, subvendor)
sys/dev/alc/if_alc.c
663
uint16_t vendor, devid;
sys/dev/alc/if_alc.c
665
vendor = pci_get_vendor(dev);
sys/dev/alc/if_alc.c
668
if (vendor == ident->vendorid && devid == ident->deviceid)
sys/dev/ale/if_ale.c
340
uint16_t vendor, devid;
sys/dev/ale/if_ale.c
342
vendor = pci_get_vendor(dev);
sys/dev/ale/if_ale.c
346
if (vendor == sp->ale_vendorid &&
sys/dev/amdsmn/amdsmn.c
187
uint16_t vendor, device;
sys/dev/amdsmn/amdsmn.c
190
vendor = pci_get_vendor(parent);
sys/dev/amdsmn/amdsmn.c
194
if (vendor == amdsmn_ids[i].amdsmn_vendorid &&
sys/dev/amdtemp/amdtemp.c
268
uint16_t vendor, devid;
sys/dev/amdtemp/amdtemp.c
270
vendor = pci_get_vendor(dev);
sys/dev/amdtemp/amdtemp.c
274
if (vendor == amdtemp_products[i].amdtemp_vendorid &&
sys/dev/apple_bce/apple_bce.c
722
uint16_t vendor;
sys/dev/arcmsr/arcmsr.h
1184
char vendor[40]; /*5,20-59*/
sys/dev/atkbdc/psm.c
309
} vendor;
sys/dev/atkbdc/psm.c
7024
int vendor, firmware;
sys/dev/atkbdc/psm.c
7038
vendor = read_aux_data(kbdc);
sys/dev/atkbdc/psm.c
7039
if (vendor <= 0 || vendor >= TRACKPOINT_VENDOR_UNKNOWN)
sys/dev/atkbdc/psm.c
7061
vendor, firmware);
sys/dev/atkbdc/psm.c
7062
sc->tpinfo.vendor = vendor;
sys/dev/axgbe/xgbe-phy-v2.c
302
uint8_t vendor[32];
sys/dev/axgbe/xgbe-phy-v2.c
319
char vendor[XGBE_SFP_BASE_VENDOR_NAME_LEN + 1];
sys/dev/bge/if_bge.c
3199
const uint16_t vendor;
sys/dev/bge/if_bge.c
3215
mbox_reorder_lists[i].vendor &&
sys/dev/bhnd/bcma/bcma.c
142
*result = ci->vendor;
sys/dev/bhnd/bcma/bcma.c
154
*result = (uintptr_t) bhnd_vendor_name(ci->vendor);
sys/dev/bhnd/bcma/bcma_erom.c
1087
if (core.vendor == prev_core.vendor &&
sys/dev/bhnd/bcma/bcma_erom.c
1104
cfg = bcma_alloc_corecfg(core_index, core_unit, core.vendor,
sys/dev/bhnd/bcma/bcma_erom.c
1120
bhnd_vendor_name(core.vendor),
sys/dev/bhnd/bcma/bcma_erom.c
1121
bhnd_find_core_name(core.vendor, core.device),
sys/dev/bhnd/bcma/bcma_erom.c
1224
((core.vendor == BHND_MFGID_BCM) ? 1 : 0) + i;
sys/dev/bhnd/bcma/bcma_erom.c
417
if (buffer[i].vendor == buffer[j].vendor &&
sys/dev/bhnd/bcma/bcma_erom.c
700
if (ec.vendor == ci.vendor && ec.device == ci.device)
sys/dev/bhnd/bcma/bcma_erom.c
755
core->vendor = BCMA_EROM_GET_ATTR(entry, COREA_DESIGNER);
sys/dev/bhnd/bcma/bcma_erom.c
891
info->vendor = core->vendor;
sys/dev/bhnd/bcma/bcma_eromvar.h
48
uint16_t vendor; /**< core's designer */
sys/dev/bhnd/bcma/bcma_subr.c
65
bcma_alloc_corecfg(u_int core_index, int core_unit, uint16_t vendor,
sys/dev/bhnd/bcma/bcma_subr.c
75
.vendor = vendor,
sys/dev/bhnd/bcma/bcmavar.h
99
uint16_t vendor, uint16_t device, uint8_t hwrev);
sys/dev/bhnd/bhnd.c
83
uint16_t vendor; /**< core designer */
sys/dev/bhnd/bhnd.c
853
if (nm->vendor != bhnd_get_vendor(child))
sys/dev/bhnd/bhnd.h
144
BHND_ACCESSOR(vendor, VENDOR, uint16_t);
sys/dev/bhnd/bhnd.h
239
uint16_t vendor; /**< JEP-106 vendor (BHND_MFGID_*) */
sys/dev/bhnd/bhnd.h
436
const char *bhnd_vendor_name(uint16_t vendor);
sys/dev/bhnd/bhnd.h
440
const char *bhnd_find_core_name(uint16_t vendor,
sys/dev/bhnd/bhnd.h
442
bhnd_devclass_t bhnd_find_core_class(uint16_t vendor,
sys/dev/bhnd/bhnd_subr.c
207
bhnd_vendor_name(uint16_t vendor)
sys/dev/bhnd/bhnd_subr.c
209
switch (vendor) {
sys/dev/bhnd/bhnd_subr.c
264
bhnd_find_core_desc(uint16_t vendor, uint16_t device)
sys/dev/bhnd/bhnd_subr.c
267
if (bhnd_core_descs[i].vendor != vendor)
sys/dev/bhnd/bhnd_subr.c
286
bhnd_find_core_name(uint16_t vendor, uint16_t device)
sys/dev/bhnd/bhnd_subr.c
290
if ((desc = bhnd_find_core_desc(vendor, device)) == NULL)
sys/dev/bhnd/bhnd_subr.c
303
bhnd_find_core_class(uint16_t vendor, uint16_t device)
sys/dev/bhnd/bhnd_subr.c
307
if ((desc = bhnd_find_core_desc(vendor, device)) == NULL)
sys/dev/bhnd/bhnd_subr.c
321
return bhnd_find_core_name(ci->vendor, ci->device);
sys/dev/bhnd/bhnd_subr.c
332
return bhnd_find_core_class(ci->vendor, ci->device);
sys/dev/bhnd/bhnd_subr.c
369
.vendor = bhnd_get_vendor(dev),
sys/dev/bhnd/bhnd_subr.c
686
BHND_MATCH_CORE_VENDOR(core->vendor),
sys/dev/bhnd/bhnd_subr.c
69
uint16_t vendor;
sys/dev/bhnd/bhnd_subr.c
728
if (desc->m.match.core_vendor && desc->core_vendor != core->vendor)
sys/dev/bhnd/siba/siba.c
136
*result = cfg->vendor;
sys/dev/bhnd/siba/siba.c
148
*result = (uintptr_t) bhnd_vendor_name(cfg->vendor);
sys/dev/bhnd/siba/siba_erom.c
123
if (sid.core_info.vendor != BHND_MFGID_BCM)
sys/dev/bhnd/siba/siba_erom.c
318
.vendor = siba_get_bhnd_mfgid(ocp_vendor),
sys/dev/bhnd/siba/siba_erom.c
368
if (sid.core_info.vendor == prev.core_info.vendor &&
sys/dev/bhnd/siba/siba_erom.c
395
if (ccid.core_info.vendor != BHND_MFGID_BCM ||
sys/dev/bhnd/siba/siba_erom.c
400
"(vendor=%#hx, core=%#hx)\n", ccid.core_info.vendor,
sys/dev/bhnd/siba/siba_erom.c
478
if (sid.core_info.vendor == ci.vendor &&
sys/dev/bhnd/siba/siba_erom.c
640
if (out[j].vendor == out[i].vendor &&
sys/dev/bnxt/bnxt_en/bnxt_ulp.c
529
bp->pdev->vendor, bp->pdev->device, bp->pdev->subsystem_vendor,
sys/dev/bnxt/bnxt_re/ib_verbs.c
143
ib_attr->vendor_id = rdev->en_dev->pdev->vendor;
sys/dev/bnxt/bnxt_re/main.c
2066
return scnprintf(buf, PAGE_SIZE, "0x%x\n", rdev->en_dev->pdev->vendor);
sys/dev/bwi/if_bwi.c
265
#define VENDOR_LED_ACT(vendor) \
sys/dev/bwi/if_bwi.c
267
.vid = PCI_VENDOR_##vendor, \
sys/dev/bwi/if_bwi.c
268
.led_act = { BWI_VENDOR_LED_ACT_##vendor } \
sys/dev/bwn/if_bwn.c
439
#define VENDOR_LED_ACT(vendor) \
sys/dev/bwn/if_bwn.c
441
.vid = PCI_VENDOR_##vendor, \
sys/dev/bwn/if_bwn.c
442
.led_act = { BWN_VENDOR_LED_ACT_##vendor } \
sys/dev/bwn/if_bwn_pci.c
134
if (pci_get_vendor(dev) == dv->vendor &&
sys/dev/bwn/if_bwn_pcivar.h
87
uint16_t vendor;
sys/dev/ciss/ciss.c
3443
padstr(inq->vendor, "HP",
sys/dev/cpuctl/cpuctl.c
308
char vendor[13];
sys/dev/cpuctl/cpuctl.c
318
((uint32_t *)vendor)[0] = args.data[1];
sys/dev/cpuctl/cpuctl.c
319
((uint32_t *)vendor)[1] = args.data[3];
sys/dev/cpuctl/cpuctl.c
320
((uint32_t *)vendor)[2] = args.data[2];
sys/dev/cpuctl/cpuctl.c
321
vendor[12] = '\0';
sys/dev/cpuctl/cpuctl.c
322
if (strncmp(vendor, INTEL_VENDOR_ID, sizeof(INTEL_VENDOR_ID)) == 0)
sys/dev/cpuctl/cpuctl.c
324
else if(strncmp(vendor, AMD_VENDOR_ID, sizeof(AMD_VENDOR_ID)) == 0)
sys/dev/cpuctl/cpuctl.c
326
else if(strncmp(vendor, CENTAUR_VENDOR_ID, sizeof(CENTAUR_VENDOR_ID))
sys/dev/cxgb/cxgb_main.c
134
uint16_t vendor;
sys/dev/cxgb/cxgb_main.c
334
if ((id->vendor == pci_get_vendor(dev)) &&
sys/dev/dc/if_dcreg.h
1050
#define DC_DEVID(vendor, device) ((device) << 16 | (vendor))
sys/dev/dpaa2/dpaa2_mcp.h
344
uint16_t vendor;
sys/dev/dpaa2/dpaa2_rc.c
752
uint16_t vendor;
sys/dev/dpaa2/dpaa2_rc.c
775
obj->vendor = pobj->vendor;
sys/dev/dpaa2/dpaa2_rc.c
806
uint16_t vendor;
sys/dev/dpaa2/dpaa2_rc.c
832
obj->vendor = pobj->vendor;
sys/dev/drm2/drmP.h
1679
int vendor;
sys/dev/drm2/drm_edid.c
451
static bool edid_vendor(struct edid *edid, char *vendor)
sys/dev/drm2/drm_edid.c
460
return !strncmp(edid_vendor, vendor, 3);
sys/dev/drm2/drm_edid.c
477
if (edid_vendor(edid, quirk->vendor) &&
sys/dev/drm2/drm_edid.c
87
char vendor[4];
sys/dev/drm2/drm_os_freebsd.c
108
int vendor, device;
sys/dev/drm2/drm_os_freebsd.c
110
vendor = pci_get_vendor(kdev);
sys/dev/drm2/drm_os_freebsd.c
118
id_entry = drm_find_description(vendor, device, idlist);
sys/dev/drm2/drm_os_freebsd.c
143
int vendor, device;
sys/dev/drm2/drm_os_freebsd.c
148
vendor = pci_get_vendor(kdev);
sys/dev/drm2/drm_os_freebsd.c
150
dev->id_entry = drm_find_description(vendor, device, idlist);
sys/dev/drm2/drm_os_freebsd.c
86
drm_find_description(int vendor, int device, const drm_pci_id_list_t *idlist)
sys/dev/drm2/drm_os_freebsd.c
90
for (i = 0; idlist[i].vendor != 0; i++) {
sys/dev/drm2/drm_os_freebsd.c
91
if ((idlist[i].vendor == vendor) &&
sys/dev/drm2/drm_os_freebsd.h
552
int vendor;
sys/dev/efidev/efidev.c
122
error = efi_var_get(name, &ev->vendor, &ev->attrib,
sys/dev/efidev/efidev.c
153
error = efi_var_nextname(&ev->namesize, name, &ev->vendor);
sys/dev/efidev/efidev.c
187
error = efi_var_set(name, &ev->vendor, ev->attrib, ev->datasize,
sys/dev/efidev/efirt.c
774
var_get(efi_char *name, efi_guid_t *vendor, uint32_t *attrib,
sys/dev/efidev/efirt.c
786
ec.ec_arg2 = (uintptr_t)vendor;
sys/dev/efidev/efirt.c
798
var_nextname(size_t *namesize, efi_char *name, efi_guid_t *vendor)
sys/dev/efidev/efirt.c
810
ec.ec_arg3 = (uintptr_t)vendor;
sys/dev/efidev/efirt.c
819
var_set(efi_char *name, efi_guid_t *vendor, uint32_t attrib,
sys/dev/efidev/efirt.c
830
ec.ec_arg2 = (uintptr_t)vendor;
sys/dev/etherswitch/felix/felix.c
159
for (id = felix_pci_ids; id->vendor != 0; ++id) {
sys/dev/etherswitch/felix/felix.c
161
pci_get_vendor(dev) != id->vendor)
sys/dev/etherswitch/felix/felix_var.h
76
uint16_t vendor;
sys/dev/evdev/cdev.c
467
evdev->ev_id.bustype, evdev->ev_id.vendor,
sys/dev/evdev/evdev.c
418
evdev_set_id(struct evdev_dev *evdev, uint16_t bustype, uint16_t vendor,
sys/dev/evdev/evdev.c
424
.vendor = vendor,
sys/dev/evdev/input.h
53
uint16_t vendor;
sys/dev/evdev/uinput.c
338
evdev_set_id(state->ucs_evdev, id->bustype, id->vendor, id->product,
sys/dev/fb/s3_pci.c
440
u_int32_t vendor, class, subclass, device_id;
sys/dev/fb/s3_pci.c
443
vendor = device_id & 0xffff;
sys/dev/fb/s3_pci.c
448
(vendor != PCI_S3_VENDOR_ID))
sys/dev/firewire/firewire.c
61
struct crom_chunk vendor;
sys/dev/firewire/firewire.c
740
crom_add_simple_text(src, root, &buf->vendor, "FreeBSD Project");
sys/dev/firewire/fwdv.c
817
strlcpy(info->vendor, sc->vendor, sizeof(info->vendor));
sys/dev/firewire/fwdv.c
847
sc->vendor[0] = '\0';
sys/dev/firewire/fwdv.c
857
crom_parse_text(&cc, sc->vendor, sizeof(sc->vendor));
sys/dev/firewire/fwdv.h
122
char vendor[32]; /* from config ROM */
sys/dev/firewire/fwdv.h
165
char vendor[32];
sys/dev/firewire/fwohcireg.h
239
fwohcireg_t vendor; /* vendor ID 0x40 */
sys/dev/firewire/sbp.c
1560
bcopy(sdev->vendor, inq->vendor, sizeof(inq->vendor));
sys/dev/firewire/sbp.c
184
char vendor[32];
sys/dev/firewire/sbp.c
350
sdev->vendor,
sys/dev/firewire/sbp.c
615
bzero(sdev->vendor, sizeof(sdev->vendor));
sys/dev/firewire/sbp.c
623
crom_parse_text(cc, sdev->vendor, sizeof(sdev->vendor));
sys/dev/fxp/if_fxp.c
377
uint16_t vendor;
sys/dev/fxp/if_fxp.c
382
vendor = pci_get_vendor(dev);
sys/dev/fxp/if_fxp.c
386
if (ident->vendor == vendor && ident->device == device &&
sys/dev/fxp/if_fxpvar.h
146
uint16_t vendor;
sys/dev/hid/hidraw.c
854
hd->vendor = sc->sc_hw->idVendor;
sys/dev/hid/hidraw.h
73
int16_t vendor;
sys/dev/hyperv/input/hv_hid.c
105
u_short vendor;
sys/dev/hyperv/input/hv_hid.c
303
hdi->idVendor = le16toh(devinfo->vendor);
sys/dev/hyperv/storvsc/hv_storvsc_drv_freebsd.c
2385
char vendor[16];
sys/dev/hyperv/storvsc/hv_storvsc_drv_freebsd.c
2387
cam_strvis(vendor, inq_data->vendor,
sys/dev/hyperv/storvsc/hv_storvsc_drv_freebsd.c
2388
sizeof(inq_data->vendor), sizeof(vendor));
sys/dev/hyperv/storvsc/hv_storvsc_drv_freebsd.c
2393
if (!strncmp(vendor, "Msft", 4) &&
sys/dev/iavf/iavf_drv_info.h
52
#define PVIDV(vendor, devid, name) \
sys/dev/iavf/iavf_drv_info.h
53
PVID(vendor, devid, name " - 3.0.26-k")
sys/dev/iavf/iavf_drv_info.h
54
#define PVIDV_OEM(vendor, devid, svid, sdevid, revid, name) \
sys/dev/iavf/iavf_drv_info.h
55
PVID_OEM(vendor, devid, svid, sdevid, revid, name " - 3.0.26-k")
sys/dev/ice/ice_drv_info.h
71
#define PVIDV(vendor, devid, name) \
sys/dev/ice/ice_drv_info.h
72
PVID(vendor, devid, name " - 1.43.3-k")
sys/dev/ice/ice_drv_info.h
73
#define PVIDV_OEM(vendor, devid, svid, sdevid, revid, name) \
sys/dev/ice/ice_drv_info.h
74
PVID_OEM(vendor, devid, svid, sdevid, revid, name " - 1.43.3-k")
sys/dev/ipmi/ipmi_pci.c
54
u_int16_t vendor;
sys/dev/ipmi/ipmi_pci.c
63
ipmi_pci_match(uint16_t vendor, uint16_t device)
sys/dev/ipmi/ipmi_pci.c
67
for (m = ipmi_identifiers; m->vendor != 0; m++)
sys/dev/ipmi/ipmi_pci.c
68
if (m->vendor == vendor && m->device == device)
sys/dev/ipw/if_ipw.c
212
if (pci_get_vendor(dev) == ident->vendor &&
sys/dev/ipw/if_ipw.c
98
uint16_t vendor;
sys/dev/irdma/irdma_verbs.c
63
props->vendor_id = pcidev->vendor;
sys/dev/iwi/if_iwi.c
119
uint16_t vendor;
sys/dev/iwi/if_iwi.c
267
if (pci_get_vendor(dev) == ident->vendor &&
sys/dev/iwn/if_iwn.c
404
if (pci_get_vendor(dev) == ident->vendor &&
sys/dev/iwn/if_iwn.c
78
uint16_t vendor;
sys/dev/ixl/ixl.h
109
#define PVIDV(vendor, devid, name) \
sys/dev/ixl/ixl.h
110
PVID(vendor, devid, name " - " IXL_DRIVER_VERSION_STRING)
sys/dev/jme/if_jme.c
332
uint16_t vendor, devid;
sys/dev/jme/if_jme.c
334
vendor = pci_get_vendor(dev);
sys/dev/jme/if_jme.c
338
if (vendor == sp->jme_vendorid &&
sys/dev/malo/if_malo_pci.c
132
uint16_t vendor, devid;
sys/dev/malo/if_malo_pci.c
135
vendor = pci_get_vendor(dev);
sys/dev/malo/if_malo_pci.c
140
if (vendor == mp->mp_vendorid && devid == mp->mp_deviceid) {
sys/dev/mfi/mfi_pci.c
118
uint16_t vendor;
sys/dev/mfi/mfi_pci.c
171
for (m = mfi_identifiers; m->vendor != 0; m++) {
sys/dev/mfi/mfi_pci.c
172
if ((m->vendor == pci_get_vendor(dev)) &&
sys/dev/mfi/mfireg.h
724
uint16_t vendor;
sys/dev/mlx/mlx_pci.c
79
u_int16_t vendor;
sys/dev/mlx/mlx_pci.c
98
for (m = mlx_identifiers; m->vendor != 0; m++) {
sys/dev/mlx/mlx_pci.c
99
if ((m->vendor == pci_get_vendor(dev)) &&
sys/dev/mlx4/mlx4_core/mlx4_reset.c
128
&vendor) && vendor != 0xffff)
sys/dev/mlx4/mlx4_core/mlx4_reset.c
134
if (vendor == 0xffff) {
sys/dev/mlx4/mlx4_core/mlx4_reset.c
49
u16 vendor;
sys/dev/mpi3mr/mpi3mr_pci.c
214
for (m = mpi3mr_identifiers; m->vendor != 0; m++) {
sys/dev/mpi3mr/mpi3mr_pci.c
215
if (m->vendor != pci_get_vendor(dev))
sys/dev/mpi3mr/mpi3mr_pci.c
83
uint16_t vendor;
sys/dev/mpr/mpr_pci.c
185
for (m = mpr_identifiers; m->vendor != 0; m++) {
sys/dev/mpr/mpr_pci.c
186
if (m->vendor != pci_get_vendor(dev))
sys/dev/mpr/mpr_pci.c
89
uint16_t vendor;
sys/dev/mps/mps_pci.c
152
for (m = mps_identifiers; m->vendor != 0; m++) {
sys/dev/mps/mps_pci.c
153
if (m->vendor != pci_get_vendor(dev))
sys/dev/mps/mps_pci.c
89
uint16_t vendor;
sys/dev/mrsas/mrsas.c
184
uint16_t vendor;
sys/dev/mrsas/mrsas.c
337
for (pci_device = device_table; pci_device->vendor != 0; pci_device++) {
sys/dev/mrsas/mrsas.c
338
if ((pci_device->vendor == pci_get_vendor(dev)) &&
sys/dev/msk/if_msk.c
1183
uint16_t vendor, devid;
sys/dev/msk/if_msk.c
1186
vendor = pci_get_vendor(dev);
sys/dev/msk/if_msk.c
1190
if (vendor == mp->msk_vendorid && devid == mp->msk_deviceid) {
sys/dev/mthca/mthca_reset.c
77
while ((bridge = pci_get_device(mdev->pdev->vendor,
sys/dev/mwl/if_mwl_pci.c
100
mwl_pci_lookup(int vendor, int device)
sys/dev/mwl/if_mwl_pci.c
105
if (vendor == ident->vendor && device == ident->device)
sys/dev/mwl/if_mwl_pci.c
83
uint16_t vendor;
sys/dev/oce/oce_if.c
252
uint16_t vendor = 0;
sys/dev/oce/oce_if.c
261
vendor = pci_get_vendor(dev);
sys/dev/oce/oce_if.c
265
if (vendor == ((supportedDevices[i] >> 16) & 0xffff)) {
sys/dev/ocs_fc/ocs_os.c
869
ocs_pci_model(uint16_t vendor, uint16_t device)
sys/dev/ocs_fc/ocs_os.h
1225
extern const char *ocs_pci_model(uint16_t vendor, uint16_t device);
sys/dev/pccard/pccardvar.h
216
PCCARD_ACCESSOR(vendor, VENDOR, uint32_t)
sys/dev/pci/pci.c
117
static int pci_describe_parse_line(char **ptr, int *vendor,
sys/dev/pci/pci.c
3089
cfg->vendor, cfg->device, cfg->revid);
sys/dev/pci/pci.c
4152
devid = (cfg->device << 16) | cfg->vendor;
sys/dev/pci/pci.c
487
pci_find_device(uint16_t vendor, uint16_t device)
sys/dev/pci/pci.c
492
if ((dinfo->cfg.vendor == vendor) &&
sys/dev/pci/pci.c
5239
pci_describe_parse_line(char **ptr, int *vendor, int *device, char **desc)
sys/dev/pci/pci.c
5245
*vendor = -1;
sys/dev/pci/pci.c
5256
sscanf(cp, "%x\t%80[^\n]", vendor, *desc) == 2)
sys/dev/pci/pci.c
5287
int vendor, device;
sys/dev/pci/pci.c
5305
if (pci_describe_parse_line(&line, &vendor, &device, &vp))
sys/dev/pci/pci.c
5307
if (vendor == pci_get_vendor(dev))
sys/dev/pci/pci.c
5313
if (pci_describe_parse_line(&line, &vendor, &device, &dp)) {
sys/dev/pci/pci.c
5317
if (vendor != -1) {
sys/dev/pci/pci.c
5361
*result = cfg->vendor;
sys/dev/pci/pci.c
5367
*result = (cfg->device << 16) | cfg->vendor;
sys/dev/pci/pci.c
6069
return (cfg->device << 16 | cfg->vendor);
sys/dev/pci/pci.c
6071
return (cfg->vendor);
sys/dev/pci/pci.c
6073
return (cfg->vendor & 0xff);
sys/dev/pci/pci.c
6125
"subdevice=0x%04x class=0x%02x%02x%02x", cfg->vendor, cfg->device,
sys/dev/pci/pci.c
6411
dinfo->cfg.vendor = pci_read_config(dev, PCIR_VENDOR, 2);
sys/dev/pci/pci.c
6885
uint16_t vendor, device, subvendor, subdevice, class, subclass, revid;
sys/dev/pci/pci.c
6887
vendor = pci_get_vendor(child);
sys/dev/pci/pci.c
6897
match &= vendor == id->vendor;
sys/dev/pci/pci.c
757
cfg->vendor = vid;
sys/dev/pci/pci.c
793
devlist_entry->conf.pc_vendor = cfg->vendor;
sys/dev/pci/pci.c
878
cfg->vendor, cfg->device, eae->eae_bei, eae->eae_flags,
sys/dev/pci/pcivar.h
184
uint16_t vendor; /* chip vendor ID */
sys/dev/pci/pcivar.h
290
uint16_t vendor;
sys/dev/pci/pcivar.h
303
.match_flag_vendor = 1, .vendor = (v), \
sys/dev/pci/pcivar.h
374
PCI_ACCESSOR(vendor, VENDOR, uint16_t)
sys/dev/pms/freebsd/driver/common/lxcommon.h
582
pdev->vendor, pdev->device, PCI_SLOT(pdev->devfn), PCI_FUNC(pdev->devfn)) \
sys/dev/pst/pst-iop.c
136
ident->vendor, ident->product);
sys/dev/pst/pst-iop.h
516
u_int8_t vendor[16];
sys/dev/pst/pst-raid.c
142
ident->vendor, ident->product);
sys/dev/pst/pst-raid.c
148
bpack(ident->vendor, ident->vendor, 16);
sys/dev/pst/pst-raid.c
150
sprintf(name, "%s %s", ident->vendor, ident->product);
sys/dev/puc/puc_cfg.h
73
uint16_t vendor;
sys/dev/puc/puc_pci.c
89
uint16_t vendor, device;
sys/dev/puc/puc_pci.c
92
vendor = pci_get_vendor(dev);
sys/dev/puc/puc_pci.c
97
while (desc->vendor != 0xffff) {
sys/dev/puc/puc_pci.c
98
if (desc->vendor == vendor && desc->device == device) {
sys/dev/qat/include/common/qat_freebsd.h
60
uint16_t vendor;
sys/dev/qat/qat_hw/qat_200xx/adf_drv.c
35
for (id = adf_pci_tbl; id->vendor != 0; id++) {
sys/dev/qat/qat_hw/qat_200xx/adf_drv.c
36
if (pci_get_vendor(dev) == id->vendor &&
sys/dev/qat/qat_hw/qat_4xxx/adf_drv.c
39
for (id = adf_pci_tbl; id->vendor != 0; id++) {
sys/dev/qat/qat_hw/qat_4xxx/adf_drv.c
40
if (pci_get_vendor(dev) == id->vendor &&
sys/dev/qat/qat_hw/qat_4xxxvf/adf_drv.c
39
for (id = adf_pci_tbl; id->vendor != 0; id++) {
sys/dev/qat/qat_hw/qat_4xxxvf/adf_drv.c
40
if (pci_get_vendor(dev) == id->vendor &&
sys/dev/qat/qat_hw/qat_c3xxx/adf_drv.c
35
for (id = adf_pci_tbl; id->vendor != 0; id++) {
sys/dev/qat/qat_hw/qat_c3xxx/adf_drv.c
36
if (pci_get_vendor(dev) == id->vendor &&
sys/dev/qat/qat_hw/qat_c4xxx/adf_drv.c
35
for (id = adf_pci_tbl; id->vendor != 0; id++) {
sys/dev/qat/qat_hw/qat_c4xxx/adf_drv.c
36
if (pci_get_vendor(dev) == id->vendor &&
sys/dev/qat/qat_hw/qat_c62x/adf_drv.c
35
for (id = adf_pci_tbl; id->vendor != 0; id++) {
sys/dev/qat/qat_hw/qat_c62x/adf_drv.c
36
if (pci_get_vendor(dev) == id->vendor &&
sys/dev/qat/qat_hw/qat_dh895xcc/adf_drv.c
35
for (id = adf_pci_tbl; id->vendor != 0; id++) {
sys/dev/qat/qat_hw/qat_dh895xcc/adf_drv.c
36
if (pci_get_vendor(dev) == id->vendor &&
sys/dev/ral/if_ral_pci.c
187
if (pci_get_vendor(dev) == ident->vendor &&
sys/dev/ral/if_ral_pci.c
63
uint16_t vendor;
sys/dev/re/if_re.c
944
uint16_t devid, vendor;
sys/dev/re/if_re.c
948
vendor = pci_get_vendor(dev);
sys/dev/re/if_re.c
953
if (vendor == LINKSYS_VENDORID && devid == LINKSYS_DEVICEID_EG1032) {
sys/dev/re/if_re.c
963
if (vendor == RT_VENDORID && devid == RT_DEVICEID_8139) {
sys/dev/re/if_re.c
972
if (vendor == t->rl_vid && devid == t->rl_did) {
sys/dev/rge/if_rge.c
109
uint16_t vendor;
sys/dev/rge/if_rge.c
126
uint16_t vendor, device;
sys/dev/rge/if_rge.c
129
vendor = pci_get_vendor(dev);
sys/dev/rge/if_rge.c
133
if ((vendor == ri->vendor) && (device == ri->device)) {
sys/dev/rl/if_rl.c
587
uint16_t devid, revid, vendor;
sys/dev/rl/if_rl.c
590
vendor = pci_get_vendor(dev);
sys/dev/rl/if_rl.c
594
if (vendor == RT_VENDORID && devid == RT_DEVICEID_8139) {
sys/dev/rl/if_rl.c
602
if (vendor == t->rl_vid && devid == t->rl_did) {
sys/dev/rtwn/pci/rtwn_pci_attach.c
100
if (vendor_id == rtwn_pci_ident_table[i].vendor &&
sys/dev/rtwn/pci/rtwn_pci_attach.h
28
uint16_t vendor;
sys/dev/sdio/sdio_subr.h
72
uint16_t vendor; /* Manufacturer ID. */
sys/dev/sdio/sdiob.c
487
*result = f->vendor;
sys/dev/sdio/sdiob.c
726
sc->cardinfo.f[fn].vendor = v;
sys/dev/sdio/sdiob.c
729
sc->cardinfo.f[fn].vendor |= (v << 8);
sys/dev/sdio/sdiob.c
842
__func__, fn, sc->cardinfo.f[fn].vendor, sc->cardinfo.f[fn].device,
sys/dev/sdio/sdiob.c
890
sc->cardinfo.f[fn].vendor, sc->cardinfo.f[fn].device,
sys/dev/sdio/sdiob.c
892
if (sc->cardinfo.f[fn].vendor == 0) {
sys/dev/sdio/sdiob.h
85
SDIOB_ACCESSOR(vendor, VENDOR, uint16_t)
sys/dev/smartpqi/smartpqi_cam.c
271
strncpy(inq->vendor, device->vendor,
sys/dev/smartpqi/smartpqi_cam.c
273
inq->vendor[sizeof(inq->vendor)-1] = '\0';
sys/dev/smartpqi/smartpqi_controllers.h
31
u_int16_t vendor;
sys/dev/smartpqi/smartpqi_discovery.c
1163
memcpy(device->vendor, &inq_buff[8],
sys/dev/smartpqi/smartpqi_discovery.c
1164
sizeof(device->vendor));
sys/dev/smartpqi/smartpqi_discovery.c
1167
DBG_DISC("DEV_TYPE: %x VENDOR: %.8s MODEL: %.16s\n", device->devtype, device->vendor, device->model);
sys/dev/smartpqi/smartpqi_discovery.c
1368
memcpy(device_exist->vendor, new_device->vendor,
sys/dev/smartpqi/smartpqi_discovery.c
1369
sizeof(device_exist->vendor));
sys/dev/smartpqi/smartpqi_discovery.c
1417
device->vendor, device->model, device->bus, device->target, device->lun, device->is_physical_device, device->expose_device, device->volume_offline, device->volume_status);
sys/dev/smartpqi/smartpqi_discovery.c
1428
device->vendor, device->model,
sys/dev/smartpqi/smartpqi_discovery.c
1444
device->vendor, device->model, device->bus, device->target, device->lun, device->is_physical_device, device->expose_device, device->volume_offline, device->volume_status);
sys/dev/smartpqi/smartpqi_discovery.c
1460
device->vendor, device->model,
sys/dev/smartpqi/smartpqi_helper.c
266
device->vendor,
sys/dev/smartpqi/smartpqi_helper.c
280
device->vendor,
sys/dev/smartpqi/smartpqi_helper.c
294
device->vendor,
sys/dev/smartpqi/smartpqi_helper.c
308
device->vendor,
sys/dev/smartpqi/smartpqi_ioctl.c
110
uint32_t vendor = 0;
sys/dev/smartpqi/smartpqi_ioctl.c
121
vendor = pci_get_vendor(dev);
sys/dev/smartpqi/smartpqi_ioctl.c
123
pci_info->chip_id = ((device << 16) & 0xffff0000) | vendor;
sys/dev/smartpqi/smartpqi_main.c
70
for (m = pqi_identifiers; m->vendor != 0; m++) {
sys/dev/smartpqi/smartpqi_main.c
71
if ((m->vendor == vendid) && (m->device == devid) &&
sys/dev/smartpqi/smartpqi_main.c
78
for (m = pqi_family_identifiers; m->vendor != 0; m++) {
sys/dev/smartpqi/smartpqi_main.c
79
if ((m->vendor == vendid) && (m->device == devid)) {
sys/dev/smartpqi/smartpqi_structures.h
887
uint8_t vendor[8]; /* bytes 8-15 of inquiry data */
sys/dev/sound/pci/atiixp.c
1167
uint16_t devid, vendor;
sys/dev/sound/pci/atiixp.c
1169
vendor = pci_get_vendor(dev);
sys/dev/sound/pci/atiixp.c
1172
if (vendor == atiixp_hw[i].vendor &&
sys/dev/sound/pci/atiixp.c
170
uint16_t vendor;
sys/dev/sound/pci/emu10kx.c
2988
uint16_t vendor;
sys/dev/sound/pci/emu10kx.c
2990
vendor = pci_read_config(dev, PCIR_DEVVENDOR, /* bytes */ 2);
sys/dev/sound/pci/emu10kx.c
2991
if (vendor != 0x1102)
sys/dev/sound/pci/emu10kx.c
458
uint16_t vendor;
sys/dev/sound/pci/hda/hdac.c
1151
uint16_t vendor;
sys/dev/sound/pci/hda/hdac.c
1218
vendor = pci_get_vendor(dev);
sys/dev/sound/pci/hda/hdac.c
1219
if (vendor == INTEL_VENDORID) {
sys/dev/sound/pci/hda/hdac.c
1248
if (hdac_pcie_snoop[i].vendor != vendor)
sys/dev/sound/pci/hda/hdac.c
1281
"Uncacheable" : "PCIe snoop", vendor);
sys/dev/sound/pci/hda/hdac.c
225
uint16_t vendor;
sys/dev/sound/pci/hda/hdac.h
39
#define HDA_MODEL_CONSTRUCT(vendor, model) \
sys/dev/sound/pci/hda/hdac.h
40
(((uint32_t)(model) << 16) | ((vendor##_VENDORID) & 0xffff))
sys/dev/sound/pci/hda/hdac.h
545
#define HDA_CODEC_CONSTRUCT(vendor, id) \
sys/dev/sound/pci/hda/hdac.h
546
(((uint32_t)(vendor##_VENDORID) << 16) | ((id) & 0xffff))
sys/dev/sound/pci/ich.c
100
uint16_t vendor;
sys/dev/sound/pci/ich.c
196
uint16_t vendor;
sys/dev/sound/pci/ich.c
353
else if (sc->vendor == NVIDIA_VENDORID) {
sys/dev/sound/pci/ich.c
837
if (sc->vendor == INTEL_VENDORID && (
sys/dev/sound/pci/ich.c
864
uint16_t devid, vendor;
sys/dev/sound/pci/ich.c
866
vendor = pci_get_vendor(dev);
sys/dev/sound/pci/ich.c
869
if (vendor == ich_devs[i].vendor &&
sys/dev/sound/pci/ich.c
886
uint16_t devid, vendor;
sys/dev/sound/pci/ich.c
895
vendor = sc->vendor = pci_get_vendor(dev);
sys/dev/sound/pci/ich.c
902
if (vendor == SIS_VENDORID && devid == SIS_7012) {
sys/dev/sound/pci/ich.c
916
if (vendor == INTEL_VENDORID && devid == INTEL_82440MX)
sys/dev/sound/pci/ich.c
932
if (vendor == INTEL_VENDORID && (devid == INTEL_82801DB ||
sys/dev/spibus/acpi_spibus.c
378
char *vendor = kern_getenv("smbios.bios.vendor");
sys/dev/spibus/acpi_spibus.c
379
if (vendor != NULL &&
sys/dev/spibus/acpi_spibus.c
380
(strcmp(vendor, "Apple Inc.") == 0 ||
sys/dev/spibus/acpi_spibus.c
381
strcmp(vendor, "Apple Computer, Inc.") == 0))
sys/dev/stge/if_stge.c
411
uint16_t vendor, devid;
sys/dev/stge/if_stge.c
413
vendor = pci_get_vendor(dev);
sys/dev/stge/if_stge.c
417
if (vendor == sp->stge_vendorid &&
sys/dev/superio/superio.c
1007
if (sc->vendor == SUPERIO_VENDOR_ITE && dinfo->ldn == 7)
sys/dev/superio/superio.c
1026
if (sc->vendor == SUPERIO_VENDOR_ITE && dinfo->ldn == 7)
sys/dev/superio/superio.c
211
.vendor = SUPERIO_VENDOR_ITE
sys/dev/superio/superio.c
230
.vendor = SUPERIO_VENDOR_NUVOTON
sys/dev/superio/superio.c
249
.vendor = SUPERIO_VENDOR_FINTEK
sys/dev/superio/superio.c
312
superio_vendor_t vendor;
sys/dev/superio/superio.c
320
.vendor = SUPERIO_VENDOR_ITE, .devid = 0x8613,
sys/dev/superio/superio.c
324
.vendor = SUPERIO_VENDOR_ITE, .devid = 0x8712,
sys/dev/superio/superio.c
328
.vendor = SUPERIO_VENDOR_ITE, .devid = 0x8716,
sys/dev/superio/superio.c
332
.vendor = SUPERIO_VENDOR_ITE, .devid = 0x8718,
sys/dev/superio/superio.c
336
.vendor = SUPERIO_VENDOR_ITE, .devid = 0x8720,
sys/dev/superio/superio.c
340
.vendor = SUPERIO_VENDOR_ITE, .devid = 0x8721,
sys/dev/superio/superio.c
344
.vendor = SUPERIO_VENDOR_ITE, .devid = 0x8726,
sys/dev/superio/superio.c
348
.vendor = SUPERIO_VENDOR_ITE, .devid = 0x8728,
sys/dev/superio/superio.c
352
.vendor = SUPERIO_VENDOR_ITE, .devid = 0x8771,
sys/dev/superio/superio.c
356
.vendor = SUPERIO_VENDOR_NUVOTON, .devid = 0x1061, .mask = 0x00,
sys/dev/superio/superio.c
361
.vendor = SUPERIO_VENDOR_NUVOTON, .devid = 0x5200, .mask = 0xff,
sys/dev/superio/superio.c
366
.vendor = SUPERIO_VENDOR_NUVOTON, .devid = 0x5900, .mask = 0xff,
sys/dev/superio/superio.c
371
.vendor = SUPERIO_VENDOR_NUVOTON, .devid = 0x6000, .mask = 0xff,
sys/dev/superio/superio.c
376
.vendor = SUPERIO_VENDOR_NUVOTON, .devid = 0x6800, .mask = 0xff,
sys/dev/superio/superio.c
381
.vendor = SUPERIO_VENDOR_NUVOTON, .devid = 0x7000, .mask = 0xff,
sys/dev/superio/superio.c
386
.vendor = SUPERIO_VENDOR_NUVOTON, .devid = 0x8200, .mask = 0xff,
sys/dev/superio/superio.c
391
.vendor = SUPERIO_VENDOR_NUVOTON, .devid = 0x8500, .mask = 0xff,
sys/dev/superio/superio.c
396
.vendor = SUPERIO_VENDOR_NUVOTON, .devid = 0x8800, .mask = 0xff,
sys/dev/superio/superio.c
401
.vendor = SUPERIO_VENDOR_NUVOTON, .devid = 0xa000, .mask = 0xff,
sys/dev/superio/superio.c
406
.vendor = SUPERIO_VENDOR_NUVOTON, .devid = 0xa200, .mask = 0xff,
sys/dev/superio/superio.c
411
.vendor = SUPERIO_VENDOR_NUVOTON, .devid = 0xa500, .mask = 0xff,
sys/dev/superio/superio.c
416
.vendor = SUPERIO_VENDOR_NUVOTON, .devid = 0xb000, .mask = 0xff,
sys/dev/superio/superio.c
421
.vendor = SUPERIO_VENDOR_NUVOTON, .devid = 0xb300, .mask = 0xff,
sys/dev/superio/superio.c
426
.vendor = SUPERIO_VENDOR_NUVOTON, .devid = 0xb400, .mask = 0xff,
sys/dev/superio/superio.c
431
.vendor = SUPERIO_VENDOR_NUVOTON, .devid = 0xc300, .mask = 0xff,
sys/dev/superio/superio.c
436
.vendor = SUPERIO_VENDOR_NUVOTON, .devid = 0xc400, .mask = 0xff,
sys/dev/superio/superio.c
441
.vendor = SUPERIO_VENDOR_NUVOTON, .devid = 0xc500, .mask = 0xff,
sys/dev/superio/superio.c
446
.vendor = SUPERIO_VENDOR_NUVOTON, .devid = 0xd42a, .extid = 1,
sys/dev/superio/superio.c
451
.vendor = SUPERIO_VENDOR_NUVOTON, .devid = 0xd42a, .extid = 2,
sys/dev/superio/superio.c
456
.vendor = SUPERIO_VENDOR_NUVOTON, .devid = 0xc800, .mask = 0xff,
sys/dev/superio/superio.c
461
.vendor = SUPERIO_VENDOR_NUVOTON, .devid = 0xc900, .mask = 0xff,
sys/dev/superio/superio.c
466
.vendor = SUPERIO_VENDOR_NUVOTON, .devid = 0xd100, .mask = 0xff,
sys/dev/superio/superio.c
471
.vendor = SUPERIO_VENDOR_NUVOTON, .devid = 0xd200, .mask = 0xff,
sys/dev/superio/superio.c
476
.vendor = SUPERIO_VENDOR_NUVOTON, .devid = 0xd300, .mask = 0xff,
sys/dev/superio/superio.c
481
.vendor = SUPERIO_VENDOR_FINTEK, .devid = 0x1210, .mask = 0xff,
sys/dev/superio/superio.c
486
.vendor = SUPERIO_VENDOR_FINTEK, .devid = 0x0704,
sys/dev/superio/superio.c
554
if (methods_table[m]->vendor == SUPERIO_VENDOR_ITE) {
sys/dev/superio/superio.c
557
} else if (methods_table[m]->vendor == SUPERIO_VENDOR_NUVOTON) {
sys/dev/superio/superio.c
561
} else if (methods_table[m]->vendor == SUPERIO_VENDOR_FINTEK) {
sys/dev/superio/superio.c
569
for (i = 0; superio_table[i].vendor != 0; i++) {
sys/dev/superio/superio.c
573
if (superio_table[i].vendor !=
sys/dev/superio/superio.c
574
methods_table[m]->vendor)
sys/dev/superio/superio.c
584
if (superio_table[i].vendor != 0)
sys/dev/superio/superio.c
59
superio_vendor_t vendor;
sys/dev/superio/superio.c
598
sc->vendor = sc->methods->vendor;
sys/dev/superio/superio.c
607
KASSERT(sc->vendor == SUPERIO_VENDOR_ITE ||
sys/dev/superio/superio.c
608
sc->vendor == SUPERIO_VENDOR_NUVOTON ||
sys/dev/superio/superio.c
609
sc->vendor == SUPERIO_VENDOR_FINTEK,
sys/dev/superio/superio.c
617
} else if (sc->vendor == SUPERIO_VENDOR_ITE) {
sys/dev/superio/superio.c
88
superio_vendor_t vendor;
sys/dev/superio/superio.c
912
return (sc->vendor);
sys/dev/superio/superio.c
991
if (sc->vendor == SUPERIO_VENDOR_ITE && dinfo->ldn == 7)
sys/dev/tdfx/tdfx_pci.c
155
tdfx_info->vendor = pci_get_vendor(dev);
sys/dev/tdfx/tdfx_pci.c
514
return -copyout(&tdfx_info->vendor, piod->value, piod->size);
sys/dev/tdfx/tdfx_vars.h
87
int vendor;
sys/dev/thunderbolt/tb_pcib.c
107
for (n = tb_pcib_identifiers; n->vendor != 0; n++) {
sys/dev/thunderbolt/tb_pcib.c
108
if ((n->vendor != v) || (n->device != d))
sys/dev/thunderbolt/tb_pcib.c
86
uint16_t vendor;
sys/dev/uart/uart_bus_pci.c
221
uint16_t device, subdev, subven, vendor;
sys/dev/uart/uart_bus_pci.c
223
vendor = pci_get_vendor(dev);
sys/dev/uart/uart_bus_pci.c
225
while (id->vendor != 0xffff &&
sys/dev/uart/uart_bus_pci.c
226
(id->vendor != vendor || id->device != device))
sys/dev/uart/uart_bus_pci.c
228
if (id->vendor == 0xffff)
sys/dev/uart/uart_bus_pci.c
234
while (id->vendor == vendor && id->device == device &&
sys/dev/uart/uart_bus_pci.c
237
return ((id->vendor == vendor && id->device == device) ? id : NULL);
sys/dev/uart/uart_bus_pci.c
254
uint16_t vendor, device;
sys/dev/uart/uart_bus_pci.c
257
vendor = pci_get_vendor(dev);
sys/dev/uart/uart_bus_pci.c
264
if (id->vendor == vendor && id->device == device)
sys/dev/uart/uart_bus_pci.c
270
if (sysdev->pci_info.vendor == vendor &&
sys/dev/uart/uart_bus_pci.c
67
uint16_t vendor;
sys/dev/uart/uart_bus_pci.c
78
uint16_t vendor;
sys/dev/uart/uart_cpu.h
57
uint16_t vendor;
sys/dev/uart/uart_cpu_acpi.c
212
di->pci_info.vendor = spcr->PciVendorId;
sys/dev/ufshci/ufshci_reg.h
61
uint8_t vendor[64]; /* Vendor Specific Registers */
sys/dev/usb/usb_device.c
2492
uint16_t vendor;
sys/dev/usb/usb_device.c
2559
if (kdp->vendor == vendor_id &&
sys/dev/videomode/edid.c
104
memcmp(edid_products[n].vendor, vendor, 3) == 0)
sys/dev/videomode/edid.c
70
const char *vendor;
sys/dev/videomode/edid.c
75
const char *vendor;
sys/dev/videomode/edid.c
84
edid_findvendor(const char *vendor)
sys/dev/videomode/edid.c
90
if (memcmp(edid_vendors[n].vendor, vendor, 3) == 0)
sys/dev/videomode/edid.c
97
edid_findproduct(const char *vendor, uint16_t product)
sys/dev/virtio/virtio.h
162
VIRTIO_READ_IVAR(vendor, VIRTIO_IVAR_VENDOR);
sys/dev/vmware/vmci/vmci.c
121
if (pci_get_vendor(dev) == vmci_ids[0].vendor &&
sys/dev/vmware/vmci/vmci.c
73
uint16_t vendor;
sys/dev/vte/if_vte.c
325
uint16_t vendor, devid;
sys/dev/vte/if_vte.c
327
vendor = pci_get_vendor(dev);
sys/dev/vte/if_vte.c
330
if (vendor == ident->vendorid && devid == ident->deviceid)
sys/dev/wpi/if_wpi.c
110
uint16_t vendor;
sys/dev/wpi/if_wpi.c
318
if (pci_get_vendor(dev) == ident->vendor &&
sys/dev/xen/efi/pvefi.c
125
var_get(efi_char *name, efi_guid_t *vendor, uint32_t *attrib,
sys/dev/xen/efi/pvefi.c
136
CTASSERT(sizeof(*vendor) == sizeof(call->u.get_variable.vendor_guid));
sys/dev/xen/efi/pvefi.c
138
memcpy(&call->u.get_variable.vendor_guid, vendor,
sys/dev/xen/efi/pvefi.c
139
sizeof(*vendor));
sys/dev/xen/efi/pvefi.c
154
var_nextname(size_t *namesize, efi_char *name, efi_guid_t *vendor)
sys/dev/xen/efi/pvefi.c
164
memcpy(&call->u.get_next_variable_name.vendor_guid, vendor,
sys/dev/xen/efi/pvefi.c
165
sizeof(*vendor));
sys/dev/xen/efi/pvefi.c
173
memcpy(vendor, &call->u.get_next_variable_name.vendor_guid,
sys/dev/xen/efi/pvefi.c
174
sizeof(*vendor));
sys/dev/xen/efi/pvefi.c
180
var_set(efi_char *name, efi_guid_t *vendor, uint32_t attrib,
sys/dev/xen/efi/pvefi.c
192
memcpy(&call->u.set_variable.vendor_guid, vendor,
sys/dev/xen/efi/pvefi.c
193
sizeof(*vendor));
sys/geom/raid/md_intel.c
1483
uint16_t vendor;
sys/geom/raid/md_intel.c
1499
vendor = 0xffff;
sys/geom/raid/md_intel.c
1500
len = sizeof(vendor);
sys/geom/raid/md_intel.c
1502
g_io_getattr("GEOM::hba_vendor", cp, &len, &vendor);
sys/geom/raid/md_intel.c
1507
if (vendor != 0x8086) {
sys/geom/raid/md_intel.c
1510
vendor);
sys/geom/raid/md_jmicron.c
831
uint16_t vendor;
sys/geom/raid/md_jmicron.c
840
vendor = 0xffff;
sys/geom/raid/md_jmicron.c
841
len = sizeof(vendor);
sys/geom/raid/md_jmicron.c
843
g_io_getattr("GEOM::hba_vendor", cp, &len, &vendor);
sys/geom/raid/md_jmicron.c
848
if (vendor == 0x197b) {
sys/geom/raid/md_jmicron.c
856
vendor);
sys/geom/raid/md_nvidia.c
836
uint16_t vendor;
sys/geom/raid/md_nvidia.c
845
vendor = 0xffff;
sys/geom/raid/md_nvidia.c
846
len = sizeof(vendor);
sys/geom/raid/md_nvidia.c
848
g_io_getattr("GEOM::hba_vendor", cp, &len, &vendor);
sys/geom/raid/md_nvidia.c
853
if (vendor == 0x10de) {
sys/geom/raid/md_nvidia.c
861
vendor);
sys/geom/raid/md_promise.c
1107
uint16_t vendor;
sys/geom/raid/md_promise.c
1114
vendor = 0xffff;
sys/geom/raid/md_promise.c
1115
len = sizeof(vendor);
sys/geom/raid/md_promise.c
1117
g_io_getattr("GEOM::hba_vendor", cp, &len, &vendor);
sys/geom/raid/md_promise.c
1122
if (vendor == 0x105a || vendor == 0x1002) {
sys/geom/raid/md_promise.c
1130
vendor);
sys/geom/raid/md_sii.c
918
uint16_t vendor;
sys/geom/raid/md_sii.c
934
vendor = 0xffff;
sys/geom/raid/md_sii.c
935
len = sizeof(vendor);
sys/geom/raid/md_sii.c
937
g_io_getattr("GEOM::hba_vendor", cp, &len, &vendor);
sys/geom/raid/md_sii.c
942
if (vendor == 0x1095) {
sys/geom/raid/md_sii.c
950
vendor);
sys/i386/linux/linux_sysvec.c
803
.vendor = GNU_ABI_VENDOR,
sys/kern/imgact_elf.c
243
.vendor = FREEBSD_ABI_VENDOR,
sys/kern/imgact_elf.c
266
.vendor = GNU_ABI_VENDOR,
sys/kern/imgact_elf.c
2985
&brandnote->hdr, brandnote->vendor, &phdr[i], brandnote_cb,
sys/net/iflib.h
167
#define PVID(vendor, devid, name) {vendor, devid, 0, 0, 0, 0, name}
sys/net/iflib.h
168
#define PVID_OEM(vendor, devid, svid, sdevid, revid, name) {vendor, devid, svid, sdevid, revid, 0, name}
sys/ofed/drivers/infiniband/core/ib_mad.c
1424
static int check_vendor_table(struct ib_mad_mgmt_vendor_class_table *vendor)
sys/ofed/drivers/infiniband/core/ib_mad.c
1429
if (vendor->vendor_class[i])
sys/ofed/drivers/infiniband/core/ib_mad.c
1513
struct ib_mad_mgmt_vendor_class_table *vendor = NULL;
sys/ofed/drivers/infiniband/core/ib_mad.c
1523
mad_reg_req->mgmt_class_version].vendor;
sys/ofed/drivers/infiniband/core/ib_mad.c
1526
vendor = kzalloc(sizeof *vendor, GFP_ATOMIC);
sys/ofed/drivers/infiniband/core/ib_mad.c
1527
if (!vendor)
sys/ofed/drivers/infiniband/core/ib_mad.c
1530
*vendor_table = vendor;
sys/ofed/drivers/infiniband/core/ib_mad.c
1598
if (vendor) {
sys/ofed/drivers/infiniband/core/ib_mad.c
1600
kfree(vendor);
sys/ofed/drivers/infiniband/core/ib_mad.c
1611
struct ib_mad_mgmt_vendor_class_table *vendor;
sys/ofed/drivers/infiniband/core/ib_mad.c
1657
vendor = port_priv->version[
sys/ofed/drivers/infiniband/core/ib_mad.c
1658
agent_priv->reg_req->mgmt_class_version].vendor;
sys/ofed/drivers/infiniband/core/ib_mad.c
1660
if (!vendor)
sys/ofed/drivers/infiniband/core/ib_mad.c
1663
vendor_class = vendor->vendor_class[mgmt_class];
sys/ofed/drivers/infiniband/core/ib_mad.c
1685
vendor->vendor_class[mgmt_class] = NULL;
sys/ofed/drivers/infiniband/core/ib_mad.c
1687
if (!check_vendor_table(vendor)) {
sys/ofed/drivers/infiniband/core/ib_mad.c
1688
kfree(vendor);
sys/ofed/drivers/infiniband/core/ib_mad.c
1692
vendor = NULL;
sys/ofed/drivers/infiniband/core/ib_mad.c
1729
struct ib_mad_mgmt_vendor_class_table *vendor;
sys/ofed/drivers/infiniband/core/ib_mad.c
1754
vendor = port_priv->version[
sys/ofed/drivers/infiniband/core/ib_mad.c
1755
mad_hdr->class_version].vendor;
sys/ofed/drivers/infiniband/core/ib_mad.c
1756
if (!vendor)
sys/ofed/drivers/infiniband/core/ib_mad.c
1758
vendor_class = vendor->vendor_class[vendor_class_index(
sys/ofed/drivers/infiniband/core/ib_mad.c
213
struct ib_mad_mgmt_vendor_class_table *vendor;
sys/ofed/drivers/infiniband/core/ib_mad.c
407
vendor = port_priv->version[mad_reg_req->
sys/ofed/drivers/infiniband/core/ib_mad.c
408
mgmt_class_version].vendor;
sys/ofed/drivers/infiniband/core/ib_mad.c
409
if (vendor) {
sys/ofed/drivers/infiniband/core/ib_mad.c
411
vendor_class = vendor->vendor_class[vclass];
sys/ofed/drivers/infiniband/core/ib_uverbs_main.c
1025
((struct pci_dev *)dev->ib_dev->dma_device)->vendor);
sys/ofed/drivers/infiniband/core/ib_uverbs_main.c
1027
static DEVICE_ATTR(vendor, S_IRUGO, show_dev_vendor, NULL);
sys/ofed/drivers/infiniband/core/mad_priv.h
176
struct ib_mad_mgmt_vendor_class_table *vendor;
sys/riscv/iommu/iommu.c
1255
ctx->vendor = pci_get_vendor(ctx->dev);
sys/riscv/iommu/iommu.h
160
uint16_t vendor;
sys/sys/efi.h
370
efi_var_get(uint16_t *name, efi_guid_t *vendor, uint32_t *attrib,
sys/sys/efi.h
375
return (active_efi_ops->var_get(name, vendor, attrib, datasize, data));
sys/sys/efi.h
379
efi_var_nextname(size_t *namesize, uint16_t *name, efi_guid_t *vendor)
sys/sys/efi.h
383
return (active_efi_ops->var_nextname(namesize, name, vendor));
sys/sys/efi.h
387
efi_var_set(uint16_t *name, efi_guid_t *vendor, uint32_t attrib,
sys/sys/efi.h
392
return (active_efi_ops->var_set(name, vendor, attrib, datasize, data));
sys/sys/efiio.h
60
efi_guid_t vendor; /* Vendor's GUID for variable */
sys/sys/efiio.h
95
struct uuid vendor; /* Vendor's GUID for variable */
sys/sys/imgact_elf.h
73
const char * vendor;
sys/x86/cpufreq/smist.c
110
uint16_t vendor;
sys/x86/cpufreq/smist.c
299
if ((piix4 = pci_find_device(id->vendor, id->device)) != NULL)
sys/x86/pci/pci_early_quirks.c
279
uint32_t vendor, device, class;
sys/x86/pci/pci_early_quirks.c
291
vendor = pci_cfgregread(domain, bus, slot, func, PCIR_VENDOR, 2);
sys/x86/pci/pci_early_quirks.c
292
if (vendor != PCI_VENDOR_INTEL)
sys/x86/pci/pci_early_quirks.c
48
uint32_t vendor;
sys/x86/x86/identcpu.c
1821
if (strcmp(cpu_vendor, cpu_vendors[i].vendor) == 0)
sys/x86/x86/identcpu.c
228
char *vendor;
sys/x86/x86/ucode.c
423
char vendor[13];
sys/x86/x86/ucode.c
438
cpuid.vendor[12] = '\0';
sys/x86/x86/ucode.c
440
if (strcmp(cpuid.vendor, loaders[i].vendor) == 0) {
sys/x86/x86/ucode.c
61
const char *vendor;
sys/x86/x86/ucode.c
66
.vendor = INTEL_VENDOR_ID,
sys/x86/x86/ucode.c
71
.vendor = AMD_VENDOR_ID,
tools/tools/ifinfo/rfc1650.c
105
enum dot3Vendors vendor = DOT3CHIPSET_VENDOR(chipset);
tools/tools/ifinfo/rfc1650.c
109
if (vendor < 1
tools/tools/ifinfo/rfc1650.c
110
|| vendor >= (sizeof chipset_names)/(sizeof chipset_names[0])
tools/tools/ifinfo/rfc1650.c
111
|| !chipset_names[vendor].name) {
tools/tools/ifinfo/rfc1650.c
116
printf("%s ", chipset_names[vendor].name);
tools/tools/ifinfo/rfc1650.c
117
if (part < 1 || part >= chipset_names[vendor].len) {
tools/tools/ifinfo/rfc1650.c
122
printf("%s\n", chipset_names[vendor].chips[part]);
tools/tools/ifinfo/rfc1650.c
93
vendor("AMD", amd),
tools/tools/ifinfo/rfc1650.c
94
vendor("Intel", intel),
tools/tools/ifinfo/rfc1650.c
96
vendor("National Semiconductor", national),
tools/tools/ifinfo/rfc1650.c
97
vendor("Fujitsu", fujitsu),
tools/tools/ifinfo/rfc1650.c
98
vendor("Digital", digital),
tools/tools/ifinfo/rfc1650.c
99
vendor("Western Digital", westerndigital)
usr.sbin/acpi/einj/einj.c
79
ACPI_EINJ_VENDOR *vendor;
usr.sbin/acpi/einj/einj.c
90
vendor = vi.buf;
usr.sbin/acpi/einj/einj.c
91
dbsf = vendor->PcieId;
usr.sbin/acpi/einj/einj.c
94
printf("\tLength:\t%u\n", vendor->Length);
usr.sbin/acpi/einj/einj.c
97
printf("\tVendor Id:\t%04x\n", vendor->VendorId);
usr.sbin/acpi/einj/einj.c
98
printf("\tDevice Id:\t%04x\n", vendor->DeviceId);
usr.sbin/acpi/einj/einj.c
99
printf("\tRevision:\t%02x\n", vendor->RevisionId);
usr.sbin/bhyve/amd64/pci_gvt-d.c
214
uint16_t vendor;
usr.sbin/bhyve/amd64/pci_gvt-d.c
219
vendor = pci_host_read_config(passthru_get_sel(sc), PCIR_VENDOR, 0x02);
usr.sbin/bhyve/amd64/pci_gvt-d.c
220
if (vendor != PCI_VENDOR_INTEL)
usr.sbin/bhyve/amd64/pci_lpc.c
514
uint16_t device, subdevice, subvendor, vendor;
usr.sbin/bhyve/amd64/pci_lpc.c
542
vendor = pci_config_read_reg(confp, nvl, PCIR_VENDOR, 2, LPC_VENDOR);
usr.sbin/bhyve/amd64/pci_lpc.c
551
pci_set_cfgdata16(pi, PCIR_VENDOR, vendor);
usr.sbin/bhyve/pci_hostbridge.c
40
u_int vendor, device;
usr.sbin/bhyve/pci_hostbridge.c
42
vendor = 0x1275; /* NetApp */
usr.sbin/bhyve/pci_hostbridge.c
47
vendor = strtol(value, NULL, 0);
usr.sbin/bhyve/pci_hostbridge.c
49
vendor = pci_config_read_reg(NULL, nvl, PCIR_VENDOR, 2, vendor);
usr.sbin/bhyve/pci_hostbridge.c
57
pci_set_cfgdata16(pi, PCIR_VENDOR, vendor);
usr.sbin/bhyve/pci_passthru_quirks.c
20
uint16_t vendor;
usr.sbin/bhyve/pci_passthru_quirks.c
25
vendor = pci_host_read_config(passthru_get_sel(sc), PCIR_VENDOR, 0x02);
usr.sbin/bhyve/pci_passthru_quirks.c
26
if (vendor != PCI_VENDOR_NVIDIA)
usr.sbin/bhyve/pci_virtio_input.c
103
uint16_t vendor;
usr.sbin/bhyve/pci_virtio_input.c
290
sc->vsc_config.u.ids.vendor = devids.vendor;
usr.sbin/bhyve/pciids_intel_gpus.h
36
.vendor = PCI_VENDOR_ID_INTEL, .device = 0x16a, \
usr.sbin/bhyve/smbiostbl.c
137
uint8_t vendor; /* vendor string */
usr.sbin/bluetooth/bthidd/btuinput.c
320
uisetup.id.vendor = p->vendor_id;
usr.sbin/cpucontrol/amd.c
53
char vendor[13];
usr.sbin/cpucontrol/amd.c
64
((uint32_t *)vendor)[0] = idargs.data[1];
usr.sbin/cpucontrol/amd.c
65
((uint32_t *)vendor)[1] = idargs.data[3];
usr.sbin/cpucontrol/amd.c
66
((uint32_t *)vendor)[2] = idargs.data[2];
usr.sbin/cpucontrol/amd.c
67
vendor[12] = '\0';
usr.sbin/cpucontrol/amd.c
68
if (strncmp(vendor, AMD_VENDOR_ID, sizeof(AMD_VENDOR_ID)) != 0)
usr.sbin/cpucontrol/amd10h.c
52
char vendor[13];
usr.sbin/cpucontrol/amd10h.c
64
((uint32_t *)vendor)[0] = idargs.data[1];
usr.sbin/cpucontrol/amd10h.c
65
((uint32_t *)vendor)[1] = idargs.data[3];
usr.sbin/cpucontrol/amd10h.c
66
((uint32_t *)vendor)[2] = idargs.data[2];
usr.sbin/cpucontrol/amd10h.c
67
vendor[12] = '\0';
usr.sbin/cpucontrol/amd10h.c
68
if (strncmp(vendor, AMD_VENDOR_ID, sizeof(AMD_VENDOR_ID)) != 0)
usr.sbin/cpucontrol/intel.c
56
char vendor[13];
usr.sbin/cpucontrol/intel.c
67
((uint32_t *)vendor)[0] = idargs.data[1];
usr.sbin/cpucontrol/intel.c
68
((uint32_t *)vendor)[1] = idargs.data[3];
usr.sbin/cpucontrol/intel.c
69
((uint32_t *)vendor)[2] = idargs.data[2];
usr.sbin/cpucontrol/intel.c
70
vendor[12] = '\0';
usr.sbin/cpucontrol/intel.c
71
if (strncmp(vendor, INTEL_VENDOR_ID, sizeof(INTEL_VENDOR_ID)) != 0)
usr.sbin/cpucontrol/via.c
54
char vendor[13];
usr.sbin/cpucontrol/via.c
65
((uint32_t *)vendor)[0] = idargs.data[1];
usr.sbin/cpucontrol/via.c
66
((uint32_t *)vendor)[1] = idargs.data[3];
usr.sbin/cpucontrol/via.c
67
((uint32_t *)vendor)[2] = idargs.data[2];
usr.sbin/cpucontrol/via.c
68
vendor[12] = '\0';
usr.sbin/cpucontrol/via.c
69
if (strncmp(vendor, CENTAUR_VENDOR_ID, sizeof(CENTAUR_VENDOR_ID)) != 0)
usr.sbin/mfiutil/mfi_drive.c
288
char vendor[SID_VENDOR_SIZE+1], product[SID_PRODUCT_SIZE+1],
usr.sbin/mfiutil/mfi_drive.c
302
cam_strvis_flag(vendor, inq_data->vendor, sizeof(inq_data->vendor),
usr.sbin/mfiutil/mfi_drive.c
303
sizeof(vendor), CAM_STRVIS_FLAG_NONASCII_TRIM);
usr.sbin/mfiutil/mfi_drive.c
312
if (strcmp(vendor, "ATA") == 0) {
usr.sbin/mfiutil/mfi_drive.c
330
snprintf(inq_string, sizeof(inq_string), "<%s %s %s serial=%s> %s", vendor,
usr.sbin/mlxcontrol/interface.c
228
mlx_scsi_inquiry(int unit, int channel, int target, char **vendor, char **device, char **revision)
usr.sbin/mlxcontrol/interface.c
262
*vendor = &dcdb_cmd.d.inq.vendor[0];
usr.sbin/mlxcontrol/mlxcontrol.h
47
extern int mlx_scsi_inquiry(int unit, int bus, int target, char **vendor, char **device, char **revision);
usr.sbin/mlxcontrol/util.c
112
char *type, *device, *vendor, *revision;
usr.sbin/mlxcontrol/util.c
151
if (!mlx_scsi_inquiry(0, chn, targ, &vendor, &device, &revision)) {
usr.sbin/mlxcontrol/util.c
152
printf("'%8.8s' '%16.16s' '%4.4s'", vendor, device, revision);
usr.sbin/moused/moused/quirks.c
147
uint32_t vendor;
usr.sbin/moused/moused/quirks.c
1537
m->vendor = device->id.vendor;
usr.sbin/moused/moused/quirks.c
1759
if (m->vendor == s->match.vendor)
usr.sbin/moused/moused/quirks.c
585
unsigned int vendor;
usr.sbin/moused/moused/quirks.c
588
if (!parse_hex(value, &vendor))
usr.sbin/moused/moused/quirks.c
591
s->match.vendor = vendor;
usr.sbin/moused/msconvd/msconvd.c
802
uisetup.id.vendor = 0;
usr.sbin/mptutil/mpt_cam.c
303
char vendor[16], product[48], revision[16], rstr[12];
usr.sbin/mptutil/mpt_cam.c
312
cam_strvis(vendor, inq_data->vendor, sizeof(inq_data->vendor),
usr.sbin/mptutil/mpt_cam.c
313
sizeof(vendor));
usr.sbin/mptutil/mpt_cam.c
320
if (strcmp(vendor, "ATA") == 0) {
usr.sbin/mptutil/mpt_cam.c
339
vendor, product, revision, rstr);
usr.sbin/mptutil/mpt_drive.c
303
u_char vendor[9], product[17], revision[5];
usr.sbin/mptutil/mpt_drive.c
307
cam_strvis(vendor, inq_data->VendorID, sizeof(inq_data->VendorID),
usr.sbin/mptutil/mpt_drive.c
308
sizeof(vendor));
usr.sbin/mptutil/mpt_drive.c
315
if (strcmp(vendor, "ATA") == 0)
usr.sbin/mptutil/mpt_drive.c
320
vendor, product, revision);
usr.sbin/pmc/cmd_pmc_record.cc
474
alignas(4) char vendor[16];
usr.sbin/pmc/cmd_pmc_record.cc
487
((u_int *)&vendor)[0] = tmp[1];
usr.sbin/pmc/cmd_pmc_record.cc
488
((u_int *)&vendor)[1] = tmp[3];
usr.sbin/pmc/cmd_pmc_record.cc
489
((u_int *)&vendor)[2] = tmp[2];
usr.sbin/pmc/cmd_pmc_record.cc
490
vendor[12] = 0;
usr.sbin/pmc/cmd_pmc_record.cc
491
if (strncmp(vendor, INTEL_VENDOR_ID, 12) == 0)
usr.sbin/pmc/cmd_pmc_record.cc
493
if (strncmp(vendor, AMD_VENDOR_ID, 12) == 0)
usr.sbin/pmc/cmd_pmc_record.cc
495
if (strncmp(vendor, HYGON_VENDOR_ID, 12) == 0)
usr.sbin/ppp/radius.c
258
u_int32_t ipaddr, vendor;
usr.sbin/ppp/radius.c
522
if ((res = rad_get_vendor_attr(&vendor, &data, &len)) <= 0) {
usr.sbin/ppp/radius.c
530
switch (vendor) {
usr.sbin/ppp/radius.c
627
(unsigned long)vendor, res);
usr.sbin/usbconfig/dump.c
451
const char *vendor = NULL, *product = NULL;
usr.sbin/usbconfig/dump.c
473
vendor = vi->desc;
usr.sbin/usbconfig/dump.c
490
if (vendor == NULL || product == NULL) {
usr.sbin/usbconfig/dump.c
506
if (vendor == NULL)
usr.sbin/usbconfig/dump.c
507
vendor = devinfo.udi_vendor;
usr.sbin/usbconfig/dump.c
518
(vendor != NULL) ? vendor : "",
usr.sbin/usbconfig/dump.c
523
if (vendor == NULL || product == NULL)
usr.sbin/usbconfig/dump.c
529
product, vendor,