Searched refs:SBDP_DBG_MISC (Results 1 – 5 of 5) sorted by relevance
/titanic_41/usr/src/uts/sun4u/serengeti/io/ |
H A D | sbdp_mbox.c | 162 SBDP_DBG_MISC("show board completed: rv = %d\n", rv); in sbdp_get_board_status() 285 SBDP_DBG_MISC("failed to assign board: rv = %d\n", rv); in sbdp_assign_board() 336 SBDP_DBG_MISC("failed to unassign board: rv = %d\n", rv); in sbdp_unassign_board() 431 SBDP_DBG_MISC("failed to claim board: rv = %d\n", rv); in sbdp_connect_board() 439 SBDP_DBG_MISC("failed to prom attach board: rv = %d\n", rv); in sbdp_connect_board() 455 SBDP_DBG_MISC("prom attach worked\n"); in sbdp_connect_board() 508 SBDP_DBG_MISC("sbdp_disconnect_board: board = %d node = %d\n", in sbdp_disconnect_board() 531 SBDP_DBG_MISC("failed to prom detach board: rv = %d\n", rv); in sbdp_disconnect_board() 536 SBDP_DBG_MISC("prom detach worked\n"); in sbdp_disconnect_board() 550 SBDP_DBG_MISC("failed to unclaim board: rv = %d\n", rv); in sbdp_disconnect_board() [all …]
|
H A D | sbdp.c | 270 SBDP_DBG_MISC("%s: couldn't get device_type\n", f); in sbdp_get_unit_num() 300 SBDP_DBG_MISC("it is a sghsc\n"); in sbdp_get_unit_num() 305 SBDP_DBG_MISC("%s: couldn't get portid\n", f); in sbdp_get_unit_num() 311 SBDP_DBG_MISC("%s: couldn't get length\n", f); in sbdp_get_unit_num() 316 SBDP_DBG_MISC("%s: couldn't get registers\n", f); in sbdp_get_unit_num() 333 SBDP_DBG_MISC("unit is %d\n", unit); in sbdp_get_unit_num() 556 SBDP_DBG_MISC("adding new board info %d\n", board); in sbdp_add_new_bd_info() 578 SBDP_DBG_MISC("cleaning up bd info for bd %d\n", board); in sbdp_cleanup_bd() 580 SBDP_DBG_MISC("cur is null\n"); in sbdp_cleanup_bd() 723 SBDP_DBG_MISC("sbdp_setup_instance: instance %d wnode %d\n", instance, in sbdp_setup_instance() [all …]
|
H A D | sbdp_dr.c | 215 SBDP_DBG_MISC("%s: board is %d\n", f, bd); in sbdp_select_top_nodes()
|
H A D | sbdp_quiesce.c | 874 SBDP_DBG_MISC("sbdp_suspend() failed, err = 0x%x\n", err);
|
/titanic_41/usr/src/uts/sun4u/serengeti/sys/ |
H A D | sbdp_priv.h | 63 #define SBDP_DBG_MISC if (sbdp_debug & SBDPDBG_MISC) prom_printf macro 76 #define SBDP_DBG_MISC
|