Searched refs:st_debug (Results 1 – 3 of 3) sorted by relevance
/illumos-gate/usr/src/cmd/rcap/rcapd/ |
H A D | rcapd_scanner.c | 89 st_debug(st_debug_level_t level, lcollection_t *lcol, char *msg, ...) in st_debug() function 375 st_debug(STDL_NORMAL, lpc->lpc_collection, "revoking pagedata for" in revoke_pagedata() 638 st_debug(STDL_NORMAL, lcol, "starting to scan, excess %lldk\n", in scan() 649 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() [all …]
|
/illumos-gate/usr/src/uts/common/sys/scsi/targets/ |
H A D | stdef.h | 1458 ((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) \ 1501 #define ST_FUNC(d, fn) if (st_debug & 0x20) { DEBLOCK(d) \ [all …]
|
/illumos-gate/usr/src/uts/common/io/scsi/targets/ |
H A D | st.c | 252 volatile int st_debug = 0; variable 6271 if ((uscmd->uscsi_cdb != NULL) && (st_debug & 0x7) > 6) { in st_uscsi_cmd() 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() [all …]
|