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

/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_xprt.h121 * Flags for fmd_xprt_create() and xi_flags. NOTE: Any public API flags must
144 extern fmd_xprt_t *fmd_xprt_create(fmd_module_t *, uint_t, nvlist_t *, void *);
H A Dfmd_xprt.c759 fmd_xprt_create(fmd_module_t *mp, uint_t flags, nvlist_t *auth, void *data) function
983 * Uniquify the stat names exactly as was done in fmd_xprt_create()
H A Dfmd_api.c2448 if ((xp = fmd_xprt_create(mp, flags, auth, data)) == NULL)

Completed in 64 milliseconds