Searched refs:errorConditionKey (Results 1 – 2 of 2) sorted by relevance
90 errorConditionKey = OSSymbol::withCString(kIOPMPSErrorConditionKey); in init()148 if (errorConditionKey) { in free()149 errorConditionKey->release(); in free()367 setPSProperty(errorConditionKey, s); in setErrorCondition()559 return OSDynamicCast(OSSymbol, properties->getObject(errorConditionKey)); in errorCondition()
205 const OSSymbol *errorConditionKey; variable