Searched defs:st_debug (Results 1 - 3 of 3) sorted by relevance
/illumos-gate/usr/src/cmd/rcap/rcapd/ |
H A D | rcapd_scanner.c | 91 st_debug(st_debug_level_t level, lcollection_t *lcol, char *msg, ...) function 377 st_debug(STDL_NORMAL, lpc->lpc_collection, "revoking pagedata for" 640 st_debug(STDL_NORMAL, lcol, "starting to scan, excess %lldk\n", 651 st_debug(STDL_NORMAL, lcol, "resuming process %d\n", 673 st_debug(STDL_NORMAL, lcol, "process %d:" 743 st_debug(STDL_NORMAL, lcol, "process %d: xmap" 753 st_debug(STDL_NORMAL, lcol, "trying to resume from" 764 st_debug(STDL_NORMAL, lcol, "cannot get %d psinfo", 770 st_debug(STDL_NORMAL, lcol, "cannot grab %d (%d)", 775 st_debug(STDL_NORMA [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) { 6410 if ((st_debug & 0x7) < 6) 6909 if (((st_debug & 0x7) >= 4) && 7610 if ((st_debug & 0x7)) { 8057 if ((st_debug & 0x7) >= 6) { 8134 if ((st_debug & 0x7) >= 6) { 9079 if ((st_debug & 0x7) >= 6) { 12290 if ((st_debug & 0x180) == 0x100) { 12297 if ((st_debug [all...] |
/illumos-gate/usr/src/uts/common/sys/scsi/targets/ |
H A D | stdef.h | 1458 ((scsi_options & SCSI_DEBUG_TGT) || (st_debug & 0x7)) 1467 #define ST_DEBUG1 if ((st_debug & 0x7) >= 1) scsi_log 1471 #define ST_DEBUG2 if ((st_debug & 0x7) >= 2) scsi_log 1474 #define ST_DEBUG3 if ((st_debug & 0x7) >= 3) scsi_log 1477 #define ST_DEBUG4 if ((st_debug & 0x7) >= 4) scsi_log 1479 #define ST_DEBUG5 if ((st_debug & 0x7) >= 5) scsi_log 1482 #define ST_DEBUG6 if ((st_debug & 0x7) >= 6) scsi_log 1485 #define ST_RECOV if (st_debug & 0x8) scsi_log 1488 #define ST_ENTR(d, fn) if (st_debug & 0x10) { DEBLOCK(d) \ 1492 #define ST_FUNC(d, fn) if (st_debug 1513 #define st_debug macro [all...] |
Completed in 125 milliseconds