Searched refs:theObject (Results 1 – 5 of 5) sorted by relevance
39 IOPMinformee *IOPMinformee::withObject( IOService * theObject ) in OSDefineMetaClassAndStructors()47 newInformee->initialize( theObject ); in OSDefineMetaClassAndStructors()58 IOPMinformee::initialize( IOService * theObject ) in initialize() argument60 whatObject = theObject; in initialize()
1117 OSSharedPtr<OSObject> theObject = copyProperty(aKey); in getProperty() local1119 return theObject.get(); in getProperty()1700 OSSharedPtr<OSObject> theObject; in copyPropertyWithGUIDAndName() local1725 if (theObject != nullptr) { in copyPropertyWithGUIDAndName()1732 return theObject; in copyPropertyWithGUIDAndName()1755 OSSharedPtr<OSObject> theObject; in copyProperty() local1759 theObject = copyProperty(keySymbol.get()); in copyProperty()1762 return theObject; in copyProperty()1770 OSSharedPtr<OSObject> theObject = copyProperty(aKey); in getProperty() local1772 return theObject.get(); in getProperty()[all …]
753 bool ScanForAddrInObject(OSObject * theObject,
40 static IOPMinformee * withObject( IOService * theObject );42 void initialize( IOService * theObject );
15437 bool ScanForAddrInObject(OSObject * theObject,15441 ScanForAddrInObject(OSObject * theObject, argument15450 if (theObject == NULL) {15456 myTypeID = OSTypeIDInst(theObject);15461 myDictionary = OSDynamicCast(OSDictionary, theObject);15488 myArray = OSDynamicCast(OSArray, theObject);15515 myDataObj = OSDynamicCast(OSData, theObject);15558 OSNumber * number = OSDynamicCast(OSNumber, theObject);15593 myMetaClass = theObject->getMetaClass();