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

/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIOPMrootDomain.cpp2736 static const OSSymbol * gPMHaltClientAcknowledgeKey = 0; variable
2852 service->setProperty(gPMHaltClientAcknowledgeKey, me))
2864 while (service->getProperty(gPMHaltClientAcknowledgeKey))
2934 prop = from->copyProperty( gPMHaltClientAcknowledgeKey );
2939 from->removeProperty( gPMHaltClientAcknowledgeKey );
3003 if (!gPMHaltClientAcknowledgeKey)
3005 gPMHaltClientAcknowledgeKey =
3007 if (!gPMHaltClientAcknowledgeKey) goto done;

Completed in 19 milliseconds