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

/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIOServicePMPrivate.h374 #define fNotifyChildArray pwrMgt->NotifyChildArray macro
H A DIOServicePM.cpp460 assert(fNotifyChildArray == NULL);
3027 assert(fNotifyChildArray == 0);
3028 fNotifyChildArray = children;
3042 assert(fNotifyChildArray);
3055 if (fNotifyChildArray->getCount())
3058 connection = (IOPowerConnection *) fNotifyChildArray->getObject(0);
3059 fNotifyChildArray->removeObject(0);
3064 fNotifyChildArray->release();
3065 fNotifyChildArray = 0;

Completed in 24 milliseconds