Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/dcs/sparc/sun4u/
H A Ddcs.h272 extern ulong_t dcs_debug;
314 #define DCS_DBG if (dcs_debug) dcs_dbg
315 #define PRINT_MSG_DBG if (dcs_debug) print_msg_hdr
H A Ddcs_msg.c240 if ((dcs_debug & dbg_mask) == 0) { in dcs_dbg()
H A Ddcs.c157 ulong_t dcs_debug = 0; /* control the amount of debugging */ variable
202 dcs_debug = DBG_NONE; in main()
233 dcs_debug = usr_debug; in main()
357 "max sessions = %d", cmdname, dcs_debug, max_sessions); in main()