Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/sun4u/starcat/io/
H A Ddman_domain.c168 MAN_DBG(MAN_CONFIG, ("man_path_discovery:")); in man_path_discovery()
225 MAN_DBG(MAN_CONFIG, ("man_path_discovery: returns %d\n", status)); in man_path_discovery()
268 MAN_DBG(MAN_DR, ("man_dr_attach: dip major = %d instance =%d", in man_dr_attach()
318 MAN_DBG(MAN_DR, in man_dr_detach()
336 MAN_DBG(MAN_DR, in man_dr_detach()
343 MAN_DBG(MAN_DR, ("man_dr_detach: returns %d", status)); in man_dr_detach()
433 MAN_DBG(MAN_IOSRAM, ("man_dossc_switch: dumping message")); in man_dossc_switch()
434 MAN_DBG(MAN_IOSRAM, ("\tcommand = 0x%x", resp_cmd)); in man_dossc_switch()
437 MAN_DBG(MAN_IOSRAM, ("man_dossc_switch: sending message")); in man_dossc_switch()
467 MAN_DBG(MAN_IOSRAM, ("man_dossc_switch: received message")); in man_dossc_switch()
[all …]
H A Ddman.c100 MAN_DBG(MAN_DLPI, ("msp=0x%p @ %d state %s=>%s\n", \
108 MAN_DBG(MAN_DLPI, ("dst=0x%p @ %d state %s=>%s\n", \
746 MAN_DBG(MAN_INIT, ("_init:")); in _init()
781 MAN_DBG(MAN_INIT, ("_info:")); in _info()
785 MAN_DBG(MAN_INIT, ("_info: returns %d", status)); in _info()
798 MAN_DBG(MAN_INIT, ("_fini:")); in _fini()
840 MAN_DBG(MAN_INIT, ("_fini: returns %d", status)); in _fini()
854 MAN_DBG(MAN_CONFIG, ("man_deconfigure:\n")); in man_deconfigure()
873 MAN_DBG(MAN_CONFIG, ("man_deconfigure: submitting CLOSE_CTL\n")); in man_deconfigure()
886 MAN_DBG(MAN_CONFIG, ("man_deconfigure: submitting STOP\n")); in man_deconfigure()
[all …]
/titanic_50/usr/src/uts/sun4u/starcat/sys/
H A Ddman.h504 #define MAN_DBG(flag, msg) { if (man_debug&flag) (void) printf msg; } macro
543 #define MAN_DBG(flag, msg) macro