Searched refs:FM_RSRC_XPRT_UUID (Results 1 – 3 of 3) sorted by relevance
/titanic_50/usr/src/cmd/fm/fmd/common/ |
H A D | fmd_protocol.c | 366 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 D | fmd_xprt.c | 656 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()
|
/titanic_50/usr/src/uts/common/sys/fm/ |
H A D | protocol.h | 140 #define FM_RSRC_XPRT_UUID "uuid" macro
|