Symbol: st_debug
usr/src/cmd/rcap/rcapd/rcapd_scanner.c
375
st_debug(STDL_NORMAL, lpc->lpc_collection, "revoking pagedata for"
usr/src/cmd/rcap/rcapd/rcapd_scanner.c
638
st_debug(STDL_NORMAL, lcol, "starting to scan, excess %lldk\n",
usr/src/cmd/rcap/rcapd/rcapd_scanner.c
649
st_debug(STDL_NORMAL, lcol, "resuming process %d\n",
usr/src/cmd/rcap/rcapd/rcapd_scanner.c
671
st_debug(STDL_NORMAL, lcol, "process %d:"
usr/src/cmd/rcap/rcapd/rcapd_scanner.c
741
st_debug(STDL_NORMAL, lcol, "process %d: xmap"
usr/src/cmd/rcap/rcapd/rcapd_scanner.c
751
st_debug(STDL_NORMAL, lcol, "trying to resume from"
usr/src/cmd/rcap/rcapd/rcapd_scanner.c
762
st_debug(STDL_NORMAL, lcol, "cannot get %d psinfo",
usr/src/cmd/rcap/rcapd/rcapd_scanner.c
768
st_debug(STDL_NORMAL, lcol, "cannot grab %d (%d)",
usr/src/cmd/rcap/rcapd/rcapd_scanner.c
773
st_debug(STDL_NORMAL, lcol, "cannot control %d",
usr/src/cmd/rcap/rcapd/rcapd_scanner.c
785
st_debug(STDL_NORMAL, lcol, "agent not in expected"
usr/src/cmd/rcap/rcapd/rcapd_scanner.c
794
st_debug(STDL_NORMAL, lcol, "paging out process %d\n",
usr/src/cmd/rcap/rcapd/rcapd_scanner.c
825
st_debug(STDL_HIGH, lcol, "start from mapping at 0x%p,"
usr/src/cmd/rcap/rcapd/rcapd_scanner.c
833
st_debug(STDL_HIGH, lcol, "advance, vicaddr %p, pdaddr"
usr/src/cmd/rcap/rcapd/rcapd_scanner.c
851
st_debug(STDL_HIGH, lcol, "endaddr %p, *cur %d\n",
usr/src/cmd/rcap/rcapd/rcapd_scanner.c
900
st_debug(STDL_NORMAL, lcol, "paged out 0x%p"
usr/src/cmd/rcap/rcapd/rcapd_scanner.c
906
st_debug(STDL_NORMAL, lcol,
usr/src/cmd/rcap/rcapd/rcapd_scanner.c
922
st_debug(STDL_NORMAL, lcol, "done, excess %lld\n",
usr/src/cmd/rcap/rcapd/rcapd_scanner.c
975
st_debug(STDL_HIGH, lcol, "done scanning; excess %lld\n",
usr/src/uts/common/io/scsi/targets/st.c
12292
if ((st_debug & 0x180) == 0x100) {
usr/src/uts/common/io/scsi/targets/st.c
12299
if ((st_debug & 0x180) == 0x80) {
usr/src/uts/common/io/scsi/targets/st.c
14647
if ((st_debug & 0x7) > 2) {
usr/src/uts/common/io/scsi/targets/st.c
17203
if ((st_debug & 0x7)) {
usr/src/uts/common/io/scsi/targets/st.c
252
volatile int st_debug = 0;
usr/src/uts/common/io/scsi/targets/st.c
6271
if ((uscmd->uscsi_cdb != NULL) && (st_debug & 0x7) > 6) {
usr/src/uts/common/io/scsi/targets/st.c
6410
if ((st_debug & 0x7) < 6)
usr/src/uts/common/io/scsi/targets/st.c
6909
if (((st_debug & 0x7) >= 4) &&
usr/src/uts/common/io/scsi/targets/st.c
7610
if ((st_debug & 0x7)) {
usr/src/uts/common/io/scsi/targets/st.c
8057
if ((st_debug & 0x7) >= 6) {
usr/src/uts/common/io/scsi/targets/st.c
8134
if ((st_debug & 0x7) >= 6) {
usr/src/uts/common/io/scsi/targets/st.c
9080
if ((st_debug & 0x7) >= 6) {
usr/src/uts/common/sys/scsi/targets/stdef.h
1458
((scsi_options & SCSI_DEBUG_TGT) || (st_debug & 0x7))
usr/src/uts/common/sys/scsi/targets/stdef.h
1476
#define ST_DEBUG1 if ((st_debug & 0x7) >= 1) scsi_log
usr/src/uts/common/sys/scsi/targets/stdef.h
1480
#define ST_DEBUG2 if ((st_debug & 0x7) >= 2) scsi_log
usr/src/uts/common/sys/scsi/targets/stdef.h
1483
#define ST_DEBUG3 if ((st_debug & 0x7) >= 3) scsi_log
usr/src/uts/common/sys/scsi/targets/stdef.h
1486
#define ST_DEBUG4 if ((st_debug & 0x7) >= 4) scsi_log
usr/src/uts/common/sys/scsi/targets/stdef.h
1488
#define ST_DEBUG5 if ((st_debug & 0x7) >= 5) scsi_log
usr/src/uts/common/sys/scsi/targets/stdef.h
1491
#define ST_DEBUG6 if ((st_debug & 0x7) >= 6) scsi_log
usr/src/uts/common/sys/scsi/targets/stdef.h
1494
#define ST_RECOV if (st_debug & 0x8) scsi_log
usr/src/uts/common/sys/scsi/targets/stdef.h
1497
#define ST_ENTR(d, fn) if (st_debug & 0x10) { DEBLOCK(d) \
usr/src/uts/common/sys/scsi/targets/stdef.h
1501
#define ST_FUNC(d, fn) if (st_debug & 0x20) { DEBLOCK(d) \
usr/src/uts/common/sys/scsi/targets/stdef.h
1505
#define ST_SPAC if (st_debug & 0x40) scsi_log
usr/src/uts/common/sys/scsi/targets/stdef.h
1508
#define ST_CDB(d, cmnt, cdb) if (st_debug & 0x180) { DEBLOCK(d) \
usr/src/uts/common/sys/scsi/targets/stdef.h
1512
#define ST_SENSE(d, cmnt, sense, size) if (st_debug & 0x200) { DEBLOCK(d) \
usr/src/uts/common/sys/scsi/targets/stdef.h
1516
#define ST_POS(d, cmnt, pdata) if (st_debug & 0x400) { DEBLOCK(d) \