/illumos-gate/usr/src/cmd/mdb/intel/modules/xhci/ |
H A D | xhci.c | 750 char product[256], mfg[256]; in xhci_mdb_print_device() local 768 if (ud.usb_mfg_str == NULL || mdb_readstr(mfg, sizeof (mfg), in xhci_mdb_print_device() 770 (void) strlcpy(mfg, "Unknown Manufacturer", sizeof (mfg)); in xhci_mdb_print_device() 778 mdb_printf("%<b>%s - %s%</b>\n", mfg, product); in xhci_mdb_print_device()
|
/illumos-gate/usr/src/lib/fm/topo/modules/common/disk/ |
H A D | disk_common.c | 476 char *mfg, *model, *firm, *serial; in disk_tnode_create() local 480 mfg = topo_mod_clean_str(mod, dnode->ddn_mfg); in disk_tnode_create() 485 mfg = model = firm = serial = NULL; in disk_tnode_create() 489 if (mfg != NULL && model != NULL) { in disk_tnode_create() 490 len = strlen(mfg) + 1 + strlen(model) + 1; in disk_tnode_create() 493 mfg, model); in disk_tnode_create() 502 topo_mod_strfree(mod, mfg); in disk_tnode_create()
|
H A D | disk_nvme.c | 262 char *devid, *mfg, *model, *rev, *serial, *log, *path; in disk_nvme_make_ns_di_props() local 268 &mfg) != 1 || in disk_nvme_make_ns_di_props() 286 TOPO_STORAGE_MANUFACTURER, TOPO_PROP_IMMUTABLE, mfg, &err) != 0 || in disk_nvme_make_ns_di_props()
|
/illumos-gate/usr/src/stand/lib/inet/ |
H A D | dhcpv4.c | 134 char mfg[DHCP_MAX_OPT_SIZE + 1], cbuf[DHCP_MAX_OPT_SIZE + 1]; in set_hw_spec_data() local 164 (void) strncpy(mfg, get_mfg_name(), sizeof (mfg)); in set_hw_spec_data() 165 if (strncmp(mfg, "SUNW", strlen("SUNW")) != 0) { in set_hw_spec_data() 172 len += strlen(mfg); in set_hw_spec_data() 175 tp = (uint8_t *)strcat(cbuf, mfg); in set_hw_spec_data()
|
/illumos-gate/usr/src/uts/i86pc/io/ |
H A D | immu.c | 667 char *mfg, *product, *version; in blacklisted_smbios() local 683 mfg = (char *)sminf.smbi_manufacturer; in blacklisted_smbios() 688 ddi_err(DER_CONT, NULL, "?Manufacturer = <%s>\n", mfg); in blacklisted_smbios() 695 if (strcmp(*strptr++, mfg) == 0 && in blacklisted_smbios()
|
/illumos-gate/usr/src/uts/common/io/usb/usba/ |
H A D | usbai_pipe_mgmt.c | 841 const char *prod, *mfg; in usb_pipe_xopen() local 846 mfg = usba_device->usb_mfg_str; in usb_pipe_xopen() 847 if (mfg == NULL) in usb_pipe_xopen() 848 mfg = "Unknown Manufacturer"; in usb_pipe_xopen() 852 "USB device %s %s.", dname, dname, mfg, prod); in usb_pipe_xopen()
|
H A D | hubdi.c | 3347 const char *mfg, *prod; in hubd_set_hub_depth() local 3353 mfg = ud->usb_mfg_str; in hubd_set_hub_depth() 3354 if (mfg == NULL) in hubd_set_hub_depth() 3355 mfg = "Unknown Manufacturer"; in hubd_set_hub_depth() 3357 "maximum of %d hubs may be cascaded", mfg, prod, in hubd_set_hub_depth()
|
/illumos-gate/usr/src/uts/i86pc/io/acpi_drv/ |
H A D | acpi_video.c | 739 char *mfg, *product; in acpi_video_check_blacklist() local 750 mfg = (char *)sminfo.smbi_manufacturer; in acpi_video_check_blacklist() 754 if ((strcmp(mfg, pblacklist->manufacturer) == 0) && in acpi_video_check_blacklist()
|
/illumos-gate/usr/src/uts/common/io/usb/hcd/xhci/ |
H A D | xhci_endpoint.c | 572 const char *prod, *mfg; in xhci_endpoint_setup_context() local 577 mfg = xd->xd_usbdev->usb_mfg_str; in xhci_endpoint_setup_context() 578 if (mfg == NULL) in xhci_endpoint_setup_context() 579 mfg = "Unknown Manufacturer"; in xhci_endpoint_setup_context() 584 ddi_driver_name(xd->xd_usbdev->usb_dip), prod, mfg); in xhci_endpoint_setup_context()
|
/illumos-gate/usr/src/uts/i86pc/os/ |
H A D | startup.c | 1599 char *mfg; in startup_modules() local 1609 mfg = (char *)sminfo.smbi_manufacturer; in startup_modules() 1614 if (isprint(mfg[i])) in startup_modules() 1615 hw_provider[i] = mfg[i]; in startup_modules()
|
/illumos-gate/usr/src/data/hwdata/ |
H A D | pci.ids | 19175 1407 Lava Computer mfg Inc
|