Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_xprt.c256 fmd_xprt_class_hash_insert(fmd_xprt_impl_t *xip, in fmd_xprt_class_hash_insert()
287 fmd_xprt_class_hash_delete(fmd_xprt_impl_t *xip, in fmd_xprt_class_hash_delete()
331 fmd_xprt_subscribe_modhash(fmd_xprt_impl_t *xip, fmd_modhash_t *mhp) in fmd_xprt_subscribe_modhash()
368 fmd_xprt_transition(fmd_xprt_impl_t *xip, in fmd_xprt_transition()
417 fmd_xprt_authupdate(fmd_xprt_impl_t *xip) in fmd_xprt_authupdate()
428 fmd_xprt_vmismatch(fmd_xprt_impl_t *xip, nvlist_t *nvl, uint_t *rversionp) in fmd_xprt_vmismatch()
460 fmd_xprt_event_syn(fmd_xprt_impl_t *xip, nvlist_t *nvl) in fmd_xprt_event_syn()
492 fmd_xprt_event_ack(fmd_xprt_impl_t *xip, nvlist_t *nvl) in fmd_xprt_event_ack()
524 fmd_xprt_impl_t *xip = arg; in fmd_xprt_send_case()
572 fmd_xprt_event_run(fmd_xprt_impl_t *xip, nvlist_t *nvl) in fmd_xprt_event_run()
[all …]
H A Dfmd_xprt.h118 } fmd_xprt_impl_t; typedef
H A Dfmd_api.c316 static fmd_xprt_impl_t *
320 fmd_xprt_impl_t *xip = (fmd_xprt_impl_t *)xp; in fmd_api_transport_impl()
2459 fmd_xprt_impl_t *xip = fmd_api_transport_impl(hdl, xp); in fmd_xprt_close()
2482 fmd_xprt_impl_t *xip = fmd_api_transport_impl(hdl, xp); in fmd_xprt_post()
2515 fmd_xprt_impl_t *xip = fmd_api_transport_impl(hdl, xp); in fmd_xprt_log()
2549 fmd_xprt_impl_t *xip = fmd_api_transport_impl(hdl, xp); in fmd_xprt_error()
2673 fmd_xprt_impl_t *xip = fmd_api_transport_impl(hdl, xp); in fmd_xprt_translate()
H A Dfmd_mdb.c1469 fmd_xprt_impl_t xi; in xprt_walk_step()
1517 fmd_xprt_impl_t xi; in fmd_xprt()
1552 addr + OFFSETOF(fmd_xprt_impl_t, xi_lsub)); in fmd_xprt()
1561 addr + OFFSETOF(fmd_xprt_impl_t, xi_rsub)); in fmd_xprt()
1570 addr + OFFSETOF(fmd_xprt_impl_t, xi_usub)); in fmd_xprt()
H A Dfmd_rpc_adm.c992 fmd_xprt_impl_t *xip; in fmd_adm_xprtstat_1_svc()
H A Dfmd_case.c1082 fmd_xprt_impl_t *xip = (fmd_xprt_impl_t *)cip->ci_xprt; in fmd_case_publish()