Searched refs:xi_id (Results 1 – 3 of 3) sorted by relevance
/titanic_41/usr/src/cmd/fm/fmd/common/ |
H A D | fmd_xprt.c | 376 TRACE((FMD_DBG_XPRT, "xprt %u -> %s\n", xip->xi_id, tag)); in fmd_xprt_transition() 443 xip->xi_id, rversion, xip->xi_version); in fmd_xprt_vmismatch() 538 FM_LIST_SUSPECT_CLASS, cip->ci_uuid, xip->xi_id); in fmd_xprt_send_case() 739 TRACE((FMD_DBG_XPRT, "xprt %u bad event %s\n", xip->xi_id, class)); in fmd_xprt_event_error() 754 TRACE((FMD_DBG_XPRT, "xprt %u drop event %s\n", xip->xi_id, class)); in fmd_xprt_event_drop() 786 xip->xi_id = fmd_idspace_alloc(fmd.d_xprt_ids, xip); in fmd_xprt_create() 811 sizeof (statv[i].fmds_name), "fmd.xprt.%u.%s", xip->xi_id, in fmd_xprt_create() 872 (void) snprintf(buf, sizeof (buf), "%s/%u.log", s, xip->xi_id); in fmd_xprt_create() 898 "failed to create thread for transport %u", xip->xi_id); in fmd_xprt_create() 918 fmd_dprintf(FMD_DBG_XPRT, "opened transport %u\n", xip->xi_id); in fmd_xprt_create() [all …]
|
H A D | fmd_xprt.h | 102 uint_t xi_id; /* transport identifier */ member
|
H A D | fmd_mdb.c | 1538 addr, xi.xi_id, xi.xi_version, xi.xi_flags, xi.xi_state); in fmd_xprt()
|