Searched refs:pmsStamp (Results 1 - 4 of 4) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/osfmk/kern/
H A Dpms.h96 uint64_t pmsStamp; /* Time of transition to current state */ member in struct:pmsd
/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Dpms.c284 pp->pms.pmsStamp = tb; /* Show transition now */
318 dur = tb - pp->pms.pmsStamp; /* Get the amount of time we were in the old step */
319 pp->pms.pmsStamp = tb; /* Set the new timestamp */
H A Dppc_init.c172 BootProcInfo.pms.pmsStamp = 0; /* Dummy transition time */
H A Dcpu.c325 proc_info->pms.pmsStamp = 0; /* Dummy transition time */

Completed in 22 milliseconds