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);
172 ip_hdl, ipx, NULL, ip_burp);
173 fmd_xprt_suspend(ip_hdl, xp);
206 fmd_hdl_error(ip_hdl, "failed to pack event for "
272 fmd_hdl_free(ip_hdl, ipx->ipx_rcvbuf.ipb_buf,
275 ipx->ipx_rcvbuf.ipb_buf = buf = fmd_hdl_alloc(ip_hdl,
339 fmd_hdl_strfree(ip_hdl, ipx->ipx_addr);
340 ipx->ipx_addr = fmd_hdl_strdup(ip_hdl, buf, FMD_SLEEP);
359 fmd_hdl_abort(ip_hdl, "faile
[all...]

Completed in 67 milliseconds