Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/sun4v/io/
H A Ddr_cpu.c229 DR_DBG_CPU("reg_handler: arg=0x%p, ver=%d.%d, hdl=0x%lx\n", arg, in dr_cpu_reg_handler()
240 DR_DBG_CPU("unreg_handler: arg=0x%p\n", arg); in dr_cpu_unreg_handler()
260 DR_DBG_CPU("incoming message short: expected at least %ld " in dr_cpu_data_handler()
266 DR_DBG_CPU("empty message: expected at least %ld bytes\n", in dr_cpu_data_handler()
271 DR_DBG_CPU("incoming request:\n"); in dr_cpu_data_handler()
275 DR_DBG_CPU("CPU list too long: %d when %d is the maximum\n", in dr_cpu_data_handler()
281 DR_DBG_CPU("No CPU specified for operation\n"); in dr_cpu_data_handler()
293 DR_DBG_CPU("%s%s failed (%d)\n", in dr_cpu_data_handler()
303 DR_DBG_CPU("CPU status failed (%d)\n", rv); in dr_cpu_data_handler()
321 DR_DBG_CPU("outgoing response:\n"); in dr_cpu_data_handler()
[all …]
H A Ddr_io.c296 DR_DBG_CPU("exceeded str_arr len (%d)\n", STR_ARR_LEN); in new_dev_node()
/titanic_50/usr/src/uts/sun4v/sys/
H A Ddr_util.h58 #define DR_DBG_CPU if (dr_debug & DR_DBG_FLAG_CPU) printf macro
72 #define DR_DBG_CPU DR_DBG_ALL