Home
last modified time | relevance | path

Searched refs:ds_debug (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/sun4v/sys/
H A Dds_impl.h528 #define DS_DBG if (ds_debug & DS_DBG_BASIC) cmn_err
529 #define DS_DBG_LDC if (ds_debug & DS_DBG_FLAG_LDC) cmn_err
530 #define DS_DBG_LOG if (ds_debug & DS_DBG_FLAG_LOG) cmn_err
531 #define DS_DBG_MD if (ds_debug & DS_DBG_FLAG_MD) cmn_err
532 #define DS_DBG_USR if (ds_debug & DS_DBG_FLAG_USR) cmn_err
533 #define DS_DBG_VLDS if (ds_debug & DS_DBG_FLAG_VLDS) cmn_err
534 #define DS_DBG_PRCL if (ds_debug & DS_DBG_FLAG_PRCL) cmn_err
535 #define DS_DBG_RCVQ if (ds_debug & DS_DBG_FLAG_RCVQ) cmn_err
536 #define DS_DBG_LOOP if (ds_debug & DS_DBG_FLAG_LOOP) cmn_err
538 #define DS_DUMP_MSG(flags, buf, len) if (ds_debug & (flags)) \
[all …]
/illumos-gate/usr/src/lib/fm/libdiskstatus/common/
H A Dds_util.c34 boolean_t ds_debug; variable
42 if (!ds_debug) in dprintf()
61 if (!ds_debug) in ddump()
H A Dds_impl.h67 extern boolean_t ds_debug;
H A Dlibdiskstatus.c145 ds_debug = value; in disk_status_set_debug()
H A Dds_scsi_uscsi.c1050 if (!ds_debug) in uscsi_cmd()
1157 if (ds_debug) in uscsi_cmd()
/illumos-gate/usr/src/uts/sun4v/io/
H A Dds_drv.c77 uint_t ds_debug = 0; variable