Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/sys/scsi/targets/
H A Dsgendef.h150 sgen_inq_node_t *sdb_inq_nodes; /* inquiry binding nodes */ member
/titanic_44/usr/src/uts/common/io/scsi/targets/
H A Dsgen.c376 nodep->node_next = sgen_binddb.sdb_inq_nodes; in sgen_setup_binddb()
377 sgen_binddb.sdb_inq_nodes = nodep; in sgen_setup_binddb()
407 for (inqp = sgen_binddb.sdb_inq_nodes; inqp != NULL; inqp = inqnextp) { in sgen_cleanup_binddb()
448 for (nodep = sgen_binddb.sdb_inq_nodes; nodep != NULL; in sgen_bind_byinq()
1027 if ((sgen_binddb.sdb_inq_nodes == NULL) && in sgen_probe()