Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fm/modules/common/fabric-xlate/
H A Dfx_fabric.c552 if (fmd_xprt_error(hdl, fab_fmd_xprt)) in fab_send_pcix_ecc_erpt()
572 if (fmd_xprt_error(hdl, fab_fmd_xprt)) in fab_send_pcix_ecc_erpt()
665 if (fmd_xprt_error(hdl, fab_fmd_xprt)) in fab_send_pcix_bdg_ecc_erpt()
686 if (fmd_xprt_error(hdl, fab_fmd_xprt)) in fab_send_pcix_bdg_ecc_erpt()
H A Dfx_subr.c168 if (fmd_xprt_error(hdl, fab_fmd_xprt)) in fab_send_tgt_erpt()
223 if (fmd_xprt_error(hdl, fab_fmd_xprt)) { in fab_send_erpt()
963 if (fmd_xprt_error(hdl, fab_fmd_xprt)) in fab_send_erpt_all_rps()
/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_api.h278 extern int fmd_xprt_error(fmd_hdl_t *, fmd_xprt_t *);
H A Dfmd_api.map130 fmd_xprt_error { TYPE = function; FLAGS = extern };
H A Dfmd_api.c2547 fmd_xprt_error(fmd_hdl_t *hdl, fmd_xprt_t *xp) in fmd_xprt_error() function
/illumos-gate/usr/src/cmd/fm/modules/common/ip-transport/
H A Dip.c435 if (fmd_xprt_error(ip_hdl, ipx->ipx_xprt)) { in ip_xprt_recv_event()