Searched defs:vendor (Results 1 - 25 of 87) sorted by relevance

1234

/illumos-gate/usr/src/cmd/fwflash/plugins/vendor/
H A Dsd-GENERIC.c42 char vendor[] = "GENERIC \0"; variable
H A Dhermon-MELLANOX.c48 char vendor[] = "MELLANOX\0"; variable
89 verifier->vendor, verifier->imgfile);
96 verifier->vendor);
132 "matches firmware image %s's PSID\n", verifier->vendor,
388 "is as expected\n", verifier->vendor);
392 "is not as expected\n", verifier->vendor);
H A Dtavor-MELLANOX.c50 char vendor[] = "MELLANOX\0"; variable
102 "Invariant Sector is invalid\n"), verifier->vendor);
116 "Sector verification\n"), verifier->vendor);
125 verifier->vendor);
166 verifier->vendor, verifier->imgfile,
186 verifier->vendor,
202 verifier->vendor);
213 verifier->vendor);
245 verifier->vendor);
252 verifier->vendor, vp_imginf
[all...]
/illumos-gate/usr/src/uts/common/io/usb/
H A Dusbdevs2h.awk95 function vendor(hfile) function
150 products[nproducts, 1] = $2; # vendor name
293 if ($1 == "vendor") {
294 vendor(hfile)
/illumos-gate/usr/src/head/
H A Dpkginfo.h46 char *vendor; member in struct:pkginfo
/illumos-gate/usr/src/uts/common/sys/1394/adapters/
H A Dhci1394_state.h66 hci1394_vendor_handle_t vendor; /* see hci1394_vendor.h */ member in struct:hci1394_state_s
/illumos-gate/usr/src/uts/common/io/mii/
H A Dmii_other.c41 const char *vendor; member in struct:__anon6112
138 for (int i = 0; other_vendors[i].vendor; i++) {
140 ph->phy_vendor = other_vendors[i].vendor;
150 /* PHY from this vendor isn't known to us */
/illumos-gate/usr/src/uts/common/io/1394/adapters/
H A Dhci1394_vendor.c32 * vendor specific features on the OpenHCI adapter.
47 * Macro which makes sure vendor register offset is not greater that 0x7FC and
57 * vendor cards are not effected.
64 static int hci1394_rio_init(hci1394_vendor_t *vendor);
65 static void hci1394_rio_guid_init(hci1394_vendor_t *vendor);
66 static int hci1394_rio_resume(hci1394_vendor_t *vendor);
77 * vendor routines.
84 hci1394_vendor_t *vendor; local
93 * alloc the space to keep track of the vendor registers.
95 vendor
330 hci1394_rio_init(hci1394_vendor_t *vendor) argument
387 hci1394_rio_resume(hci1394_vendor_t *vendor) argument
423 hci1394_rio_guid_init(hci1394_vendor_t *vendor) argument
[all...]
/illumos-gate/usr/src/lib/scsi/libsmp/common/
H A Dsmp_plugin.c270 char *c_vendor, *vendor, *product, *revision; local
307 * will not be able to use any vendor-specific plugins. Note that
308 * there are actually two possible specifications for vendor plugins:
309 * those matching the vendor/product/revision fields, and those
310 * matching the component vendor/id/revision fields. The component is
325 vendor = strdupa(tp->st_vendor);
329 smp_plugin_cleanstr(vendor);
357 LIBSMP_PLUGIN_VENDOR, isa, vendor, LIBSMP_PLUGIN_EXT);
362 LIBSMP_PLUGIN_VENDOR, isa, vendor, product, LIBSMP_PLUGIN_EXT);
367 LIBSMP_PLUGIN_VENDOR, isa, vendor, produc
[all...]
/illumos-gate/usr/src/cmd/mdb/intel/ia32/kmdb/
H A Dkvm_cpu_p6.c171 uint_t vendor, family, model; local
174 if (kmdb_kdi_get_cpuinfo(&vendor, &family, &model) < 0)
177 if (vendor != X86_VENDOR_Intel || family != KMT_CPU_FAMILY_P6 ||
/illumos-gate/usr/src/cmd/mdb/intel/kmdb/
H A Dkvm_cpu_amd.c183 uint_t vendor, family, model; local
186 if (kmdb_kdi_get_cpuinfo(&vendor, &family, &model) < 0)
189 if (vendor != X86_VENDOR_AMD) {
H A Dkvm_cpu_p4.c353 cpu2flavor(uint_t vendor, uint_t family, uint_t model) argument
355 if (vendor != X86_VENDOR_Intel)
395 uint_t vendor, family, model; local
398 if (kmdb_kdi_get_cpuinfo(&vendor, &family, &model) < 0)
401 if ((kmt_cpu_p4.p4_flavor = cpu2flavor(vendor, family, model)) ==
/illumos-gate/usr/src/cmd/fm/modules/common/fdd-msg/
H A Dfdd_msg.c64 char vendor[X86_VENDOR_STRLEN]; member in struct:cpu_tbl
128 (void) snprintf(ci->vendor, X86_VENDOR_STRLEN, "%s", ven);
148 fmd_hdl_debug(hdl, "Got CPU info: vendor=%s, family=%d, "
149 "model=%d\n", ci.vendor, ci.family, ci.model);
151 if (strncmp(ci.vendor, cl->vendor,
/illumos-gate/usr/src/cmd/acpihpd/
H A Dnotify.c267 char *vendor = NULL; local
272 vendor = sysevent_get_vendor_name(ev);
273 debug_print(2, "message_vendor = '%s'", vendor ? vendor : "unknown");
274 if (vendor == NULL || strcmp(vendor, SUNW_VENDOR) != 0) {
276 "vendor id of message is not '%s'", SUNW_VENDOR);
344 if (vendor != NULL) {
345 free(vendor);
/illumos-gate/usr/src/uts/common/io/drm/
H A Ddrm_drv.c156 drm_find_description(int vendor, int device, drm_pci_id_list_t *idlist) argument
159 for (i = 0; idlist[i].vendor != 0; i++) {
160 if ((idlist[i].vendor == vendor) &&
562 int vendor, device; local
564 vendor = pci_get_vendor(dev);
567 s = drm_find_description(vendor, device, idlist);
/illumos-gate/usr/src/man/man9p/
H A DMakefile37 inquiry-vendor-id.9p
44 inquiry-vendor-id.9p := LINKSRC = inquiry-device-type.9p
/illumos-gate/usr/src/uts/i86pc/io/gfx_private/
H A Dgfxp_pci.c74 uint16_t vendor; member in struct:gfxp_pci_bsf
122 * Look for vendor-id, device-id, class-code to verify
126 "vendor-id", -1);
143 pci_bsf->vendor = vendor_id;
156 uint16_t *vendor, uint16_t *device)
181 if (vendor) *vendor = pci_bsf->vendor;
185 if (vendor) *vendor
155 gfxp_pci_init_handle(uint8_t bus, uint8_t slot, uint8_t function, uint16_t *vendor, uint16_t *device) argument
324 gfxp_pci_device_present(uint16_t vendor, uint16_t device) argument
[all...]
/illumos-gate/usr/src/uts/common/io/xge/hal/include/
H A Dxgehal-mgmt.h39 * @vendor: PCI Vendor ID.
58 u16 vendor; member in struct:xge_hal_mgmt_about_info_t
/illumos-gate/usr/src/boot/sys/boot/i386/libi386/
H A Dbootinfo64.c136 int vendor[3]; local
146 /* Fetch the vendor string. */
148 vendor[0] = regs[1];
149 vendor[1] = regs[3];
150 vendor[2] = regs[2];
151 cpu_vendor = (char *)vendor;
/illumos-gate/usr/src/lib/scsi/libses/common/
H A Dses_plugin.c283 char *vendor, *product, *revision; local
316 * Create a local copy of the vendor/product/revision, strip out any
319 vendor = strdupa(libscsi_vendor(tp->st_target));
323 ses_plugin_cleanstr(vendor);
328 LIBSES_PLUGIN_VENDOR, isa, vendor,
334 LIBSES_PLUGIN_VENDOR, isa, vendor, product,
340 LIBSES_PLUGIN_VENDOR, isa, vendor, product,
/illumos-gate/usr/src/lib/libcpc/i386/
H A Dconf_pentium.c517 char *vendor = (char *)vbuf; local
518 vendor[12] = '\0';
520 if (strcmp(vendor, "GenuineIntel") != 0)
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dpci.c209 uint32_t class, uint16_t vendor, uint16_t device,
227 if ((vendor == driver->ids[i].vendor) &&
268 uint16_t vendor, device; local
306 vendor = l & 0xffff;
316 vendor, device);
333 scan_drivers(type, class, vendor, device, first_driver, dev);
346 dev->vendor = vendor;
207 scan_drivers( int type, uint32_t class, uint16_t vendor, uint16_t device, const struct pci_driver *last_driver, struct pci_device *dev) argument
/illumos-gate/usr/src/cmd/oplhpd/
H A Dscf_notify.c367 char *vendor = NULL; /* event vendor */ local
398 * Check the vendor and publisher name of event.
400 vendor = sysevent_get_vendor_name(ev);
402 /* Check the vendor is "SUNW" */
403 if (strncmp("SUNW", vendor, strlen("SUNW")) != 0) {
405 syslog(LOG_DEBUG, "Event is not a SUNW vendor event\n");
520 if (vendor != NULL) {
521 free(vendor);
/illumos-gate/usr/src/cmd/fwflash/common/
H A Dfwflash.h165 /* vendor ID, eg "HITACHI " */
253 * this type of plugin is for the firmware image vendor-specific
269 * The vendor name, such as "SUN" or "MELLANOX"
271 char *vendor; member in struct:vrfyplugin
/illumos-gate/usr/src/cmd/syseventd/modules/sysevent_conf_mod/
H A Dsysevent_conf_mod.h71 char *se_vendor; /* vendor */
88 char *vendor; member in struct:sysevent_hdr_info

Completed in 110 milliseconds

1234