Home
last modified time | relevance | path

Searched refs:node_product (Results 1 – 2 of 2) sorted by relevance

/titanic_44/usr/src/uts/common/io/scsi/targets/
H A Dsgen.c373 nodep->node_product = kmem_alloc(pcplen + 1, KM_SLEEP); in sgen_setup_binddb()
374 (void) strcpy(nodep->node_product, pcp); in sgen_setup_binddb()
382 nodep->node_vendor, nodep->node_product, in sgen_setup_binddb()
409 ASSERT(inqp->node_vendor && inqp->node_product); in sgen_cleanup_binddb()
412 kmem_free(inqp->node_product, in sgen_cleanup_binddb()
413 strlen(inqp->node_product) + 1); in sgen_cleanup_binddb()
464 if (strncasecmp(nodep->node_product, prod_str, in sgen_bind_byinq()
465 strlen(nodep->node_product)) == 0) { in sgen_bind_byinq()
/titanic_44/usr/src/uts/common/sys/scsi/targets/
H A Dsgendef.h138 char *node_product; /* up to 16 character product */ member