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

/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIOPMPowerStateQueue.cpp152 PowerChangeEntry *theNode; local
161 if((theNode = (PowerChangeEntry *)OSDequeueAtomic((void **)&changes, 0)))
166 theState = theNode->state;
167 theTarget = theNode->target;
168 theAction = theNode->actionType;
169 IOFree((void *)theNode, sizeof(PowerChangeEntry));

Completed in 53 milliseconds