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

/macosx-10.10/xnu-2782.1.97/iokit/Kernel/
H A DIOPMrootDomain.cpp7294 static const OSSymbol * gPMHaltClientAcknowledgeKey = 0; variable
7410 service->setProperty(gPMHaltClientAcknowledgeKey, me))
7422 while (service->getProperty(gPMHaltClientAcknowledgeKey))
7493 prop = from->copyProperty( gPMHaltClientAcknowledgeKey );
7498 from->removeProperty( gPMHaltClientAcknowledgeKey );
7563 if (!gPMHaltClientAcknowledgeKey)
7565 gPMHaltClientAcknowledgeKey =
7567 if (!gPMHaltClientAcknowledgeKey) goto done;

Completed in 75 milliseconds