usr/src/boot/i386/libi386/pxe.h
503
} vendor;
usr/src/cmd/acpihpd/notify.c
267
char *vendor = NULL;
usr/src/cmd/acpihpd/notify.c
272
vendor = sysevent_get_vendor_name(ev);
usr/src/cmd/acpihpd/notify.c
273
debug_print(2, "message_vendor = '%s'", vendor ? vendor : "unknown");
usr/src/cmd/acpihpd/notify.c
274
if (vendor == NULL || strcmp(vendor, SUNW_VENDOR) != 0) {
usr/src/cmd/acpihpd/notify.c
344
if (vendor != NULL) {
usr/src/cmd/acpihpd/notify.c
345
free(vendor);
usr/src/cmd/bhyve/amd64/pci_lpc.c
540
uint16_t device, subdevice, subvendor, vendor;
usr/src/cmd/bhyve/amd64/pci_lpc.c
567
vendor = pci_config_read_reg(selp, nvl, PCIR_VENDOR, 2, LPC_VENDOR);
usr/src/cmd/bhyve/amd64/pci_lpc.c
576
pci_set_cfgdata16(pi, PCIR_VENDOR, vendor);
usr/src/cmd/bhyve/common/pci_hostbridge.c
107
vendor = pci_hb_models[i].phm_vendor;
usr/src/cmd/bhyve/common/pci_hostbridge.c
111
if (vendor == 0) {
usr/src/cmd/bhyve/common/pci_hostbridge.c
127
if (vendor == 0x8086 && (device == 0x1237 || device == 0x29b0)) {
usr/src/cmd/bhyve/common/pci_hostbridge.c
138
pci_set_cfgdata16(pi, PCIR_VENDOR, vendor);
usr/src/cmd/bhyve/common/pci_hostbridge.c
66
u_int vendor, device;
usr/src/cmd/bhyve/common/pci_hostbridge.c
69
vendor = 0x1275; /* NetApp */
usr/src/cmd/bhyve/common/pci_hostbridge.c
72
vendor = device = 0;
usr/src/cmd/bhyve/common/pci_hostbridge.c
77
vendor = strtol(value, NULL, 0);
usr/src/cmd/bhyve/common/pci_hostbridge.c
79
vendor = pci_config_read_reg(NULL, nvl, PCIR_VENDOR, 2, vendor);
usr/src/cmd/bhyve/common/pci_hostbridge.c
89
if (model != NULL && (vendor != 0 || device != 0)) {
usr/src/cmd/bhyve/common/pci_hostbridge.c
92
} else if ((vendor != 0 && device == 0) ||
usr/src/cmd/bhyve/common/pci_hostbridge.c
93
(vendor == 0 && device != 0)) {
usr/src/cmd/bhyve/common/pci_hostbridge.c
98
if (model == NULL && vendor == 0 && device == 0)
usr/src/cmd/bhyve/common/pci_virtio_input.c
119
uint16_t vendor;
usr/src/cmd/bhyve/common/pci_virtio_input.c
307
sc->vsc_config.u.ids.vendor = devids.vendor;
usr/src/cmd/bhyve/common/smbiostbl.c
139
uint8_t vendor; /* vendor string */
usr/src/cmd/fm/modules/common/fdd-msg/fdd_msg.c
128
(void) snprintf(ci->vendor, X86_VENDOR_STRLEN, "%s", ven);
usr/src/cmd/fm/modules/common/fdd-msg/fdd_msg.c
149
"model=%d\n", ci.vendor, ci.family, ci.model);
usr/src/cmd/fm/modules/common/fdd-msg/fdd_msg.c
151
if (strncmp(ci.vendor, cl->vendor,
usr/src/cmd/fm/modules/common/fdd-msg/fdd_msg.c
64
char vendor[X86_VENDOR_STRLEN];
usr/src/cmd/format/auto_sense.c
1977
free(disk->vendor);
usr/src/cmd/format/auto_sense.c
1990
free(dp->vendor);
usr/src/cmd/format/auto_sense.c
335
disk->vendor = strdup(label->vendor);
usr/src/cmd/format/auto_sense.c
339
if (disk->vendor == NULL ||
usr/src/cmd/format/auto_sense.c
342
free(disk->vendor);
usr/src/cmd/format/hardware_structs.h
116
char *vendor;
usr/src/cmd/format/hardware_structs.h
123
char *vendor;
usr/src/cmd/format/io.c
2071
print_efi_string(type->vendor, type->product,
usr/src/cmd/format/io.c
2469
print_efi_string(char *vendor, char *product, char *revision,
usr/src/cmd/format/io.c
2480
new_vendor = strdup(vendor);
usr/src/cmd/format/io.h
121
void print_efi_string(char *vendor, char *product, char *revision,
usr/src/cmd/format/label.c
626
&label->vendor, &label->product, &label->revision) != 0) {
usr/src/cmd/format/label.c
627
if (get_disk_inquiry_devid(fd, &label->vendor, &label->product,
usr/src/cmd/format/label.c
629
if (get_disk_inquiry_uscsi(fd, &label->vendor,
usr/src/cmd/format/label.c
631
label->vendor = strdup("Unknown");
usr/src/cmd/format/label.c
634
if (label->vendor == NULL ||
usr/src/cmd/format/label.c
637
free(label->vendor);
usr/src/cmd/format/menu_command.c
2087
print_efi_string(efi_info.vendor, efi_info.product,
usr/src/cmd/format/menu_command.c
2104
free(efi_info.vendor);
usr/src/cmd/format/menu_command.c
472
print_efi_string(efi_info.vendor, efi_info.product,
usr/src/cmd/format/menu_command.c
766
print_efi_string(cur_dtype->vendor,
usr/src/cmd/format/menu_command.c
782
print_efi_string(cur_dtype->vendor,
usr/src/cmd/format/startup.c
2004
search_dtype->vendor = strdup(efi_info.vendor);
usr/src/cmd/format/startup.c
2008
if (search_dtype->vendor == NULL ||
usr/src/cmd/format/startup.c
2011
free(search_dtype->vendor);
usr/src/cmd/format/startup.c
2044
free(efi_info.vendor);
usr/src/cmd/fwflash/common/fwflash.c
1162
free(verifier->vendor);
usr/src/cmd/fwflash/common/fwflash.c
1166
verifier->vendor = NULL;
usr/src/cmd/fwflash/common/fwflash.c
665
vrfy->vendor = calloc(1, strlen(vendorid) + 1);
usr/src/cmd/fwflash/common/fwflash.c
667
vrfy->vendor = calloc(1, strlen(vrfysym) + 1);
usr/src/cmd/fwflash/common/fwflash.c
669
(void) strlcpy(vrfy->vendor, (char *)vrfysym,
usr/src/cmd/fwflash/common/fwflash.c
742
free(verifier->vendor);
usr/src/cmd/fwflash/common/fwflash.c
749
verifier->vendor = NULL;
usr/src/cmd/fwflash/common/fwflash.h
271
char *vendor;
usr/src/cmd/fwflash/plugins/transport/common/sd.c
243
"firmware upgrade\n"), verifier->vendor,
usr/src/cmd/fwflash/plugins/transport/common/ses.c
663
char *vendor, *product, *revision, *csn;
usr/src/cmd/fwflash/plugins/transport/common/ses.c
681
(nvlist_lookup_string(props, SES_EN_PROP_VID, &vendor) != 0) ||
usr/src/cmd/fwflash/plugins/transport/common/ses.c
688
(void) printf("%30s: %s\n", "vendor", vendor);
usr/src/cmd/fwflash/plugins/vendor/hermon-MELLANOX.c
132
"matches firmware image %s's PSID\n", verifier->vendor,
usr/src/cmd/fwflash/plugins/vendor/hermon-MELLANOX.c
388
"is as expected\n", verifier->vendor);
usr/src/cmd/fwflash/plugins/vendor/hermon-MELLANOX.c
392
"is not as expected\n", verifier->vendor);
usr/src/cmd/fwflash/plugins/vendor/hermon-MELLANOX.c
48
char vendor[] = "MELLANOX\0";
usr/src/cmd/fwflash/plugins/vendor/hermon-MELLANOX.c
89
verifier->vendor, verifier->imgfile);
usr/src/cmd/fwflash/plugins/vendor/hermon-MELLANOX.c
96
verifier->vendor);
usr/src/cmd/fwflash/plugins/vendor/sd-GENERIC.c
106
"descriptor read: %s\n"), verifier->vendor,
usr/src/cmd/fwflash/plugins/vendor/sd-GENERIC.c
113
"determine maximum image size failed\n"), verifier->vendor);
usr/src/cmd/fwflash/plugins/vendor/sd-GENERIC.c
120
"firmware upgrade\n"), verifier->vendor,
usr/src/cmd/fwflash/plugins/vendor/sd-GENERIC.c
127
"actual image size: %u\n"), verifier->vendor, size,
usr/src/cmd/fwflash/plugins/vendor/sd-GENERIC.c
132
verifier->vendor, verifier->imgfile, size);
usr/src/cmd/fwflash/plugins/vendor/sd-GENERIC.c
137
verifier->vendor, verifier->imgfile);
usr/src/cmd/fwflash/plugins/vendor/sd-GENERIC.c
51
char vendor[] = "GENERIC";
usr/src/cmd/fwflash/plugins/vendor/sd-GENERIC.c
69
verifier->vendor, libscsi_strerror(serr));
usr/src/cmd/fwflash/plugins/vendor/sd-GENERIC.c
77
verifier->vendor, dvp->access_devname);
usr/src/cmd/fwflash/plugins/vendor/sd-GENERIC.c
84
verifier->vendor, libscsi_errmsg(hdl));
usr/src/cmd/fwflash/plugins/vendor/tavor-MELLANOX.c
102
"Invariant Sector is invalid\n"), verifier->vendor);
usr/src/cmd/fwflash/plugins/vendor/tavor-MELLANOX.c
116
"Sector verification\n"), verifier->vendor);
usr/src/cmd/fwflash/plugins/vendor/tavor-MELLANOX.c
125
verifier->vendor);
usr/src/cmd/fwflash/plugins/vendor/tavor-MELLANOX.c
166
verifier->vendor, verifier->imgfile,
usr/src/cmd/fwflash/plugins/vendor/tavor-MELLANOX.c
186
verifier->vendor,
usr/src/cmd/fwflash/plugins/vendor/tavor-MELLANOX.c
202
verifier->vendor);
usr/src/cmd/fwflash/plugins/vendor/tavor-MELLANOX.c
213
verifier->vendor);
usr/src/cmd/fwflash/plugins/vendor/tavor-MELLANOX.c
245
verifier->vendor);
usr/src/cmd/fwflash/plugins/vendor/tavor-MELLANOX.c
252
verifier->vendor, vp_imginfo);
usr/src/cmd/fwflash/plugins/vendor/tavor-MELLANOX.c
259
verifier->vendor);
usr/src/cmd/fwflash/plugins/vendor/tavor-MELLANOX.c
265
verifier->vendor);
usr/src/cmd/fwflash/plugins/vendor/tavor-MELLANOX.c
287
verifier->vendor);
usr/src/cmd/fwflash/plugins/vendor/tavor-MELLANOX.c
293
verifier->vendor, vp_imginfo);
usr/src/cmd/fwflash/plugins/vendor/tavor-MELLANOX.c
300
verifier->vendor);
usr/src/cmd/fwflash/plugins/vendor/tavor-MELLANOX.c
309
"FAILED\n"), verifier->vendor);
usr/src/cmd/fwflash/plugins/vendor/tavor-MELLANOX.c
50
char vendor[] = "MELLANOX\0";
usr/src/cmd/mpathadm/mpathadm.c
1297
displayArray(luProps.vendor,
usr/src/cmd/mpathadm/mpathadm.c
1298
sizeof (luProps.vendor));
usr/src/cmd/mpathadm/mpathadm.c
369
displayWideArray(pluginProps.vendor,
usr/src/cmd/mpathadm/mpathadm.c
370
sizeof (pluginProps.vendor));
usr/src/cmd/mpathadm/mpathadm.c
508
displayArray(devProps.vendor,
usr/src/cmd/mpathadm/mpathadm.c
509
sizeof (devProps.vendor));
usr/src/cmd/nvmeadm/nvmeadm_wdc.c
463
WDC_F_EOL(vendor),
usr/src/cmd/oplhpd/scf_notify.c
367
char *vendor = NULL; /* event vendor */
usr/src/cmd/oplhpd/scf_notify.c
400
vendor = sysevent_get_vendor_name(ev);
usr/src/cmd/oplhpd/scf_notify.c
403
if (strncmp("SUNW", vendor, strlen("SUNW")) != 0) {
usr/src/cmd/oplhpd/scf_notify.c
520
if (vendor != NULL) {
usr/src/cmd/oplhpd/scf_notify.c
521
free(vendor);
usr/src/cmd/pcidb/pcidb.c
151
pcidb_vendor_t *vendor;
usr/src/cmd/pcidb/pcidb.c
167
vendor = pcidb_lookup_vendor(walk->pw_hdl,
usr/src/cmd/pcidb/pcidb.c
169
if (vendor == NULL) {
usr/src/cmd/pcidb/pcidb.c
172
(void) strlcpy(buf, pcidb_vendor_name(vendor), buflen);
usr/src/cmd/raidctl/raidctl.c
2244
char vendor[DISK_VENDER_LEN + 1];
usr/src/cmd/raidctl/raidctl.c
2260
(void) memccpy(vendor, attrp->vendorid, '\0', DISK_VENDER_LEN);
usr/src/cmd/raidctl/raidctl.c
2261
vendor[DISK_VENDER_LEN] = '\0';
usr/src/cmd/raidctl/raidctl.c
2262
(void) printf("%-9s", vendor);
usr/src/cmd/sendmail/src/conf.c
3785
setvendor(vendor)
usr/src/cmd/sendmail/src/conf.c
3786
char *vendor;
usr/src/cmd/sendmail/src/conf.c
3788
if (sm_strcasecmp(vendor, "Berkeley") == 0)
usr/src/cmd/sendmail/src/conf.c
3797
if (sm_strcasecmp(vendor, "Sun") == 0)
usr/src/cmd/sendmail/src/conf.c
3804
if (sm_strcasecmp(vendor, "Digital") == 0)
usr/src/cmd/sendmail/src/conf.c
3812
if (sm_strcasecmp(vendor, VENDOR_NAME) == 0)
usr/src/cmd/smbios/smbios.c
178
uint_t cont, vendor;
usr/src/cmd/smbios/smbios.c
188
vendor = id >> 8;
usr/src/cmd/smbios/smbios.c
190
name = libjedec_vendor_string(cont, vendor);
usr/src/cmd/smbios/smbios.c
193
vendor);
usr/src/cmd/smbios/smbios.c
196
cont + 1, vendor, name);
usr/src/cmd/svr4pkg/libinst/pkgops.c
1119
pinf->vendor ? pinf->vendor : "",
usr/src/cmd/svr4pkg/libinst/pkgops.c
1212
if (a_info->vendor)
usr/src/cmd/svr4pkg/libinst/pkgops.c
1213
free(a_info->vendor);
usr/src/cmd/svr4pkg/libinst/pkgops.c
1221
a_info->vendor = a_info->catg = NULL;
usr/src/cmd/svr4pkg/pkginfo/pkginfo.c
480
if (info.vendor)
usr/src/cmd/svr4pkg/pkginfo/pkginfo.c
481
(void) printf(FMT, "VENDOR", info.vendor);
usr/src/cmd/syseventadm/syseventadm.c
815
char *vendor, *publisher;
usr/src/cmd/syseventadm/syseventadm.c
831
vendor = next_field(&lp);
usr/src/cmd/syseventadm/syseventadm.c
854
sep->se_vendor = sc_strdup(vendor);
usr/src/cmd/syseventd/modules/sysevent_conf_mod/sysevent_conf_mod.c
1091
if (strcopys(replacement, hdr->vendor)) {
usr/src/cmd/syseventd/modules/sysevent_conf_mod/sysevent_conf_mod.c
1741
cmd_event = sysevent_alloc_event(hdr->class, hdr->subclass, hdr->vendor,
usr/src/cmd/syseventd/modules/sysevent_conf_mod/sysevent_conf_mod.c
2014
char *vendor;
usr/src/cmd/syseventd/modules/sysevent_conf_mod/sysevent_conf_mod.c
2073
vendor = sysevent_get_vendor_name(ev);
usr/src/cmd/syseventd/modules/sysevent_conf_mod/sysevent_conf_mod.c
2078
if (vendor == NULL || publisher == NULL) {
usr/src/cmd/syseventd/modules/sysevent_conf_mod/sysevent_conf_mod.c
2084
free(vendor);
usr/src/cmd/syseventd/modules/sysevent_conf_mod/sysevent_conf_mod.c
2090
"subclass='%s'\n", whoami, sysevent_get_seq(ev), vendor,
usr/src/cmd/syseventd/modules/sysevent_conf_mod/sysevent_conf_mod.c
2095
if (strcmp(sep->se_vendor, vendor) != 0)
usr/src/cmd/syseventd/modules/sysevent_conf_mod/sysevent_conf_mod.c
2114
hdr.vendor = vendor;
usr/src/cmd/syseventd/modules/sysevent_conf_mod/sysevent_conf_mod.c
2134
whoami, sysevent_get_seq(ev), vendor,
usr/src/cmd/syseventd/modules/sysevent_conf_mod/sysevent_conf_mod.c
2142
free(vendor);
usr/src/cmd/syseventd/modules/sysevent_conf_mod/sysevent_conf_mod.c
499
char *vendor, *publisher;
usr/src/cmd/syseventd/modules/sysevent_conf_mod/sysevent_conf_mod.c
539
if ((vendor = next_field(&lp)) == NULL)
usr/src/cmd/syseventd/modules/sysevent_conf_mod/sysevent_conf_mod.c
628
sep->se_vendor = sc_strdup(vendor);
usr/src/cmd/syseventd/modules/sysevent_conf_mod/sysevent_conf_mod.h
88
char *vendor;
usr/src/grub/grub-0.97/netboot/config.c
55
dev->devid.vendor_id = htons(state->dev.vendor);
usr/src/grub/grub-0.97/netboot/davicom.c
132
static unsigned short vendor, dev_id;
usr/src/grub/grub-0.97/netboot/davicom.c
357
if (vendor == PCI_VENDOR_ID_DAVICOM && dev_id == PCI_DEVICE_ID_DM9009) {
usr/src/grub/grub-0.97/netboot/davicom.c
665
vendor = pci->vendor;
usr/src/grub/grub-0.97/netboot/forcedeth.c
1012
pci->name, pci->vendor, pci->dev_id, pci->name));
usr/src/grub/grub-0.97/netboot/forcedeth.c
939
pci->name, pci->vendor, pci->dev_id);
usr/src/grub/grub-0.97/netboot/natsemi.c
191
static unsigned short vendor, dev_id;
usr/src/grub/grub-0.97/netboot/natsemi.c
261
vendor = pci->vendor;
usr/src/grub/grub-0.97/netboot/natsemi.c
288
printf("natsemi_probe: Vendor:%#hX Device:%#hX\n", vendor, dev_id);
usr/src/grub/grub-0.97/netboot/ns83820.c
825
pci->name, pci->vendor, pci->dev_id);
usr/src/grub/grub-0.97/netboot/pci.c
209
uint32_t class, uint16_t vendor, uint16_t device,
usr/src/grub/grub-0.97/netboot/pci.c
227
if ((vendor == driver->ids[i].vendor) &&
usr/src/grub/grub-0.97/netboot/pci.c
268
uint16_t vendor, device;
usr/src/grub/grub-0.97/netboot/pci.c
306
vendor = l & 0xffff;
usr/src/grub/grub-0.97/netboot/pci.c
316
vendor, device);
usr/src/grub/grub-0.97/netboot/pci.c
333
scan_drivers(type, class, vendor, device, first_driver, dev);
usr/src/grub/grub-0.97/netboot/pci.c
346
dev->vendor = vendor;
usr/src/grub/grub-0.97/netboot/pci.h
270
uint16_t vendor, dev_id;
usr/src/grub/grub-0.97/netboot/pci.h
333
unsigned short vendor, dev_id;
usr/src/grub/grub-0.97/netboot/pcnet32.c
685
pci->name, pci->vendor, pci->dev_id);
usr/src/grub/grub-0.97/netboot/pxe.h
507
} vendor;
usr/src/grub/grub-0.97/netboot/r8169.c
721
pci->name, pci->vendor, pci->dev_id);
usr/src/grub/grub-0.97/netboot/sis900.c
331
vendor = pci->vendor;
usr/src/grub/grub-0.97/netboot/sis900.c
367
printf("sis900_probe: Vendor:%#hX Device:%#hX\n", vendor, dev_id);
usr/src/grub/grub-0.97/netboot/sis900.c
56
static unsigned short vendor, dev_id;
usr/src/grub/grub-0.97/netboot/sundance.c
599
pci->name, pci->vendor, pci->dev_id);
usr/src/grub/grub-0.97/netboot/tg3.c
2782
(tp->pdev->vendor == PCI_VENDOR_ID_BROADCOM) &&
usr/src/grub/grub-0.97/netboot/tlan.c
855
pci->name, pci->vendor, pci->dev_id);
usr/src/grub/grub-0.97/netboot/tlan.c
868
if ((((u32) pci->dev_id << 16) | pci->vendor) ==
usr/src/grub/grub-0.97/netboot/tlan.c
876
priv->vendor_id = pci->vendor;
usr/src/grub/grub-0.97/netboot/tulip.c
1228
tp->vendor_id = pci->vendor;
usr/src/grub/grub-0.97/netboot/undi.c
298
if ( ( pcir_header->vendor_id != undi.pci.vendor ) ||
usr/src/grub/grub-0.97/netboot/undi.c
301
undi.pci.vendor,
usr/src/grub/grub-0.97/netboot/w89c840.c
634
if (p->vendor == PCI_VENDOR_ID_WINBOND2
usr/src/grub/grub-0.97/netboot/w89c840.c
639
} else if ( p->vendor == PCI_VENDOR_ID_COMPEX
usr/src/grub/grub-0.97/stage2/expand.c
144
char vendor[13];
usr/src/grub/grub-0.97/stage2/expand.c
178
uint32_t *iptr = (uint32_t *)vendor;
usr/src/grub/grub-0.97/stage2/expand.c
184
vendor[12] = '\0';
usr/src/grub/grub-0.97/stage2/expand.c
214
vendor, family, model, step);
usr/src/head/pkginfo.h
46
char *vendor;
usr/src/lib/fm/topo/modules/common/nic/topo_nic.c
276
char *vendor = NULL, *part = NULL, *rev = NULL, *serial = NULL;
usr/src/lib/fm/topo/modules/common/nic/topo_nic.c
323
&vendor)) != 0 && nvlist_lookup_byte_array(nvl,
usr/src/lib/fm/topo/modules/common/nic/topo_nic.c
328
vendor = ouibuf;
usr/src/lib/fm/topo/modules/common/nic/topo_nic.c
331
vendor = NULL;
usr/src/lib/fm/topo/modules/common/nic/topo_nic.c
356
if (transceiver_create_sff(mod, port, 0, dgt.dgt_usable, vendor, part,
usr/src/lib/fm/topo/modules/common/shared/topo_transceiver.c
125
boolean_t useable, const char *vendor, const char *part, const char *rev,
usr/src/lib/fm/topo/modules/common/shared/topo_transceiver.c
146
if (vendor != NULL && topo_prop_set_string(tn,
usr/src/lib/fm/topo/modules/common/shared/topo_transceiver.c
148
TOPO_PROP_IMMUTABLE, vendor, &err) != 0) {
usr/src/lib/fm/topo/modules/i86pc/chip/chip.c
486
const char *vendor;
usr/src/lib/fm/topo/modules/i86pc/chip/chip.c
500
FM_PHYSCPU_INFO_VENDOR_ID, DATA_TYPE_STRING, &vendor,
usr/src/lib/fm/topo/modules/i86pc/chip/chip.c
657
if (strcmp(vendor, "AuthenticAMD") == 0) {
usr/src/lib/fm/topo/modules/i86pc/chip/chip.c
705
if (strcmp(vendor, "AuthenticAMD") == 0) {
usr/src/lib/hal/libhal-storage/common/libhal-storage.c
1519
return drive->vendor;
usr/src/lib/hal/libhal-storage/common/libhal-storage.c
211
const char *vendor;
usr/src/lib/hal/libhal-storage/common/libhal-storage.c
219
vendor = libhal_drive_get_vendor (drive);
usr/src/lib/hal/libhal-storage/common/libhal-storage.c
230
if (vendor == NULL || strlen (vendor) == 0) {
usr/src/lib/hal/libhal-storage/common/libhal-storage.c
237
vendormodel_str = strdup (vendor);
usr/src/lib/hal/libhal-storage/common/libhal-storage.c
239
snprintf (buf, MAX_STRING_SZ, "%s %s", vendor, model);
usr/src/lib/hal/libhal-storage/common/libhal-storage.c
678
char *vendor; /* may be "", is never NULL */
usr/src/lib/hal/libhal-storage/common/libhal-storage.c
796
libhal_free_string (drive->vendor);
usr/src/lib/hal/libhal-storage/common/libhal-storage.c
935
LIBHAL_PROP_EXTRACT_STRING ("storage.vendor", drive->vendor);
usr/src/lib/hbaapi/common/HBAAPILIB-sun.c
61
#define HBA_HANDLE_FROM_LOCAL(library, vendor) \
usr/src/lib/hbaapi/common/HBAAPILIB-sun.c
62
(((library)<<16) | ((vendor)&0x0000FFFF))
usr/src/lib/hbaapi/common/HBAAPILIB.c
64
#define HBA_HANDLE_FROM_LOCAL(library, vendor) \
usr/src/lib/hbaapi/common/HBAAPILIB.c
65
(((library)<<16) | ((vendor)&0x0000FFFF))
usr/src/lib/libadm/common/pkginfo.c
177
if (info->vendor)
usr/src/lib/libadm/common/pkginfo.c
178
free(info->vendor);
usr/src/lib/libadm/common/pkginfo.c
186
info->vendor = info->catg = NULL;
usr/src/lib/libadm/common/pkginfo.c
226
memloc = &info->vendor;
usr/src/lib/libcpc/i386/conf_pentium.c
515
char *vendor = (char *)vbuf;
usr/src/lib/libcpc/i386/conf_pentium.c
516
vendor[12] = '\0';
usr/src/lib/libcpc/i386/conf_pentium.c
518
if (strcmp(vendor, "GenuineIntel") != 0)
usr/src/lib/libima/common/ima-lib.c
720
libSwprintf(pProps->vendor, L"%ls", LIBRARY_PROPERTY_VENDOR);
usr/src/lib/libima/common/ima.h
498
IMA_WCHAR vendor[256];
usr/src/lib/libima/common/ima.h
536
IMA_WCHAR vendor[256];
usr/src/lib/libima/common/ima.h
882
IMA_WCHAR vendor[64];
usr/src/lib/libppt/common/libppt.c
343
char *vendor;
usr/src/lib/libppt/common/libppt.c
348
nvlist_lookup_string(nvl, "vendor-id", &vendor) != 0 ||
usr/src/lib/libppt/common/libppt.c
358
strcmp(pm->pm_vendor, vendor) == 0) {
usr/src/lib/librestart/common/librestart.c
784
const char *subclass, const char *vendor, const char *pub_name,
usr/src/lib/librestart/common/librestart.c
791
ret = sysevent_evc_publish(scp, class, subclass, vendor,
usr/src/lib/libstmf/common/libstmf.h
283
uchar_t vendor[8];
usr/src/lib/libsun_ima/common/ima.c
3022
libSwprintf(pProps->vendor, L"%ls", LIBRARY_PROPERTY_VENDOR);
usr/src/lib/libsysevent/libevchannel.c
265
const char *subclass, const char *vendor,
usr/src/lib/libsysevent/libevchannel.c
284
(char *)vendor, (char *)pub_name, attr_list);
usr/src/lib/libsysevent/libsysevent.c
152
sysevent_post_event(char *class, char *subclass, char *vendor, char *pub_name,
usr/src/lib/libsysevent/libsysevent.c
158
ev = sysevent_alloc_event(class, subclass, vendor, pub_name, attr_list);
usr/src/lib/libsysevent/libsysevent.c
586
sysevent_alloc_event(char *class, char *subclass, char *vendor, char *pub_name,
usr/src/lib/libsysevent/libsysevent.c
593
if ((class == NULL) || (subclass == NULL) || (vendor == NULL) ||
usr/src/lib/libsysevent/libsysevent.c
611
pub_sz = strlen(vendor) + sizeof (SE_USR_PUB) + strlen(pub_name) + 14;
usr/src/lib/libsysevent/libsysevent.c
621
if (snprintf(pub_id, pub_sz, "%s:%s%s:%d", vendor, SE_USR_PUB,
usr/src/lib/libsysevent/libsysevent.c
684
char *vendor, *pub;
usr/src/lib/libsysevent/libsysevent.c
694
if ((vendor = sysevent_get_vendor_name(ev)) != NULL) {
usr/src/lib/libsysevent/libsysevent.c
695
(void) fprintf(fp, "\tvendor = %s\n", vendor);
usr/src/lib/libsysevent/libsysevent.c
696
free(vendor);
usr/src/lib/libsysevent/libsysevent.h
58
int sysevent_post_event(char *event_class, char *event_subclass, char *vendor,
usr/src/lib/libsysevent/libsysevent.h
93
char *vendor, char *pub_name, nvlist_t *attr_list);
usr/src/lib/mpapi/libmpapi/common/mpapi.c
375
wcsncpy(pProps->vendor, LIBRARY_VENDOR, MAX_NAME_SIZE);
usr/src/lib/mpapi/libmpapi/common/mpapi.h
456
MP_WCHAR vendor[256];
usr/src/lib/mpapi/libmpapi/common/mpapi.h
501
MP_WCHAR vendor[256];
usr/src/lib/mpapi/libmpapi/common/mpapi.h
687
MP_CHAR vendor[8];
usr/src/lib/mpapi/libmpapi/common/mpapi.h
705
MP_CHAR vendor[8];
usr/src/lib/mpapi/libmpscsi_vhci/common/MP_GetDeviceProductProperties.c
115
vendorLength = sizeof (pProps->vendor);
usr/src/lib/mpapi/libmpscsi_vhci/common/MP_GetDeviceProductProperties.c
120
(void) strncpy(pProps->vendor,
usr/src/lib/mpapi/libmpscsi_vhci/common/MP_GetDeviceProductProperties.c
121
devProdInfo.prodInfo.vendor,
usr/src/lib/mpapi/libmpscsi_vhci/common/MP_GetMPLogicalUnitProperties.c
338
vendorLength = sizeof (pProps->vendor);
usr/src/lib/mpapi/libmpscsi_vhci/common/MP_GetMPLogicalUnitProperties.c
342
(void) strncpy(pProps->vendor,
usr/src/lib/mpapi/libmpscsi_vhci/common/MP_GetMPLogicalUnitProperties.c
343
luInfo.prodInfo.vendor,
usr/src/lib/mpapi/libmpscsi_vhci/common/MP_GetMultipathLusDevProd.c
196
(void) strncpy(inqVendorID, devProdInfo.prodInfo.vendor,
usr/src/lib/mpapi/libmpscsi_vhci/common/MP_GetMultipathLusDevProd.c
197
sizeof (devProdInfo.prodInfo.vendor));
usr/src/lib/mpapi/libmpscsi_vhci/common/MP_GetPluginPropertiesPlugin.c
96
(void) wcsncpy(pProps->vendor, L"Sun Microsystems", 255);
usr/src/lib/scsi/libses/common/ses_plugin.c
283
char *vendor, *product, *revision;
usr/src/lib/scsi/libses/common/ses_plugin.c
319
vendor = strdupa(libscsi_vendor(tp->st_target));
usr/src/lib/scsi/libses/common/ses_plugin.c
323
ses_plugin_cleanstr(vendor);
usr/src/lib/scsi/libses/common/ses_plugin.c
328
LIBSES_PLUGIN_VENDOR, isa, vendor,
usr/src/lib/scsi/libses/common/ses_plugin.c
334
LIBSES_PLUGIN_VENDOR, isa, vendor, product,
usr/src/lib/scsi/libses/common/ses_plugin.c
340
LIBSES_PLUGIN_VENDOR, isa, vendor, product,
usr/src/lib/scsi/libsmp/common/smp_plugin.c
270
char *c_vendor, *vendor, *product, *revision;
usr/src/lib/scsi/libsmp/common/smp_plugin.c
325
vendor = strdupa(tp->st_vendor);
usr/src/lib/scsi/libsmp/common/smp_plugin.c
329
smp_plugin_cleanstr(vendor);
usr/src/lib/scsi/libsmp/common/smp_plugin.c
357
LIBSMP_PLUGIN_VENDOR, isa, vendor, LIBSMP_PLUGIN_EXT);
usr/src/lib/scsi/libsmp/common/smp_plugin.c
362
LIBSMP_PLUGIN_VENDOR, isa, vendor, product, LIBSMP_PLUGIN_EXT);
usr/src/lib/scsi/libsmp/common/smp_plugin.c
367
LIBSMP_PLUGIN_VENDOR, isa, vendor, product,
usr/src/lib/smhba/common/SMHBAAPILIB.c
100
#define HBA_HANDLE_FROM_LOCAL(library, vendor) \
usr/src/lib/smhba/common/SMHBAAPILIB.c
101
(((library)<<16) | ((vendor)&0x0000FFFF))
usr/src/test/nvme-tests/tests/libnvme/check-destruct.c
114
vendor = pcidb_lookup_vendor(pcidb, nvme_ctrl_info_vendor(info));
usr/src/test/nvme-tests/tests/libnvme/check-destruct.c
115
if (vendor != NULL) {
usr/src/test/nvme-tests/tests/libnvme/check-destruct.c
116
(void) printf("Vendor: %s (0x%x)\n", pcidb_vendor_name(vendor),
usr/src/test/nvme-tests/tests/libnvme/check-destruct.c
99
pcidb_vendor_t *vendor;
usr/src/tools/smatch/src/sparse-llvm.c
1309
const char *arch, *vendor, *os, *env, *layout = NULL;
usr/src/tools/smatch/src/sparse-llvm.c
1313
vendor = strtok(NULL, "-");
usr/src/tools/smatch/src/sparse-llvm.c
1335
snprintf(triple, sizeof(triple), "%s-%s-%s-%s", arch, vendor, os, env);
usr/src/tools/smatch/src/validation/preprocessor/preprocessor6.c
17
#define VENDOR( vendor, name ) \
usr/src/tools/smatch/src/validation/preprocessor/preprocessor6.c
18
static char __vendorstr_##vendor[] __devinitdata = name;
usr/src/uts/common/io/1394/adapters/hci1394_attach.c
366
&soft_state->vendor_info, &soft_state->vendor);
usr/src/uts/common/io/1394/adapters/hci1394_attach.c
413
status = hci1394_vendor_resume(soft_state->vendor);
usr/src/uts/common/io/1394/adapters/hci1394_detach.c
204
hci1394_vendor_fini(&soft_state->vendor);
usr/src/uts/common/io/1394/adapters/hci1394_ioctl.c
220
status = hci1394_vendor_reg_write(soft_state->vendor,
usr/src/uts/common/io/1394/adapters/hci1394_ioctl.c
246
status = hci1394_vendor_reg_read(soft_state->vendor,
usr/src/uts/common/io/1394/adapters/hci1394_vendor.c
109
status = hci1394_rio_init(vendor);
usr/src/uts/common/io/1394/adapters/hci1394_vendor.c
111
kmem_free(vendor,
usr/src/uts/common/io/1394/adapters/hci1394_vendor.c
121
vendor->ve_reg_count = 0;
usr/src/uts/common/io/1394/adapters/hci1394_vendor.c
129
vendor->ve_reg_count = 0;
usr/src/uts/common/io/1394/adapters/hci1394_vendor.c
133
vendor_info->vendor_reg_count = vendor->ve_reg_count;
usr/src/uts/common/io/1394/adapters/hci1394_vendor.c
287
hci1394_rio_init(hci1394_vendor_t *vendor)
usr/src/uts/common/io/1394/adapters/hci1394_vendor.c
292
ASSERT(vendor != NULL);
usr/src/uts/common/io/1394/adapters/hci1394_vendor.c
294
vendor->ve_reg_count = 1;
usr/src/uts/common/io/1394/adapters/hci1394_vendor.c
295
vendor->ve_reg_array[0] = kmem_alloc(sizeof (hci1394_vendor_reg_t),
usr/src/uts/common/io/1394/adapters/hci1394_vendor.c
298
status = ddi_regs_map_setup(vendor->ve_drvinfo->di_dip, RIOREG_REG_BASE,
usr/src/uts/common/io/1394/adapters/hci1394_vendor.c
299
&vendor->ve_reg_array[0]->vr_reg_addr, RIOREG_OFFSET, RIOREG_LENGTH,
usr/src/uts/common/io/1394/adapters/hci1394_vendor.c
300
&vendor->ve_drvinfo->di_reg_attr,
usr/src/uts/common/io/1394/adapters/hci1394_vendor.c
301
&vendor->ve_reg_array[0]->vr_reg_handle);
usr/src/uts/common/io/1394/adapters/hci1394_vendor.c
303
vendor->ve_reg_count = 0;
usr/src/uts/common/io/1394/adapters/hci1394_vendor.c
304
kmem_free(vendor->ve_reg_array[0],
usr/src/uts/common/io/1394/adapters/hci1394_vendor.c
310
status = hci1394_vendor_reg_write(vendor, 0, RIOREG_HOST_CONTROL,
usr/src/uts/common/io/1394/adapters/hci1394_vendor.c
313
ddi_regs_map_free(&vendor->ve_reg_array[0]->vr_reg_handle);
usr/src/uts/common/io/1394/adapters/hci1394_vendor.c
314
vendor->ve_reg_count = 0;
usr/src/uts/common/io/1394/adapters/hci1394_vendor.c
315
kmem_free(vendor->ve_reg_array[0],
usr/src/uts/common/io/1394/adapters/hci1394_vendor.c
317
vendor->ve_reg_array[0] = NULL;
usr/src/uts/common/io/1394/adapters/hci1394_vendor.c
322
hci1394_rio_guid_init(vendor);
usr/src/uts/common/io/1394/adapters/hci1394_vendor.c
333
hci1394_rio_resume(hci1394_vendor_t *vendor)
usr/src/uts/common/io/1394/adapters/hci1394_vendor.c
338
ASSERT(vendor != NULL);
usr/src/uts/common/io/1394/adapters/hci1394_vendor.c
341
status = hci1394_vendor_reg_write(vendor, 0, RIOREG_HOST_CONTROL,
usr/src/uts/common/io/1394/adapters/hci1394_vendor.c
348
hci1394_rio_guid_init(vendor);
usr/src/uts/common/io/1394/adapters/hci1394_vendor.c
362
hci1394_rio_guid_init(hci1394_vendor_t *vendor)
usr/src/uts/common/io/1394/adapters/hci1394_vendor.c
366
ASSERT(vendor != NULL);
usr/src/uts/common/io/1394/adapters/hci1394_vendor.c
378
ddi_put32(vendor->ve_ohci->ohci_reg_handle,
usr/src/uts/common/io/1394/adapters/hci1394_vendor.c
379
&vendor->ve_ohci->ohci_regs->guid_hi,
usr/src/uts/common/io/1394/adapters/hci1394_vendor.c
381
ddi_put32(vendor->ve_ohci->ohci_reg_handle,
usr/src/uts/common/io/1394/adapters/hci1394_vendor.c
382
&vendor->ve_ohci->ohci_regs->guid_lo,
usr/src/uts/common/io/1394/adapters/hci1394_vendor.c
62
static int hci1394_rio_init(hci1394_vendor_t *vendor);
usr/src/uts/common/io/1394/adapters/hci1394_vendor.c
63
static void hci1394_rio_guid_init(hci1394_vendor_t *vendor);
usr/src/uts/common/io/1394/adapters/hci1394_vendor.c
64
static int hci1394_rio_resume(hci1394_vendor_t *vendor);
usr/src/uts/common/io/1394/adapters/hci1394_vendor.c
82
hci1394_vendor_t *vendor;
usr/src/uts/common/io/1394/adapters/hci1394_vendor.c
92
vendor = kmem_alloc(sizeof (hci1394_vendor_t), KM_SLEEP);
usr/src/uts/common/io/1394/adapters/hci1394_vendor.c
93
vendor->ve_info = *vendor_info;
usr/src/uts/common/io/1394/adapters/hci1394_vendor.c
94
vendor->ve_drvinfo = drvinfo;
usr/src/uts/common/io/1394/adapters/hci1394_vendor.c
95
vendor->ve_ohci = ohci;
usr/src/uts/common/io/1394/adapters/hci1394_vendor.c
98
*vendor_handle = vendor;
usr/src/uts/common/io/aac/aac.c
2127
if ((aac_cards[card_index].vendor == softs->vendid) &&
usr/src/uts/common/io/aac/aac.h
148
uint16_t vendor; /* PCI Vendor ID */
usr/src/uts/common/io/audio/ac97/ac97.c
1830
const char *vendor = NULL;
usr/src/uts/common/io/audio/ac97/ac97.c
1866
vendor = vendors[i].name;
usr/src/uts/common/io/audio/ac97/ac97.c
1875
if (vendor == NULL) {
usr/src/uts/common/io/audio/ac97/ac97.c
1876
vendor = "Unknown";
usr/src/uts/common/io/audio/ac97/ac97.c
1947
(void) snprintf(ac->name, sizeof (ac->name), "%s %s", vendor, name);
usr/src/uts/common/io/audio/drv/audiocmi/audiocmi.c
871
uint16_t vendor, device;
usr/src/uts/common/io/audio/drv/audiocmi/audiocmi.c
882
vendor = pci_config_get16(pcih, PCI_CONF_VENID);
usr/src/uts/common/io/audio/drv/audiocmi/audiocmi.c
885
if (vendor != CMEDIA_VENDOR_ID ||
usr/src/uts/common/io/audio/drv/audiocmihd/audiocmihd.c
1536
uint16_t pci_command, vendor, device, subvendor, subdevice;
usr/src/uts/common/io/audio/drv/audiocmihd/audiocmihd.c
1558
vendor = pci_config_get16(pcih, PCI_CONF_VENID);
usr/src/uts/common/io/audio/drv/audiocmihd/audiocmihd.c
1562
if (vendor != PCI_VENDOR_ID_CMEDIA ||
usr/src/uts/common/io/audio/drv/audiocmihd/audiocmihd.c
1565
"(vendor=%x, dev=%x)", vendor, device);
usr/src/uts/common/io/audio/drv/audioens/audioens.c
1010
vendor = pci_config_get16(pcih, PCI_CONF_VENID);
usr/src/uts/common/io/audio/drv/audioens/audioens.c
1014
if ((vendor != ENSONIQ_VENDOR_ID && vendor != CREATIVE_VENDOR_ID) ||
usr/src/uts/common/io/audio/drv/audioens/audioens.c
993
uint16_t pci_command, vendor, device;
usr/src/uts/common/io/audio/drv/audiols/audiols.c
1101
uint16_t pci_command, vendor, device;
usr/src/uts/common/io/audio/drv/audiols/audiols.c
1125
vendor = pci_config_get16(pcih, PCI_CONF_VENID);
usr/src/uts/common/io/audio/drv/audiols/audiols.c
1130
if (vendor != PCI_VENDOR_ID_CREATIVE ||
usr/src/uts/common/io/audio/drv/audiols/audiols.c
1133
"(vendor=%x, dev=%x)", vendor, device);
usr/src/uts/common/io/audio/drv/audiop16x/audiop16x.c
544
uint16_t vendor, device;
usr/src/uts/common/io/audio/drv/audiop16x/audiop16x.c
565
vendor = pci_config_get16(pcih, PCI_CONF_VENID);
usr/src/uts/common/io/audio/drv/audiop16x/audiop16x.c
567
if (vendor != CREATIVE_VENDOR_ID ||
usr/src/uts/common/io/audio/drv/audiop16x/audiop16x.c
570
"(vendor=%x, dev=%x)", vendor, device);
usr/src/uts/common/io/audio/drv/audiopci/audiopci.c
1179
uint16_t pci_command, vendor, device;
usr/src/uts/common/io/audio/drv/audiopci/audiopci.c
1196
vendor = pci_config_get16(pcih, PCI_CONF_VENID);
usr/src/uts/common/io/audio/drv/audiopci/audiopci.c
1199
if ((vendor != ENSONIQ_VENDOR_ID && vendor != CREATIVE_VENDOR_ID) ||
usr/src/uts/common/io/audio/drv/audiovia823x/audiovia823x.c
544
uint16_t pci_command, vendor, device;
usr/src/uts/common/io/audio/drv/audiovia823x/audiovia823x.c
564
vendor = pci_config_get16(pcih, PCI_CONF_VENID);
usr/src/uts/common/io/audio/drv/audiovia823x/audiovia823x.c
566
if ((vendor != VIA_VENDOR_ID) || (device != VIA_8233_ID &&
usr/src/uts/common/io/audio/drv/audiovia823x/audiovia823x.c
569
"(vendor=%x, dev=%x)", vendor, device);
usr/src/uts/common/io/bge/bge_chip2.c
3038
cidp->vendor, cidp->device, cidp->device);
usr/src/uts/common/io/bge/bge_chip2.c
3042
cidp->vendor, cidp->device, cidp->chip_label,
usr/src/uts/common/io/bge/bge_chip2.c
375
cidp->vendor = pci_config_get16(handle, PCI_CONF_VENID);
usr/src/uts/common/io/bge/bge_chip2.c
394
cidp->vendor, cidp->device, cidp->revision));
usr/src/uts/common/io/bge/bge_impl.h
617
uint16_t vendor; /* vendor-id */
usr/src/uts/common/io/bge/bge_kstats.c
324
(knp++)->value.ui64 = bgep->chipid.vendor;
usr/src/uts/common/io/bge/bge_main2.c
3370
if (chipid.vendor != cidp->vendor)
usr/src/uts/common/io/dmfe/dmfe_impl.h
62
uint16_t vendor;
usr/src/uts/common/io/dmfe/dmfe_main.c
2454
idp->vendor = pci_config_get16(handle, PCI_CONF_VENID);
usr/src/uts/common/io/dmfe/dmfe_main.c
2538
if (chipid.vendor != dmfep->chipid.vendor)
usr/src/uts/common/io/fibre-channel/impl/fp.c
11187
payload.vendor = 0;
usr/src/uts/common/io/mii/mii_other.c
138
for (int i = 0; other_vendors[i].vendor; i++) {
usr/src/uts/common/io/mii/mii_other.c
140
ph->phy_vendor = other_vendors[i].vendor;
usr/src/uts/common/io/mii/mii_other.c
41
const char *vendor;
usr/src/uts/common/io/nge/nge.h
580
uint16_t vendor; /* vendor-id */
usr/src/uts/common/io/nge/nge_chip.c
600
infop->vendor = pci_config_get16(handle,
usr/src/uts/common/io/nge/nge_kstats.c
154
(knp++)->value.ui64 = infop->vendor;
usr/src/uts/common/io/nvme/nvme.c
4479
char *vendor, *product;
usr/src/uts/common/io/nvme/nvme.c
4672
sata_split_model(model, &vendor, &product);
usr/src/uts/common/io/nvme/nvme.c
4674
if (vendor == NULL)
usr/src/uts/common/io/nvme/nvme.c
4677
nvme->n_vendor = strdup(vendor);
usr/src/uts/common/io/nvme/nvme_stat.c
165
STAT_INIT(vendor);
usr/src/uts/common/io/rge/rge.h
343
uint16_t vendor; /* vendor-id */
usr/src/uts/common/io/rge/rge_chip.c
760
cidp->vendor = pci_config_get16(handle, PCI_CONF_VENID);
usr/src/uts/common/io/rge/rge_chip.c
777
cidp->vendor, cidp->device, cidp->revision));
usr/src/uts/common/io/rge/rge_main.c
1529
if (chipid.vendor != cidp->vendor)
usr/src/uts/common/io/sata/impl/sata.c
2129
sata_split_model(char *model, char **vendor, char **product)
usr/src/uts/common/io/sata/impl/sata.c
2171
*vendor = vid;
usr/src/uts/common/io/scsi/adapters/scsi_vhci/mpapi_impl.c
2493
(void) strncpy(dev_prod->prodInfo.vendor, vidpid, strlen(vidpid));
usr/src/uts/common/io/scsi/adapters/scsi_vhci/scsi_vhci.c
5260
bcopy(psd->sd_inq->inq_vid, ld->prop.prodInfo.vendor, 8);
usr/src/uts/common/io/urtw/urtw.c
191
uint16_t vendor, uint16_t product)
usr/src/uts/common/io/urtw/urtw.c
195
if (tbl[nentries].dev.v == vendor &&
usr/src/uts/common/io/urtw/urtw.c
202
#define usb_lookup(tbl, vendor, product) \
usr/src/uts/common/io/urtw/urtw.c
204
(vendor), (product))
usr/src/uts/common/io/usb/clients/usbinput/usbwcm/usbwcm.c
685
sc->sc_id.vendor = usbwcmp->usbwcm_devid.VendorId;
usr/src/uts/common/io/vr/vr.c
633
vrp->chip.vendor = VR_GET16(vrp->acc_cfg, PCI_CONF_VENID);
usr/src/uts/common/io/vr/vr.h
364
uint16_t vendor;
usr/src/uts/common/io/xge/hal/include/xgehal-mgmt.h
58
u16 vendor;
usr/src/uts/common/io/xge/hal/xgehal/xgehal-mgmt.c
61
&about_info->vendor);
usr/src/uts/common/io/xge/hal/xgehal/xgehal-mgmtaux.c
203
__HAL_AUX_ENTRY("vendor", about_info.vendor, "0x%x");
usr/src/uts/common/io/zyd/zyd.h
407
zyd_mac_rev_t zyd_usb_mac_rev(uint16_t vendor, uint16_t product);
usr/src/uts/common/io/zyd/zyd_usb.c
100
ZYD_DEBUG((ZYD_DBG_USB, "matching device usb%x,%x\n", vendor, product));
usr/src/uts/common/io/zyd/zyd_usb.c
102
if (vendor == usb_ids[i].vendor_id &&
usr/src/uts/common/io/zyd/zyd_usb.c
96
zyd_usb_mac_rev(uint16_t vendor, uint16_t product)
usr/src/uts/common/os/evchannels.c
1924
const char *vendor, const char *pubs, nvlist_t *attr, uint32_t flags)
usr/src/uts/common/os/evchannels.c
1936
vendor != NULL && pubs != NULL);
usr/src/uts/common/os/evchannels.c
1945
pub_sz = snprintf(pub, MAX_PUB_LEN, "%s:kern:%s", vendor, pubs) + 1;
usr/src/uts/common/os/log_sysevent.c
1864
char *vendor,
usr/src/uts/common/os/log_sysevent.c
1889
n = strlen(vendor) + strlen(drvname) + 7;
usr/src/uts/common/os/log_sysevent.c
1899
(void) strcpy(publisher, vendor);
usr/src/uts/common/sys/1394/adapters/hci1394_state.h
64
hci1394_vendor_handle_t vendor; /* see hci1394_vendor.h */
usr/src/uts/common/sys/fc4/fcal_linkapp.h
116
uchar_t vendor;
usr/src/uts/common/sys/fc4/fcal_linkapp.h
295
uchar_t vendor;
usr/src/uts/common/sys/fc4/linkapp.h
182
uchar_t vendor;
usr/src/uts/common/sys/fc4/linkapp.h
80
uchar_t vendor;
usr/src/uts/common/sys/fibre-channel/impl/fc_linkapp.h
110
uchar_t vendor;
usr/src/uts/common/sys/gfx_private.h
75
uint8_t function, uint16_t *vendor, uint16_t *device);
usr/src/uts/common/sys/gfx_private.h
85
extern int gfxp_pci_device_present(uint16_t vendor, uint16_t device);
usr/src/uts/common/sys/scsi/adapters/mpapi_impl.h
136
char vendor[8];
usr/src/uts/common/sys/sunddi.h
2189
ddi_log_sysevent(dev_info_t *dip, char *vendor, char *class_name,
usr/src/uts/common/sys/usb/clients/usbinput/usbwcm/usbwcm.h
96
uint16_t vendor;
usr/src/uts/i86pc/cpu/generic_cpu/gcpu_main.c
102
vendor = "INTC";
usr/src/uts/i86pc/cpu/generic_cpu/gcpu_main.c
107
vendor = "AMD";
usr/src/uts/i86pc/cpu/generic_cpu/gcpu_main.c
158
return (kmem_asprintf("iv0-%s-%x-%llx", vendor, cmi_hdl_chipsig(hdl),
usr/src/uts/i86pc/cpu/generic_cpu/gcpu_main.c
92
const char *vendor;
usr/src/uts/i86pc/cpu/generic_cpu/gcpu_mca.c
1127
uint_t vendor = cmi_hdl_vendor(hdl);
usr/src/uts/i86pc/cpu/generic_cpu/gcpu_mca.c
1288
switch (vendor) {
usr/src/uts/i86pc/cpu/generic_cpu/gcpu_mca.c
1368
((vendor == X86_VENDOR_Intel && family >= 0xf) ||
usr/src/uts/i86pc/cpu/generic_cpu/gcpu_mca.c
1369
vendor == X86_VENDOR_AMD ||
usr/src/uts/i86pc/cpu/generic_cpu/gcpu_mca.c
1370
vendor == X86_VENDOR_HYGON))
usr/src/uts/i86pc/io/acpi/acpidev/acpidev_dr.c
116
uint_t vendor, family, model, step;
usr/src/uts/i86pc/io/acpi/acpidev/acpidev_dr.c
124
vendor = cpuid_getvendor(CPU);
usr/src/uts/i86pc/io/acpi/acpidev/acpidev_dr.c
140
if (cp->cpu_vendor == vendor && cp->cpu_family == family &&
usr/src/uts/i86pc/io/gfx_private/gfxp_pci.c
140
pci_bsf->vendor = vendor_id;
usr/src/uts/i86pc/io/gfx_private/gfxp_pci.c
153
uint16_t *vendor, uint16_t *device)
usr/src/uts/i86pc/io/gfx_private/gfxp_pci.c
178
if (vendor) *vendor = pci_bsf->vendor;
usr/src/uts/i86pc/io/gfx_private/gfxp_pci.c
182
if (vendor) *vendor = 0x0000;
usr/src/uts/i86pc/io/gfx_private/gfxp_pci.c
310
if ((vendor_id == pci_bsf->vendor) && (device_id == pci_bsf->device)) {
usr/src/uts/i86pc/io/gfx_private/gfxp_pci.c
321
gfxp_pci_device_present(uint16_t vendor, uint16_t device)
usr/src/uts/i86pc/io/gfx_private/gfxp_pci.c
333
pci_bsf->vendor = vendor;
usr/src/uts/i86pc/io/gfx_private/gfxp_pci.c
71
uint16_t vendor;
usr/src/uts/i86pc/io/immu.c
131
int vendor, device;
usr/src/uts/i86pc/io/immu.c
134
vendor = ddi_prop_get_int(DDI_DEV_T_ANY, dip, DDI_PROP_DONTPASS,
usr/src/uts/i86pc/io/immu.c
139
if (vendor == 0x8086 && device == 0x2a40) {
usr/src/uts/i86pc/io/isa.c
1019
isa_vendor(uint32_t id, char *vendor)
usr/src/uts/i86pc/io/isa.c
1021
vendor[0] = '@' + ((id >> 26) & 0x1f);
usr/src/uts/i86pc/io/isa.c
1022
vendor[1] = '@' + ((id >> 21) & 0x1f);
usr/src/uts/i86pc/io/isa.c
1023
vendor[2] = '@' + ((id >> 16) & 0x1f);
usr/src/uts/i86pc/io/isa.c
1024
vendor[3] = 0;
usr/src/uts/i86pc/io/isa.c
1033
char vendor[8];
usr/src/uts/i86pc/io/isa.c
1090
isa_vendor(isa_regs[0].phys_hi, vendor);
usr/src/uts/i86pc/io/isa.c
1096
vendor, device, serial, func);
usr/src/uts/i86pc/io/isa.c
1099
vendor, device, serial);
usr/src/uts/i86pc/os/cmi_hw.c
1293
uint_t vendor;
usr/src/uts/i86pc/os/cmi_hw.c
1310
vendor = _cpuid_vendorstr_to_vendorcode(
usr/src/uts/i86pc/os/cmi_hw.c
1313
vendor = cpuid_getvendor((cpu_t *)priv);
usr/src/uts/i86pc/os/cmi_hw.c
1316
switch (vendor) {
usr/src/uts/i86pc/os/cmi_hw.c
1667
CMI_HDL_OPFUNC(vendor, uint_t)
usr/src/uts/i86pc/os/cms.c
68
const char *vendor;
usr/src/uts/intel/io/acpica/acpi_enum.c
778
char vendor[5];
usr/src/uts/intel/io/acpica/acpi_enum.c
783
sscanf(pnpid, "%4s%x", vendor, &id);
usr/src/uts/intel/io/acpica/acpi_enum.c
786
sscanf(pnpid, "%3s%x", vendor, &id);
usr/src/uts/intel/io/acpica/acpi_enum.c
789
snprintf(str, strsize, "pnp%s,%x", vendor, id);
usr/src/uts/intel/io/iommulib.c
343
const char *vendor;
usr/src/uts/intel/io/iommulib.c
361
vendor = "AMD";
usr/src/uts/intel/io/iommulib.c
364
vendor = "Intel";
usr/src/uts/intel/io/iommulib.c
379
" %s", f, driver, instance, vendor);
usr/src/uts/intel/io/iommulib.c
482
f, driver, instance, vendor, (void *)ops, (void *)unitp->ilu_data,
usr/src/uts/intel/io/scsi/adapters/arcmsr/arcmsr.h
375
char vendor[40];
usr/src/uts/intel/os/cpuid.c
2077
platform_cpuid_mangle(uint_t vendor, uint32_t eax, struct cpuid_regs *cp)
usr/src/uts/intel/os/cpuid.c
2108
switch (vendor) {
usr/src/uts/intel/os/cpuid.c
2144
#define platform_cpuid_mangle(vendor, eax, cp) /* nothing */
usr/src/uts/intel/os/cpuid.c
8167
patch_memops(uint_t vendor)
usr/src/uts/intel/os/cpuid.c
8172
if ((vendor == X86_VENDOR_Intel) &&
usr/src/uts/intel/os/cpuid_subr.c
1004
switch (vendor) {
usr/src/uts/intel/os/cpuid_subr.c
1027
_cpuid_chiprev(uint_t vendor, uint_t family, uint_t model, uint_t step)
usr/src/uts/intel/os/cpuid_subr.c
1031
switch (vendor) {
usr/src/uts/intel/os/cpuid_subr.c
1046
_cpuid_uarchrev(uint_t vendor, uint_t family, uint_t model, uint_t step)
usr/src/uts/intel/os/cpuid_subr.c
1050
switch (vendor) {
usr/src/uts/intel/os/cpuid_subr.c
1066
_cpuid_chiprevstr(uint_t vendor, uint_t family, uint_t model, uint_t step)
usr/src/uts/intel/os/cpuid_subr.c
1070
switch (vendor) {
usr/src/uts/intel/os/cpuid_subr.c
979
_cpuid_skt(uint_t vendor, uint_t family, uint_t model, uint_t step)
usr/src/uts/intel/os/cpuid_subr.c
983
switch (vendor) {
usr/src/uts/intel/os/cpuid_subr.c
998
_cpuid_sktstr(uint_t vendor, uint_t family, uint_t model, uint_t step)
usr/src/uts/intel/sys/x86_archext.h
1103
#define _X86_CHIPREV_MKREV(vendor, family, rev) \
usr/src/uts/intel/sys/x86_archext.h
1104
((uint32_t)(vendor) << _X86_CHIPREV_VENDOR_SHIFT | \
usr/src/uts/intel/sys/x86_archext.h
1407
#define _X86_UARCHREV_MKREV(vendor, family, rev) \
usr/src/uts/intel/sys/x86_archext.h
1408
_X86_CHIPREV_MKREV(vendor, family, rev)
usr/src/uts/intel/sys/x86_archext.h
1496
#define _X86_SOCKET_MKVAL(vendor, bitval) \
usr/src/uts/intel/sys/x86_archext.h
1497
((uint32_t)(vendor) << _X86_SOCKET_VENDOR_SHIFT | (bitval))