Home
last modified time | relevance | path

Searched refs:st_debug (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/rcap/rcapd/
H A Drcapd_scanner.c649 st_debug(STDL_NORMAL, lcol, "resuming process %d\n", in scan()
671 st_debug(STDL_NORMAL, lcol, "process %d:" in scan()
741 st_debug(STDL_NORMAL, lcol, "process %d: xmap" in scan()
751 st_debug(STDL_NORMAL, lcol, "trying to resume from" in scan()
762 st_debug(STDL_NORMAL, lcol, "cannot get %d psinfo", in scan()
768 st_debug(STDL_NORMAL, lcol, "cannot grab %d (%d)", in scan()
773 st_debug(STDL_NORMAL, lcol, "cannot control %d", in scan()
851 st_debug(STDL_HIGH, lcol, "endaddr %p, *cur %d\n", in scan()
900 st_debug(STDL_NORMAL, lcol, "paged out 0x%p" in scan()
906 st_debug(STDL_NORMAL, lcol, in scan()
[all …]
/illumos-gate/usr/src/uts/common/sys/scsi/targets/
H A Dstdef.h1458 ((scsi_options & SCSI_DEBUG_TGT) || (st_debug & 0x7))
1476 #define ST_DEBUG1 if ((st_debug & 0x7) >= 1) scsi_log
1480 #define ST_DEBUG2 if ((st_debug & 0x7) >= 2) scsi_log
1483 #define ST_DEBUG3 if ((st_debug & 0x7) >= 3) scsi_log
1486 #define ST_DEBUG4 if ((st_debug & 0x7) >= 4) scsi_log
1488 #define ST_DEBUG5 if ((st_debug & 0x7) >= 5) scsi_log
1491 #define ST_DEBUG6 if ((st_debug & 0x7) >= 6) scsi_log
1494 #define ST_RECOV if (st_debug & 0x8) scsi_log
1497 #define ST_ENTR(d, fn) if (st_debug & 0x10) { DEBLOCK(d) \
1505 #define ST_SPAC if (st_debug & 0x40) scsi_log
[all …]
/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dst.c252 volatile int st_debug = 0; variable
6410 if ((st_debug & 0x7) < 6) in st_start_dump()
6909 if (((st_debug & 0x7) >= 4) && in st_done_and_mutex_exit()
7610 if ((st_debug & 0x7)) { in st_cmd()
8057 if ((st_debug & 0x7) >= 6) { in st_set_devconfig_page()
8134 if ((st_debug & 0x7) >= 6) { in st_set_datacomp_page()
9080 if ((st_debug & 0x7) >= 6) { in st_make_uscsi_cmd()
12292 if ((st_debug & 0x180) == 0x100) { in st_print_cdb()
12299 if ((st_debug & 0x180) == 0x80) { in st_print_cdb()
14647 if ((st_debug & 0x7) > 2) { in st_get_read_pos()
[all …]