Searched refs:fmd_protocol_xprt_ctl (Results 1 – 3 of 3) sorted by relevance
/titanic_41/usr/src/cmd/fm/fmd/common/ |
H A D | fmd_protocol.c | 330 fmd_protocol_xprt_ctl(fmd_module_t *mp, const char *class, uint8_t version) in fmd_protocol_xprt_ctl() function 352 nvlist_t *nvl = fmd_protocol_xprt_ctl(mp, class, version); in fmd_protocol_xprt_sub() 365 nvlist_t *nvl = fmd_protocol_xprt_ctl(mp, class, version); in fmd_protocol_xprt_uuclose() 378 nvlist_t *nvl = fmd_protocol_xprt_ctl(mp, class, version); in fmd_protocol_xprt_uuresolved() 391 nvlist_t *nvl = fmd_protocol_xprt_ctl(mp, class, version); in fmd_protocol_xprt_updated()
|
H A D | fmd_protocol.h | 81 extern nvlist_t *fmd_protocol_xprt_ctl(struct fmd_module *,
|
H A D | fmd_xprt.c | 407 nvl = fmd_protocol_xprt_ctl(xip->xi_queue->eq_mod, in fmd_xprt_transition() 480 nvl = fmd_protocol_xprt_ctl(xip->xi_queue->eq_mod, in fmd_xprt_event_syn() 910 nvl = fmd_protocol_xprt_ctl(mp, in fmd_xprt_create()
|