Home
last modified time | relevance | path

Searched refs:CPR_STAT_EVENT_END_TMZ (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/cpr/
H A Dcpr_main.c1040 CPR_STAT_EVENT_END_TMZ(" write statefile", ctp); in cpr_resume()
1041 CPR_STAT_EVENT_END_TMZ("Suspend Total", ctp); in cpr_resume()
1048 CPR_STAT_EVENT_END_TMZ(str, ctp); in cpr_resume()
1053 CPR_STAT_EVENT_END_TMZ(str, ctp); in cpr_resume()
1262 CPR_STAT_EVENT_END_TMZ("PWROFF TIME", &pwron_tv); in cpr_resume()
/illumos-gate/usr/src/uts/common/sys/
H A Dcpr.h496 #define CPR_STAT_EVENT_END_TMZ(s, t) cpr_stat_event_end(s, t) macro