Home
last modified time | relevance | path

Searched refs:theObject (Results 1 – 5 of 5) sorted by relevance

/xnu-11215/iokit/Kernel/
H A DIOPMinformee.cpp39 IOPMinformee *IOPMinformee::withObject( IOService * theObject ) in OSDefineMetaClassAndStructors()
47 newInformee->initialize( theObject ); in OSDefineMetaClassAndStructors()
58 IOPMinformee::initialize( IOService * theObject ) in initialize() argument
60 whatObject = theObject; in initialize()
H A DIONVRAM.cpp1117 OSSharedPtr<OSObject> theObject = copyProperty(aKey); in getProperty() local
1119 return theObject.get(); in getProperty()
1700 OSSharedPtr<OSObject> theObject; in copyPropertyWithGUIDAndName() local
1725 if (theObject != nullptr) { in copyPropertyWithGUIDAndName()
1732 return theObject; in copyPropertyWithGUIDAndName()
1755 OSSharedPtr<OSObject> theObject; in copyProperty() local
1759 theObject = copyProperty(keySymbol.get()); in copyProperty()
1762 return theObject; in copyProperty()
1770 OSSharedPtr<OSObject> theObject = copyProperty(aKey); in getProperty() local
1772 return theObject.get(); in getProperty()
[all …]
H A DIORegistryEntry.cpp753 bool ScanForAddrInObject(OSObject * theObject,
/xnu-11215/iokit/IOKit/pwr_mgt/
H A DIOPMinformee.h40 static IOPMinformee * withObject( IOService * theObject );
42 void initialize( IOService * theObject );
/xnu-11215/libkern/c++/
H A DOSKext.cpp15437 bool ScanForAddrInObject(OSObject * theObject,
15441 ScanForAddrInObject(OSObject * theObject, argument
15450 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();