Home
last modified time | relevance | path

Searched refs:FMD_XPRT_CACHE_AS_LOCAL (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_xprt.h133 #define FMD_XPRT_CACHE_AS_LOCAL 0x200 /* xprt caches fault as if local */ macro
140 FMD_XPRT_CACHE_AS_LOCAL | FMD_XPRT_HCONLY | FMD_XPRT_HC_PRESENT_ONLY)
H A Dfmd_api.h268 #define FMD_XPRT_CACHE_AS_LOCAL 0x200 /* xprt caches fault as if local */ macro
H A Dfmd_sysevent.c473 FMD_XPRT_CACHE_AS_LOCAL, NULL, NULL); in sysev_init()
H A Dfmd_xprt.c1651 if (xip->xi_flags & FMD_XPRT_CACHE_AS_LOCAL) in fmd_xprt_recv()