Searched refs:fmd_xprt_impl_t (Results 1 – 6 of 6) sorted by relevance
/titanic_41/usr/src/cmd/fm/fmd/common/ |
H A D | fmd_xprt.c | 256 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 D | fmd_xprt.h | 118 } fmd_xprt_impl_t; typedef
|
H A D | fmd_api.c | 316 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 D | fmd_mdb.c | 1462 fmd_xprt_impl_t xi; in xprt_walk_step() 1510 fmd_xprt_impl_t xi; in fmd_xprt() 1545 addr + OFFSETOF(fmd_xprt_impl_t, xi_lsub)); in fmd_xprt() 1554 addr + OFFSETOF(fmd_xprt_impl_t, xi_rsub)); in fmd_xprt() 1563 addr + OFFSETOF(fmd_xprt_impl_t, xi_usub)); in fmd_xprt()
|
H A D | fmd_rpc_adm.c | 992 fmd_xprt_impl_t *xip; in fmd_adm_xprtstat_1_svc()
|
H A D | fmd_case.c | 1082 fmd_xprt_impl_t *xip = (fmd_xprt_impl_t *)cip->ci_xprt; in fmd_case_publish()
|