Searched refs:fmd_api_transport_impl (Results 1 – 1 of 1) sorted by relevance
/titanic_50/usr/src/cmd/fm/fmd/common/ |
H A D | fmd_api.c | 317 fmd_api_transport_impl(fmd_hdl_t *hdl, fmd_xprt_t *xp) in fmd_api_transport_impl() function 2459 fmd_xprt_impl_t *xip = fmd_api_transport_impl(hdl, xp); in fmd_xprt_close() 2482 fmd_xprt_impl_t *xip = fmd_api_transport_impl(hdl, xp); in fmd_xprt_post() 2515 fmd_xprt_impl_t *xip = fmd_api_transport_impl(hdl, xp); in fmd_xprt_log() 2535 (void) fmd_api_transport_impl(hdl, xp); /* validate 'xp' */ in fmd_xprt_suspend() 2542 (void) fmd_api_transport_impl(hdl, xp); /* validate 'xp' */ in fmd_xprt_resume() 2549 fmd_xprt_impl_t *xip = fmd_api_transport_impl(hdl, xp); in fmd_xprt_error() 2673 fmd_xprt_impl_t *xip = fmd_api_transport_impl(hdl, xp); in fmd_xprt_translate() 2724 fmd_api_transport_impl(hdl, xp)->xi_data = data; in fmd_xprt_setspecific() 2730 return (fmd_api_transport_impl(hdl, xp)->xi_data); in fmd_xprt_getspecific()
|