Searched refs:commd_debug (Results 1 – 3 of 3) sorted by relevance
/titanic_41/usr/src/cmd/lvm/rpc.mdcommd/ |
H A D | mdmn_commd_server.c | 271 commd_debug(MD_MMV_SYSLOG, in flush_fcout() 273 commd_debug(MD_MMV_SYSLOG, in flush_fcout() 300 commd_debug(MD_MMV_MISC, in mdmn_svc_sendreply() 331 commd_debug(MD_MMV_MISC, in timeout_initiator() 337 commd_debug(MD_MMV_MISC, "timeout_ini: (%d, 0x%llx-%d)\n", in timeout_initiator() 348 commd_debug(MD_MMV_MISC, "timeout_ini: sendreplied\n"); in timeout_initiator() 557 commd_debug(MD_MMV_MISC, "global init called %s\n", ctime(&clock_val)); in global_init() 644 commd_debug(MD_MMV_SYSLOG, in mdmn_init_client() 650 commd_debug(MD_MMV_INIT, "init: %s has the flags: 0x%x\n", in mdmn_init_client() 655 commd_debug(MD_MMV_INIT, "init: %s didn't join set %d\n", in mdmn_init_client() [all …]
|
H A D | mdmn_subr.c | 92 commd_debug(MD_MMV_MISC, "busy: set=%d, class=%d\n", in mdmn_mark_class_busy() 113 commd_debug(MD_MMV_MISC, "unbusy: set=%d, class=%d\n", setno, class); in mdmn_mark_class_unbusy() 123 commd_debug(MD_MMV_MISC, in mdmn_mark_class_unbusy() 391 commd_debug(uint_t debug_class, const char *message, ...) in commd_debug() function 429 commd_debug(debug_class, "0x%8x ", *x++); in dump_hex() 432 commd_debug(debug_class, "\n"); in dump_hex() 434 commd_debug(debug_class, "\n"); in dump_hex() 441 commd_debug(dbc, "%s &msg = 0x%x\n", prefix, (int)msg); in dump_msg() 442 commd_debug(dbc, "%s ID = (%d, 0x%llx-%d)\n", prefix, in dump_msg() 444 commd_debug(dbc, "%s sender = %d\n", prefix, msg->msg_sender); in dump_msg() [all …]
|
H A D | mdmn_subr.h | 182 extern void commd_debug(uint_t debug_class, const char *message, ...);
|