Searched refs:fmd_xprt_open (Results 1 – 12 of 12) sorted by relevance
/titanic_41/usr/src/cmd/fm/modules/common/fabric-xlate/ |
H A D | fabric-xlate.c | 173 fab_fmd_xprt = fmd_xprt_open(hdl, FMD_XPRT_RDONLY, NULL, NULL); in _fmd_init()
|
/titanic_41/usr/src/cmd/fm/fmd/common/ |
H A D | fmd_api.h | 272 extern fmd_xprt_t *fmd_xprt_open(fmd_hdl_t *, uint_t, nvlist_t *, void *);
|
H A D | fmd_api.map | 133 fmd_xprt_open { TYPE = function; FLAGS = extern };
|
H A D | fmd_sysevent.c | 472 sysev_xprt = fmd_xprt_open(hdl, FMD_XPRT_RDONLY | in sysev_init()
|
H A D | fmd_api.c | 2425 fmd_xprt_open(fmd_hdl_t *hdl, uint_t flags, nvlist_t *auth, void *data) in fmd_xprt_open() function
|
/titanic_41/usr/src/cmd/fm/modules/common/disk-transport/ |
H A D | disk_transport.c | 284 dmp->dm_xprt = fmd_xprt_open(hdl, FMD_XPRT_RDONLY, NULL, NULL); in _fmd_init()
|
/titanic_41/usr/src/cmd/fm/modules/common/sensor-transport/ |
H A D | sensor_transport.c | 403 stp->st_xprt = fmd_xprt_open(hdl, FMD_XPRT_RDONLY, NULL, NULL); in _fmd_init()
|
/titanic_41/usr/src/cmd/fm/modules/common/ip-transport/ |
H A D | ip.c | 393 xp = fmd_xprt_open(ip_hdl, ipx->ipx_flags, in ip_xprt_accept() 490 ipx->ipx_xprt = fmd_xprt_open(ip_hdl, ipx->ipx_flags, in ip_xprt_thread()
|
/titanic_41/usr/src/cmd/fm/modules/common/ext-event-transport/ |
H A D | fmevt_inbound.c | 591 fmevt_xprt = fmd_xprt_open(hdl, FMD_XPRT_RDONLY, NULL, NULL); in fmevt_init_inbound()
|
/titanic_41/usr/src/cmd/fm/modules/common/event-transport/ |
H A D | etm.c | 435 if ((mp->epm_xprthdl = fmd_xprt_open(hdl, mp->epm_xprtflags, in etm_handle_startup() 715 if ((mp->epm_xprthdl = fmd_xprt_open(hdl, in etm_recv()
|
/titanic_41/usr/src/cmd/fm/modules/common/ses-log-transport/ |
H A D | ses_log_transport.c | 1160 slmp->slt_xprt = fmd_xprt_open(hdl, FMD_XPRT_RDONLY, NULL, NULL); in _fmd_init()
|
/titanic_41/usr/src/cmd/fm/modules/sun4v/etm/ |
H A D | etm.c | 2869 iosvc->fmd_xprt = fmd_xprt_open(fmd_hdl, flags, NULL, iosvc); in etm_iosvc_setup() 3791 etm_fmd_xprt = fmd_xprt_open(hdl, FMD_XPRT_RDONLY, NULL, NULL); in _fmd_init()
|