Home
last modified time | relevance | path

Searched refs:FRUTREE_DEBUG2 (Results 1 – 2 of 2) sorted by relevance

/titanic_44/usr/src/cmd/picl/plugins/sun4u/snowbird/frutree/
H A Dpiclfrutree.c902 FRUTREE_DEBUG2(EVENTS, "DR_REQ:%s on %s", dr_req, name); in frutree_dr_req_evhandler()
1966 FRUTREE_DEBUG2(EVENTS, GET_LOC_STATE_ERR, locp->name, rc); in get_loc_state()
2292 FRUTREE_DEBUG2(EVENTS, GET_FRU_STATE_ERR, frup->name, rc); in get_fru_state()
2367 FRUTREE_DEBUG2(EVENTS, GET_FRU_COND_ERR, frup->name, rc); in get_fru_condition()
2866 FRUTREE_DEBUG2(EVENTS, GET_FRU_STATE_ERR, frup->name, rc); in create_fru_props()
2888 FRUTREE_DEBUG2(EVENTS, GET_FRU_COND_ERR, frup->name, rc); in create_fru_props()
2940 FRUTREE_DEBUG2(PERF_DATA, "time for connect on %s: %lld nsec", in connect_fru()
3071 FRUTREE_DEBUG2(PERF_DATA, "time for disconnect on %s: %lld ns", in disconnect_fru()
3130 FRUTREE_DEBUG2(EVENTS, PROBE_FRU_ERR, frup->name, rc); in handle_fru_configure()
3236 FRUTREE_DEBUG2(PERF_DATA, "time for configure on %s: %lld nsec", in configure_fru()
[all …]
H A Dpiclfrutree.h57 #define FRUTREE_DEBUG2(lvl, fmt, d1, d2) \ macro