Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fm/modules/common/event-transport/
H A Detm.c73 fmd_xprt_t *epm_xprthdl; /* FMD transport handle */ member
323 fmd_xprt_post(hdl, mp->epm_xprthdl, nvl, 0); in etm_post_msg()
326 fmd_xprt_resume(hdl, mp->epm_xprthdl); in etm_post_msg()
334 fmd_xprt_post(hdl, mp->epm_xprthdl, nvl, 0); in etm_post_msg()
433 if ((mp->epm_xprthdl = fmd_xprt_open(hdl, mp->epm_xprtflags, in etm_handle_startup()
438 fmd_xprt_setspecific(hdl, mp->epm_xprthdl, mp); in etm_handle_startup()
547 fmd_xprt_resume(hdl, mp->epm_xprthdl); in etm_reconnect()
575 if (mp->epm_xprthdl != NULL) { in etm_suspend_reconnect()
576 fmd_xprt_suspend(hdl, mp->epm_xprthdl); in etm_suspend_reconnect()
603 if (mp->epm_xprthdl != NULL) { in etm_reinit()
[all …]