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

/xnu-2422.115.4/iokit/IOKit/pwr_mgt/
H A DRootDomain.h396 bool * cancel );
/xnu-2422.115.4/iokit/Kernel/
H A DIOServicePM.cpp2023 PM_LOG2("Idle cancel was disallowed for %s\n", getName());
2102 // if the power drop was cancelled. The solution is to cancel
2112 fDoNotPowerDown = true; // cancel power drop
3375 // Root domain's override handler may cancel the power change by
6538 PM_ERROR("PM notification cancel (pid %d, %s)\n", pid, name);
7223 // Root domain might self cancel due to assertions.
7226 bool cancel = (bool) fDoNotPowerDown; local
7228 &fHeadNoteChangeFlags, &cancel);
7229 fDoNotPowerDown = cancel;
7261 PM_ERROR("%s: idle cancel, stat
7416 bool cancel = (bool) fDoNotPowerDown; local
[all...]
H A DIOPMrootDomain.cpp2612 // An opportunity for root domain to cancel the power transition,
2634 IOPMPowerChangeFlags * inOutChangeFlags, bool * cancel )
2637 *inOutChangeFlags, *cancel,
2641 if ((false == *cancel) && (kSystemTransitionSleep == _systemTransitionType))
2652 *cancel = true;
2653 DLOG("cancel dark->sleep\n");
5259 // already powered ON in case of sleep cancel/revert. Poll the
6820 // Unsafe to cancel once graphics was powered.
/xnu-2422.115.4/bsd/nfs/
H A Dnfs_vnops.c6857 goto cancel;
6880 cancel:
6881 /* cancel any outstanding requests */
7319 goto cancel;
7331 goto cancel;
7356 goto cancel;
7365 goto cancel;
7389 cancel:
7390 /* cancel any outstanding requests */

Completed in 115 milliseconds