Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/scsi/targets/
H A Dsgen.c215 sgen_log(NULL, SGEN_DIAG2, "in sgen_init()"); in _init()
227 sgen_log(NULL, SGEN_DIAG2, "%s sgen_init()", err ? "failed" : "done"); in _init()
235 sgen_log(NULL, SGEN_DIAG2, "in sgen_fini()"); in _fini()
245 sgen_log(NULL, SGEN_DIAG2, "%s sgen_fini()", err ? "failed" : "done"); in _fini()
322 sgen_log(NULL, SGEN_DIAG2, "found device type " in sgen_setup_binddb()
379 sgen_log(NULL, SGEN_DIAG2, "found inquiry string " in sgen_setup_binddb()
541 sgen_log(NULL, SGEN_DIAG2, "in sgen_attach(), device unit-address @%s", in sgen_attach()
558 sgen_log(NULL, SGEN_DIAG2, "%s sgen_attach(), device unit-address @%s", in sgen_attach()
581 sgen_log(NULL, SGEN_DIAG2, "sgen_do_attach: instance = %d, " in sgen_do_attach()
626 sgen_log(sg_state, SGEN_DIAG2, in sgen_do_attach()
[all …]
/titanic_41/usr/src/uts/common/sys/scsi/targets/
H A Dsgendef.h55 #define SGEN_DIAG2 ((2 << 8) | CE_CONT) macro