Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_protocol.c366 int err = nvlist_add_string(nvl, FM_RSRC_XPRT_UUID, uuid); in fmd_protocol_xprt_uuclose()
379 int err = nvlist_add_string(nvl, FM_RSRC_XPRT_UUID, uuid); in fmd_protocol_xprt_uuresolved()
392 int err = nvlist_add_string(nvl, FM_RSRC_XPRT_UUID, uuid); in fmd_protocol_xprt_updated()
H A Dfmd_xprt.c656 if (nvlist_lookup_string(nvl, FM_RSRC_XPRT_UUID, &uuid) == 0 && in fmd_xprt_event_uuclose()
679 if (nvlist_lookup_string(nvl, FM_RSRC_XPRT_UUID, &uuid) == 0 && in fmd_xprt_event_uuresolved()
702 if (nvlist_lookup_string(nvl, FM_RSRC_XPRT_UUID, &uuid) == 0 && in fmd_xprt_event_updated()
/illumos-gate/usr/src/uts/common/sys/fm/
H A Dprotocol.h141 #define FM_RSRC_XPRT_UUID "uuid" macro