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

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

Completed in 71 milliseconds