Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fm/modules/common/ip-transport/
H A Dip.c104 static fmd_hdl_t *ip_hdl; /* module handle */ variable
137 fmd_hdl_vdebug(ip_hdl, fmt, args); in ip_debug()
172 ip_hdl, ipx, NULL, ip_burp); in ip_fmdo_send()
173 fmd_xprt_suspend(ip_hdl, xp); in ip_fmdo_send()
206 fmd_hdl_error(ip_hdl, "failed to pack event for " in ip_fmdo_send()
272 fmd_hdl_free(ip_hdl, ipx->ipx_rcvbuf.ipb_buf, in ip_xprt_recv()
275 ipx->ipx_rcvbuf.ipb_buf = buf = fmd_hdl_alloc(ip_hdl, in ip_xprt_recv()
339 fmd_hdl_strfree(ip_hdl, ipx->ipx_addr); in ip_xprt_set_addr()
340 ipx->ipx_addr = fmd_hdl_strdup(ip_hdl, buf, FMD_SLEEP); in ip_xprt_set_addr()
359 fmd_hdl_abort(ip_hdl, "failed to create nvlist for " in ip_xprt_auth()
[all …]