Searched refs:fmd_xprt_post (Results 1 - 12 of 12) sorted by relevance
/illumos-gate/usr/src/cmd/fm/fmd/common/ |
H A D | fmd_sysevent.c | 137 fmd_xprt_post(sysev_hdl, sysev_xprt, nvl, hrt); 186 fmd_xprt_post(sysev_hdl, xp, nvl, hrt); 386 fmd_xprt_post(hdl, sysev_xprt, nvl, 0); 510 * thread will block in its first fmd_xprt_post() until fmd is ready.
|
H A D | fmd_api.h | 274 extern void fmd_xprt_post(fmd_hdl_t *, fmd_xprt_t *, nvlist_t *, hrtime_t);
|
H A D | fmd_api.c | 2478 fmd_xprt_post(fmd_hdl_t *hdl, fmd_xprt_t *xp, nvlist_t *nvl, hrtime_t hrt) function 2506 "fmd_xprt_post() cannot be called from _fmd_init()\n");
|
/illumos-gate/usr/src/cmd/fm/modules/common/disk-transport/ |
H A D | disk_transport.c | 94 fmd_xprt_post(hdl, xprt, nvl, 0);
|
/illumos-gate/usr/src/cmd/fm/modules/common/fabric-xlate/ |
H A D | fx_fabric.c | 498 fmd_xprt_post(hdl, fab_fmd_xprt, erpt, 0); 518 fmd_xprt_post(hdl, fab_fmd_xprt, erpt, 0); 611 fmd_xprt_post(hdl, fab_fmd_xprt, erpt, 0); 632 fmd_xprt_post(hdl, fab_fmd_xprt, erpt, 0);
|
H A D | fx_subr.c | 165 fmd_xprt_post(hdl, fab_fmd_xprt, erpt, 0); 217 fmd_xprt_post(hdl, fab_fmd_xprt, erpt, 0); 954 fmd_xprt_post(hdl, fab_fmd_xprt, nvl, 0);
|
/illumos-gate/usr/src/cmd/fm/modules/common/sensor-transport/ |
H A D | sensor_transport.c | 264 fmd_xprt_post(hdl, stp->st_xprt, event, 0);
|
/illumos-gate/usr/src/cmd/fm/modules/common/ext-event-transport/ |
H A D | fmevt_inbound.c | 87 "protocol events posted with fmd_xprt_post" }, 460 fmd_xprt_post(fmevt_hdl, fmevt_xprt, nvl,
|
/illumos-gate/usr/src/cmd/fm/modules/common/event-transport/ |
H A D | etm.c | 325 fmd_xprt_post(hdl, mp->epm_xprthdl, nvl, 0); 336 fmd_xprt_post(hdl, mp->epm_xprthdl, nvl, 0);
|
/illumos-gate/usr/src/cmd/fm/modules/common/ses-log-transport/ |
H A D | ses_log_transport.c | 179 fmd_xprt_post(hdl, xprt, nvl, 0);
|
/illumos-gate/usr/src/cmd/fm/modules/common/ip-transport/ |
H A D | ip.c | 432 fmd_xprt_post(ip_hdl, ipx->ipx_xprt, nvl, 0);
|
/illumos-gate/usr/src/cmd/fm/modules/sun4v/etm/ |
H A D | etm.c | 1326 fmd_xprt_post(hdl, fmd_xprt, evp, 0); 3386 * if FMA events/ereports, call fmd_xprt_post() to post to fmd
|
Completed in 121 milliseconds