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

/xnu-2782.1.97/iokit/Kernel/
H A DIOPMPowerSource.cpp86 errorConditionKey = OSSymbol::withCString(kIOPMPSErrorConditionKey);
115 if(errorConditionKey) errorConditionKey->release();
274 setPSProperty(errorConditionKey, s);
399 return OSDynamicCast(OSSymbol, properties->getObject(errorConditionKey));
/xnu-2782.1.97/iokit/IOKit/pwr_mgt/
H A DIOPMPowerSource.h204 const OSSymbol *errorConditionKey; member in class:IOPMPowerSource

Completed in 50 milliseconds