etm_epmap_t
etm_free_epmap(fmd_hdl_t *hdl, etm_epmap_t *mp)
fmd_hdl_free(hdl, mp, sizeof (etm_epmap_t));
etm_epmap_t *mp;
static etm_epmap_t *Epmap_head = NULL; /* Head of list of epmap structs */
etm_epmap_t *mp = (etm_epmap_t *)data;
etm_epmap_t *mp, *next;
etm_check_hdr(fmd_hdl_t *hdl, etm_epmap_t *mp, void *buf)
etm_post_msg(fmd_hdl_t *hdl, etm_epmap_t *mp, void *buf, size_t buflen)
etm_handle_startup(fmd_hdl_t *hdl, etm_epmap_t *mp)
etm_send_shutdown(fmd_hdl_t *hdl, etm_epmap_t *mp)
etm_get_ep_nvl(fmd_hdl_t *hdl, etm_epmap_t *mp)
etm_free_ep_nvl(fmd_hdl_t *hdl, etm_epmap_t *mp)
etm_epmap_t *mp;
etm_reconnect(fmd_hdl_t *hdl, etm_epmap_t *mp)
etm_suspend_reconnect(fmd_hdl_t *hdl, etm_epmap_t *mp)
etm_reinit(fmd_hdl_t *hdl, etm_epmap_t *mp)
etm_recv(fmd_hdl_t *hdl, etm_xport_conn_t conn, etm_epmap_t *mp)
etm_epmap_t *mp = (etm_epmap_t *)arg;
etm_epmap_t *newmap;
newmap = fmd_hdl_zalloc(hdl, sizeof (etm_epmap_t), FMD_SLEEP);
fmd_hdl_free(hdl, newmap, sizeof (etm_epmap_t));
fmd_hdl_free(hdl, newmap, sizeof (etm_epmap_t));