Home
last modified time | relevance | path

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

/xnu-11215/iokit/Kernel/
H A DIOServicePM.cpp549 assert(fNotifyChildArray == NULL); in PMfree()
4010 assert(fNotifyChildArray == NULL); in notifyChildren()
4011 fNotifyChildArray = children; in notifyChildren()
4043 assert(fNotifyChildArray); in notifyChildrenOrdered()
4055 if (fNotifyChildArray->getCount()) { in notifyChildrenOrdered()
4059 fNotifyChildArray->removeObject(0); in notifyChildrenOrdered()
4061 fNotifyChildArray->release(); in notifyChildrenOrdered()
4062 fNotifyChildArray = NULL; in notifyChildrenOrdered()
4078 assert(fNotifyChildArray); in notifyChildrenDelayed()
4096 fNotifyChildArray->release(); in notifyChildrenDelayed()
[all …]
H A DIOServicePMPrivate.h445 #define fNotifyChildArray pwrMgt->NotifyChildArray macro