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

/illumos-gate/usr/src/uts/common/sys/scsi/targets/
H A Dsgendef.h147 struct sgen_binddb { struct
/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dsgen.c162 struct sgen_binddb sgen_binddb; variable in typeref:struct:sgen_binddb
296 ASSERT(sgen_binddb.sdb_init == 0);
297 ASSERT(MUTEX_HELD(&sgen_binddb.sdb_lock));
319 nodep->node_next = sgen_binddb.sdb_type_nodes;
320 sgen_binddb.sdb_type_nodes = nodep;
376 nodep->node_next = sgen_binddb.sdb_inq_nodes;
377 sgen_binddb.sdb_inq_nodes = nodep;
388 sgen_binddb.sdb_init = 1;
401 mutex_enter(&sgen_binddb
[all...]

Completed in 75 milliseconds