Searched refs:hibernateAborted (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/iokit/IOKit/pwr_mgt/
H A DRootDomain.h612 uint32_t hibernateAborted; member in class:IOPMrootDomain
/darwin-on-arm/xnu/iokit/Kernel/
H A DIOPMrootDomain.cpp2281 if (hibernateAborted || ((hibOptions &&
2347 else if (hibernateAborted || !wakeType ||
2529 hibernateAborted = false;
2940 if (ret && !hibernateAborted && checkSystemCanSustainFullWake())
2943 hibernateAborted = true;
3993 if ((hibernateDisabled || hibernateAborted) &&
4004 DLOG("wake in %u secs for hibernateDisabled %d, hibernateAborted %d\n",
4005 params.ecWakeTimer, hibernateDisabled, hibernateAborted);

Completed in 23 milliseconds