Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dses.c308 SES_LOG(ssc, SES_CE_DEBUG1, "ses_attach: DDI_ATTACH ses%d", in ses_attach()
903 SES_LOG(ssc, SES_CE_DEBUG1, "ses_uscsi_cmd: " in ses_uscsi_cmd()
1103 SES_LOG(ssc, SES_CE_DEBUG1, in ses_restart()
1116 SES_LOG(ssc, SES_CE_DEBUG1, in ses_restart()
1285 SES_LOG(ssc, SES_CE_DEBUG1, "retrying cmd"); in ses_callback()
1305 SES_LOG(ssc, SES_CE_DEBUG1, "retrying sense"); in ses_callback()
1332 SES_LOG(ssc, SES_CE_DEBUG1, "SES: ERROR %d\n", err); in ses_callback()
1439 SES_LOG(ssc, SES_CE_DEBUG1, "status decode: busy"); in ses_decode_sense()
1446 SES_LOG(ssc, SES_CE_DEBUG1, "status decode: reserved"); in ses_decode_sense()
1452 SES_LOG(ssc, SES_CE_DEBUG1, "status decode: terminated"); in ses_decode_sense()
[all …]
H A Dses_sen.c392 SES_LOG(ssc, SES_CE_DEBUG1, "faulted %d", idx); in sen_set_objstat()
396 SES_LOG(ssc, SES_CE_DEBUG1, "clrd fault on %d", idx); in sen_set_objstat()
424 SES_LOG(ssc, SES_CE_DEBUG1, "%sabling alarm", in sen_set_objstat()
H A Dses_safte.c137 SES_LOG(ssc, SES_CE_DEBUG1, "Nfans %d Npwr %d Nslots %d Lck %d Ntherm " in _NOTE()
/illumos-gate/usr/src/uts/common/sys/scsi/targets/
H A Dses.h214 #define SES_CE_DEBUG1 ((2 << 8) | CE_CONT) macro