Home
last modified time | relevance | path

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

/xnu-11215/osfmk/i386/AT386/
H A Dmodel_dep.c1170 extern AbsoluteTime gIOLastSleepAbsTime;
1188 …paniclog_append_noflush(" Sleep : 0x%016llx 0x%016llx 0x%016llx\n", gIOLastSleepAbsTime, gAcpiL… in panic_display_times()
/xnu-11215/iokit/Kernel/
H A DIOPMrootDomain.cpp615 AbsoluteTime gIOLastSleepAbsTime; variable
1219 SYSCTL_QUAD(_kern, OID_AUTO, sleep_abs_time, CTLFLAG_RD | CTLFLAG_LOCKED, &gIOLastSleepAbsTime, "");
2897 gIOLastSleepAbsTime = now; in powerChangeDone()