Symbol: sgen_binddb
usr/src/uts/common/io/scsi/targets/sgen.c
1016
mutex_enter(&sgen_binddb.sdb_lock);
usr/src/uts/common/io/scsi/targets/sgen.c
1017
if (sgen_binddb.sdb_init == 0) {
usr/src/uts/common/io/scsi/targets/sgen.c
1020
mutex_exit(&sgen_binddb.sdb_lock);
usr/src/uts/common/io/scsi/targets/sgen.c
1026
if ((sgen_binddb.sdb_inq_nodes == NULL) &&
usr/src/uts/common/io/scsi/targets/sgen.c
1027
(sgen_binddb.sdb_type_nodes == NULL)) {
usr/src/uts/common/io/scsi/targets/sgen.c
162
struct sgen_binddb sgen_binddb;
usr/src/uts/common/io/scsi/targets/sgen.c
296
ASSERT(sgen_binddb.sdb_init == 0);
usr/src/uts/common/io/scsi/targets/sgen.c
297
ASSERT(MUTEX_HELD(&sgen_binddb.sdb_lock));
usr/src/uts/common/io/scsi/targets/sgen.c
319
nodep->node_next = sgen_binddb.sdb_type_nodes;
usr/src/uts/common/io/scsi/targets/sgen.c
320
sgen_binddb.sdb_type_nodes = nodep;
usr/src/uts/common/io/scsi/targets/sgen.c
376
nodep->node_next = sgen_binddb.sdb_inq_nodes;
usr/src/uts/common/io/scsi/targets/sgen.c
377
sgen_binddb.sdb_inq_nodes = nodep;
usr/src/uts/common/io/scsi/targets/sgen.c
388
sgen_binddb.sdb_init = 1;
usr/src/uts/common/io/scsi/targets/sgen.c
401
mutex_enter(&sgen_binddb.sdb_lock);
usr/src/uts/common/io/scsi/targets/sgen.c
402
if (sgen_binddb.sdb_init == 0) {
usr/src/uts/common/io/scsi/targets/sgen.c
403
mutex_exit(&sgen_binddb.sdb_lock);
usr/src/uts/common/io/scsi/targets/sgen.c
407
for (inqp = sgen_binddb.sdb_inq_nodes; inqp != NULL; inqp = inqnextp) {
usr/src/uts/common/io/scsi/targets/sgen.c
417
for (typep = sgen_binddb.sdb_type_nodes; typep != NULL;
usr/src/uts/common/io/scsi/targets/sgen.c
422
mutex_exit(&sgen_binddb.sdb_lock);
usr/src/uts/common/io/scsi/targets/sgen.c
448
for (nodep = sgen_binddb.sdb_inq_nodes; nodep != NULL;
usr/src/uts/common/io/scsi/targets/sgen.c
485
for (nodep = sgen_binddb.sdb_type_nodes; nodep != NULL;
usr/src/uts/common/io/scsi/targets/sgen.c
509
mutex_enter(&sgen_binddb.sdb_lock);
usr/src/uts/common/io/scsi/targets/sgen.c
510
if (sgen_binddb.sdb_init == 0)
usr/src/uts/common/io/scsi/targets/sgen.c
512
mutex_exit(&sgen_binddb.sdb_lock);