Lines Matching refs:xp

333 	fmd_xprt_t *xp = (fmd_xprt_t *)xip;  in fmd_xprt_subscribe_modhash()  local
355 fmd_xprt_subscribe(xp, pap->cpa_argv[j]); in fmd_xprt_subscribe_modhash()
371 fmd_xprt_t *xp = (fmd_xprt_t *)xip; in fmd_xprt_transition() local
400 fmd_xprt_subscribe(xp, FM_LIST_SUSPECT_CLASS); in fmd_xprt_transition()
401 fmd_xprt_subscribe(xp, FM_LIST_ISOLATED_CLASS); in fmd_xprt_transition()
402 fmd_xprt_subscribe(xp, FM_LIST_UPDATED_CLASS); in fmd_xprt_transition()
403 fmd_xprt_subscribe(xp, FM_LIST_RESOLVED_CLASS); in fmd_xprt_transition()
404 fmd_xprt_subscribe(xp, FM_LIST_REPAIRED_CLASS); in fmd_xprt_transition()
923 fmd_xprt_destroy(fmd_xprt_t *xp) in fmd_xprt_destroy() argument
925 fmd_xprt_impl_t *xip = (fmd_xprt_impl_t *)xp; in fmd_xprt_destroy()
970 if (cip->ci_xprt == xp) in fmd_xprt_destroy()
1007 fmd_xprt_xsuspend(fmd_xprt_t *xp, uint_t flags) in fmd_xprt_xsuspend() argument
1009 fmd_xprt_impl_t *xip = (fmd_xprt_impl_t *)xp; in fmd_xprt_xsuspend()
1030 fmd_xprt_xresume(fmd_xprt_t *xp, uint_t flags) in fmd_xprt_xresume() argument
1032 fmd_xprt_impl_t *xip = (fmd_xprt_impl_t *)xp; in fmd_xprt_xresume()
1049 fmd_xprt_send(fmd_xprt_t *xp) in fmd_xprt_send() argument
1051 fmd_xprt_impl_t *xip = (fmd_xprt_impl_t *)xp; in fmd_xprt_send()
1065 err = mp->mod_ops->mop_transport(mp, xp, ep); in fmd_xprt_send()
1090 fmd_xprt_list_suspect_local(fmd_xprt_t *xp, nvlist_t *nvl) in fmd_xprt_list_suspect_local() argument
1096 fmd_xprt_impl_t *xip = (fmd_xprt_impl_t *)xp; in fmd_xprt_list_suspect_local()
1199 fmd_xprt_list_suspect(fmd_xprt_t *xp, nvlist_t *nvl) in fmd_xprt_list_suspect() argument
1201 fmd_xprt_impl_t *xip = (fmd_xprt_impl_t *)xp; in fmd_xprt_list_suspect()
1339 if ((cp = fmd_case_recreate(xip->xi_queue->eq_mod, xp, in fmd_xprt_list_suspect()
1447 fmd_xprt_recv(fmd_xprt_t *xp, nvlist_t *nvl, hrtime_t hrt, boolean_t logonly) in fmd_xprt_recv() argument
1449 fmd_xprt_impl_t *xip = (fmd_xprt_impl_t *)xp; in fmd_xprt_recv()
1652 fmd_xprt_list_suspect_local(xp, nvl); in fmd_xprt_recv()
1654 fmd_xprt_list_suspect(xp, nvl); in fmd_xprt_recv()
1759 fmd_xprt_uuclose(fmd_xprt_t *xp, const char *uuid) in fmd_xprt_uuclose() argument
1761 fmd_xprt_impl_t *xip = (fmd_xprt_impl_t *)xp; in fmd_xprt_uuclose()
1784 fmd_xprt_uuresolved(fmd_xprt_t *xp, const char *uuid) in fmd_xprt_uuresolved() argument
1786 fmd_xprt_impl_t *xip = (fmd_xprt_impl_t *)xp; in fmd_xprt_uuresolved()
1809 fmd_xprt_updated(fmd_xprt_t *xp, const char *uuid, uint8_t *statusp, in fmd_xprt_updated() argument
1812 fmd_xprt_impl_t *xip = (fmd_xprt_impl_t *)xp; in fmd_xprt_updated()
1838 fmd_xprt_subscribe(fmd_xprt_t *xp, const char *class) in fmd_xprt_subscribe() argument
1840 fmd_xprt_impl_t *xip = (fmd_xprt_impl_t *)xp; in fmd_xprt_subscribe()
1876 fmd_xprt_unsubscribe(fmd_xprt_t *xp, const char *class) in fmd_xprt_unsubscribe() argument
1878 fmd_xprt_impl_t *xip = (fmd_xprt_impl_t *)xp; in fmd_xprt_unsubscribe()
1919 fmd_xprt_t *xp; in fmd_xprt_subscribe_xid() local
1921 if ((xp = fmd_idspace_hold(ids, id)) != NULL) { in fmd_xprt_subscribe_xid()
1922 fmd_xprt_subscribe(xp, class); in fmd_xprt_subscribe_xid()
1939 fmd_xprt_t *xp; in fmd_xprt_unsubscribe_xid() local
1941 if ((xp = fmd_idspace_hold(ids, id)) != NULL) { in fmd_xprt_unsubscribe_xid()
1942 fmd_xprt_unsubscribe(xp, class); in fmd_xprt_unsubscribe_xid()
1960 fmd_xprt_t *xp; in fmd_xprt_suspend_xid() local
1962 if ((xp = fmd_idspace_hold(ids, id)) != NULL) { in fmd_xprt_suspend_xid()
1963 fmd_xprt_xsuspend(xp, FMD_XPRT_DSUSPENDED); in fmd_xprt_suspend_xid()
1990 fmd_xprt_t *xp; in fmd_xprt_resume_xid() local
1992 if ((xp = fmd_idspace_hold(ids, id)) != NULL) { in fmd_xprt_resume_xid()
1993 fmd_xprt_xresume(xp, FMD_XPRT_DSUSPENDED); in fmd_xprt_resume_xid()