Searched refs:fab_fmd_xprt (Results 1 - 4 of 4) sorted by relevance
/illumos-gate/usr/src/cmd/fm/modules/common/fabric-xlate/ |
H A D | fabric-xlate.c | 40 fmd_xprt_t *fab_fmd_xprt; /* FMD transport layer handle */ variable 173 fab_fmd_xprt = fmd_xprt_open(hdl, FMD_XPRT_RDONLY, NULL, NULL); 191 fmd_xprt_close(hdl, fab_fmd_xprt);
|
H A D | fx_fabric.c | 498 fmd_xprt_post(hdl, fab_fmd_xprt, erpt, 0); 499 if (fmd_xprt_error(hdl, fab_fmd_xprt)) 518 fmd_xprt_post(hdl, fab_fmd_xprt, erpt, 0); 519 if (fmd_xprt_error(hdl, fab_fmd_xprt)) 611 fmd_xprt_post(hdl, fab_fmd_xprt, erpt, 0); 612 if (fmd_xprt_error(hdl, fab_fmd_xprt)) 632 fmd_xprt_post(hdl, fab_fmd_xprt, erpt, 0); 633 if (fmd_xprt_error(hdl, fab_fmd_xprt))
|
H A D | fabric-xlate.h | 48 extern fmd_xprt_t *fab_fmd_xprt; /* FMD transport layer handle */
|
H A D | fx_subr.c | 165 fmd_xprt_post(hdl, fab_fmd_xprt, erpt, 0); 166 if (fmd_xprt_error(hdl, fab_fmd_xprt)) 217 fmd_xprt_post(hdl, fab_fmd_xprt, erpt, 0); 218 if (fmd_xprt_error(hdl, fab_fmd_xprt)) { 954 fmd_xprt_post(hdl, fab_fmd_xprt, nvl, 0); 955 if (fmd_xprt_error(hdl, fab_fmd_xprt))
|
Completed in 63 milliseconds