Searched refs:FMD_EVN_TOD (Results 1 – 5 of 5) sorted by relevance
/titanic_41/usr/src/cmd/fm/fmd/common/ |
H A D | fmd_event.c | 49 (void) nvlist_remove_all(ep->ev_nvl, FMD_EVN_TOD); in fmd_event_nvwrap() 54 FMD_EVN_TOD, (uint64_t *)&ep->ev_time, 2); in fmd_event_nvwrap() 71 FMD_EVN_TOD, &tod, &n) == 0 && n >= 2) in fmd_event_nvunwrap()
|
H A D | fmd_event.h | 86 #define FMD_EVN_TOD "__tod" /* private name-value pair for ev_tod */ macro
|
H A D | fmd_sysevent.c | 382 (void) nvlist_remove_all(nvl, FMD_EVN_TOD); in sysev_replay() 384 FMD_EVN_TOD, (uint64_t *)&ftv, 2); in sysev_replay()
|
H A D | fmd_xprt.c | 1583 else if (nvlist_lookup_uint64_array(nvl, FMD_EVN_TOD, &tod, &n) != 0) in fmd_xprt_recv()
|
/titanic_41/usr/src/cmd/fm/modules/common/zfs-diagnosis/ |
H A D | zfs_de.c | 497 #define FMD_EVN_TOD "__tod" macro 513 if (nvlist_lookup_uint64_array(nvl, FMD_EVN_TOD, &tod, &nelem) == 0 && in zfs_ereport_when()
|