Home
last modified time | relevance | path

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

/xnu-11215/iokit/IOKit/
H A DIOService.h2233 IOReturn synchronizePowerTree( IOOptionBits options = 0, IOService * notifyRoot = NULL );
/xnu-11215/iokit/Kernel/
H A DIOServicePM.cpp1774 IOService * notifyRoot ) in synchronizePowerTree() argument
1786 OUR_PMLog(kPMLogCSynchronizePowerTree, options, (notifyRoot != NULL)); in synchronizePowerTree()
1788 if (notifyRoot) { in synchronizePowerTree()
1792 nr = acquirePMRequest(notifyRoot, kIOPMRequestTypeChildNotifyDelayCancel); in synchronizePowerTree()