Searched refs:DR_DBG_IO (Results 1 – 2 of 2) sorted by relevance
/titanic_50/usr/src/uts/sun4v/io/ |
H A D | dr_io.c | 125 DR_DBG_IO("%s: found devid=%ld, looking for %ld\n", in dr_io_check_node() 129 DR_DBG_IO("%s: matched", __func__); in dr_io_check_node() 153 DR_DBG_IO("dr_io_find_node...\n"); in dr_io_find_node() 182 DR_DBG_IO("%s: %s@%ld\n", __func__, name, id); in dr_io_find_node_md() 194 DR_DBG_IO("%s: scan for " in dr_io_find_node_md() 199 DR_DBG_IO("%s: found %d nodes in the MD\n", __func__, nnodes); in dr_io_find_node_md() 207 DR_DBG_IO("%s: missing 'name' property for" in dr_io_find_node_md() 216 DR_DBG_IO("%s: missing 'cfg-handle' property for" in dr_io_find_node_md() 223 DR_DBG_IO("%s: found IO node %s@%ld " in dr_io_find_node_md() 231 DR_DBG_IO("%s: IO node %ld not in MD\n", __func__, id); in dr_io_find_node_md() [all …]
|
/titanic_50/usr/src/uts/sun4v/sys/ |
H A D | dr_util.h | 60 #define DR_DBG_IO if (dr_debug & DR_DBG_FLAG_IO) printf macro 74 #define DR_DBG_IO DR_DBG_ALL
|