Searched defs:prod_str (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/cfgadm_plugins/usb/common/
H A Dcfga_usb.c890 char *prod_str = NULL; /* iProduct */ local
925 prod_str = USB_UNDEF_STR;
928 HUBD_PRODUCT_STR, (void **)&prod_str,
971 prod_str, dev_descrp->bNumConfigurations, config,
983 if ((free_prod_str == B_TRUE) && prod_str) {
984 free(prod_str);
/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dsgen.c434 char prod_str[SGEN_PRODID_MAX+1]; local
445 bcopy(scsidevp->sd_inq->inq_pid, prod_str, SGEN_PRODID_MAX);
446 prod_str[SGEN_PRODID_MAX] = '\0';
464 if (strncasecmp(nodep->node_product, prod_str,

Completed in 80 milliseconds