Home
last modified time | relevance | path

Searched refs:SBDP_DBG_MISC (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/serengeti/io/
H A Dsbdp_mbox.c162 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()
431 SBDP_DBG_MISC("failed to claim board: rv = %d\n", rv); in sbdp_connect_board()
455 SBDP_DBG_MISC("prom attach worked\n"); in sbdp_connect_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()
714 SBDP_DBG_MISC("error: unrecognized arg\n"); in sbdp_get_diag()
756 SBDP_DBG_MISC("Diag level is 0x%x\n", diag); in sbdp_test_board()
829 SBDP_DBG_MISC("failed to swap slices %d<->%d: rv = %d " in sbdp_swap_slices()
900 SBDP_DBG_MISC("failed to stop cpu: rv = %d\n", rv); in sbdp_stop_cpu()
[all …]
H A Dsbdp.c270 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()
760 SBDP_DBG_MISC("sbdp_teardown_instance: instance %d wnode %d\n", in sbdp_teardown_instance()
[all …]
H A Dsbdp_dr.c215 SBDP_DBG_MISC("%s: board is %d\n", f, bd); in sbdp_select_top_nodes()
H A Dsbdp_quiesce.c877 SBDP_DBG_MISC("sbdp_suspend() failed, err = 0x%x\n", err);
/illumos-gate/usr/src/uts/sun4u/serengeti/sys/
H A Dsbdp_priv.h63 #define SBDP_DBG_MISC if (sbdp_debug & SBDPDBG_MISC) prom_printf macro
76 #define SBDP_DBG_MISC