Searched refs:DCS_DBG (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/cmd/dcs/sparc/sun4u/ |
H A D | dcs_ses.c | 254 DCS_DBG(DBG_SES, "killing session %d", ses_id); in ses_abort() 377 DCS_DBG(DBG_SES, "using '%s' locale", new_locale); in ses_setlocale() 586 DCS_DBG(DBG_SES, "session handler starting..."); in ses_handler() 594 DCS_DBG(DBG_STATE, "session state: %s", in ses_handler() 612 DCS_DBG(DBG_SES, "receive timed out"); in ses_handler() 632 DCS_DBG(DBG_SES, "received an invalid " in ses_handler() 656 DCS_DBG(DBG_SES, "connection closed"); in ses_handler() 698 DCS_DBG(DBG_MSG, "abort_handler()"); in abort_handler() 713 DCS_DBG(DBG_INFO, "abort_handler: connection closed"); in abort_handler() 778 DCS_DBG(DBG_SES, "allocating session memory"); in ses_alloc() [all …]
|
H A D | dcs.c | 329 DCS_DBG(DBG_ALL, "initializing %s...", cmdname); in main() 356 DCS_DBG(DBG_ALL, "%s initialized, debug level = 0x%X, " in main() 487 DCS_DBG(DBG_ALL, "rdr_open failed"); in init_server() 523 DCS_DBG(DBG_ALL, "rdr_setsockopt failed"); in init_server() 578 DCS_DBG(DBG_ALL, "using AF_INET socket"); in init_server() 583 DCS_DBG(DBG_ALL, "using AF_INET6 socket"); in init_server() 588 DCS_DBG(DBG_ALL, "unknown socket type"); in init_server() 750 DCS_DBG(DBG_MSG, "unsupported version %d.%d", in invalid_msg() 758 DCS_DBG(DBG_MSG, "invalid session identifiers: " in invalid_msg() 886 DCS_DBG(DBG_SES, "Session Established"); in dcs_ses_estbl() [all …]
|
H A D | dcs.h | 314 #define DCS_DBG if (dcs_debug) dcs_dbg macro
|
H A D | dcs_msg.c | 304 DCS_DBG(DBG_MSG, "message %s: <%s, %s%s>", in print_msg_hdr()
|