Home
last modified time | relevance | path

Searched refs:SES_CE_DEBUG2 (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dses_safte.c794 SES_LOG(ssc, SES_CE_DEBUG2, "safte_set_objstat(%d): %x %x %x %x", in safte_set_objstat()
1066 SES_LOG(ssc, SES_CE_DEBUG2, "saf_wrbuf16 %x %x %x %x", op, b1, b2, b3); in wrbuf16()
1091 SES_LOG(ssc, SES_CE_DEBUG2, "saf_wrslot"); in wrslot_stat()
1119 SES_LOG(ssc, SES_CE_DEBUG2, "saf_wrslot %d <- %x", i, in wrslot_stat()
1159 SES_LOG(ssc, SES_CE_DEBUG2, "saf_slotop slot %d op %x", slot, opflag); in perf_slotop()
H A Dses.c909 SES_LOG(ssc, SES_CE_DEBUG2, efl, __LINE__); in ses_uscsi_cmd()
1022 SES_LOG(ssc, SES_CE_DEBUG2, in ses_start()
1029 SES_LOG(ssc, SES_CE_DEBUG2, "TRANSPORT ERROR\n"); in ses_start()
1526 case SES_CE_DEBUG2: in ses_log()
1583 case SES_CE_DEBUG2: in ses_log()
H A Dses_ses.c852 SES_LOG(NULL, SES_CE_DEBUG2, "Set Elt 0x%x Elm 0x%x (idx %d) with " in ses_encode()
/illumos-gate/usr/src/uts/common/sys/scsi/targets/
H A Dses.h215 #define SES_CE_DEBUG2 ((3 << 8) | CE_CONT) macro