Home
last modified time | relevance | path

Searched refs:xi_auth (Results 1 – 3 of 3) sorted by relevance

/titanic_44/usr/src/cmd/fm/fmd/common/
H A Dfmd_xprt.h106 nvlist_t *xi_auth; /* authority for peer endpoint */ member
H A Dfmd_xprt.c419 char *s = fmd_fmri_auth2str(xip->xi_auth); in fmd_xprt_authupdate()
473 if (xip->xi_auth == NULL && in fmd_xprt_event_syn()
476 (void) nvlist_xdup(nvl, &xip->xi_auth, &fmd.d_nva); in fmd_xprt_event_syn()
503 if (xip->xi_auth == NULL && in fmd_xprt_event_ack()
506 (void) nvlist_xdup(nvl, &xip->xi_auth, &fmd.d_nva); in fmd_xprt_event_ack()
774 xip->xi_auth = auth; in fmd_xprt_create()
824 if (xip->xi_auth != NULL) in fmd_xprt_create()
1000 nvlist_free(xip->xi_auth); in fmd_xprt_destroy()
H A Dfmd_api.c2675 if (xip->xi_auth == NULL) { in fmd_xprt_translate()
2680 return (fmd_xprt_xtranslate(FMD_EVENT_NVL(ep), xip->xi_auth)); in fmd_xprt_translate()