Home
last modified time | relevance | path

Searched refs:fmd_xprt_getspecific (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_api.h282 extern void *fmd_xprt_getspecific(fmd_hdl_t *, fmd_xprt_t *);
H A Dfmd_api.map131 fmd_xprt_getspecific { TYPE = function; FLAGS = extern };
H A Dfmd_api.c2728 fmd_xprt_getspecific(fmd_hdl_t *hdl, fmd_xprt_t *xp) in fmd_xprt_getspecific() function
/illumos-gate/usr/src/cmd/fm/modules/common/ip-transport/
H A Dip.c160 ipx = fmd_xprt_getspecific(hdl, xp); in ip_fmdo_send()
/illumos-gate/usr/src/cmd/fm/modules/common/event-transport/
H A Detm.c1149 mp = fmd_xprt_getspecific(hdl, xprthdl); in etm_send()