Searched refs:FMD_EVN_TOD (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_event.h86 #define FMD_EVN_TOD "__tod" /* private name-value pair for ev_tod */ macro
H A Dfmd_event.c47 (void) nvlist_remove_all(ep->ev_nvl, FMD_EVN_TOD);
52 FMD_EVN_TOD, (uint64_t *)&ep->ev_time, 2);
69 FMD_EVN_TOD, &tod, &n) == 0 && n >= 2)
H A Dfmd_sysevent.c382 (void) nvlist_remove_all(nvl, FMD_EVN_TOD);
384 FMD_EVN_TOD, (uint64_t *)&ftv, 2);
H A Dfmd_xprt.c1571 * control event. If a FMD_EVN_TOD member is found, create a protocol
1578 else if (nvlist_lookup_uint64_array(nvl, FMD_EVN_TOD, &tod, &n) != 0)
/illumos-gate/usr/src/cmd/fm/modules/common/zfs-diagnosis/
H A Dzfs_de.c497 #define FMD_EVN_TOD "__tod" macro
513 if (nvlist_lookup_uint64_array(nvl, FMD_EVN_TOD, &tod, &nelem) == 0 &&

Completed in 139 milliseconds