Searched refs:fmd_xprt_vmismatch (Results 1 – 1 of 1) sorted by relevance
/titanic_44/usr/src/cmd/fm/fmd/common/ |
H A D | fmd_xprt.c | 428 fmd_xprt_vmismatch(fmd_xprt_impl_t *xip, nvlist_t *nvl, uint_t *rversionp) in fmd_xprt_vmismatch() function 466 if (fmd_xprt_vmismatch(xip, nvl, &vers)) in fmd_xprt_event_syn() 496 if (fmd_xprt_vmismatch(xip, nvl, &vers)) in fmd_xprt_event_ack() 574 if (!fmd_xprt_vmismatch(xip, nvl, NULL)) { in fmd_xprt_event_run() 585 if (fmd_xprt_vmismatch(xip, nvl, NULL)) in fmd_xprt_event_sub() 606 if (fmd_xprt_vmismatch(xip, nvl, NULL)) in fmd_xprt_event_unsub() 633 if (fmd_xprt_vmismatch(xip, nvl, NULL)) in fmd_xprt_event_unsuback() 653 if (fmd_xprt_vmismatch(xip, nvl, NULL)) in fmd_xprt_event_uuclose() 676 if (fmd_xprt_vmismatch(xip, nvl, NULL)) in fmd_xprt_event_uuresolved() 699 if (fmd_xprt_vmismatch(xip, nvl, NULL)) in fmd_xprt_event_updated()
|