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

/darwin-on-arm/xnu/iokit/Kernel/
H A DIOPMinformee.cpp39 IOPMinformee *IOPMinformee::withObject( IOService *theObject )
45 newInformee->initialize( theObject );
55 void IOPMinformee::initialize ( IOService * theObject )
57 whatObject = theObject;
H A DIONVRAM.cpp290 OSObject *theObject = 0; local
294 theObject = getProperty(keySymbol);
298 return theObject;
H A DIORegistryEntry.cpp534 bool ScanForAddrInObject(OSObject * theObject,
/darwin-on-arm/xnu/iokit/IOKit/pwr_mgt/
H A DIOPMinformee.h40 static IOPMinformee * withObject( IOService * theObject );
42 void initialize( IOService * theObject );
/darwin-on-arm/xnu/libkern/c++/
H A DOSKext.cpp9567 bool ScanForAddrInObject(OSObject * theObject,
9570 bool ScanForAddrInObject(OSObject * theObject, argument
9579 if ( theObject == NULL ) {
9580 IOLog("%s: theObject is NULL \n",
9585 myTypeID = OSTypeIDInst(theObject);
9590 myDictionary = OSDynamicCast(OSDictionary, theObject);
9613 myArray = OSDynamicCast(OSArray, theObject);
9641 myDataObj = OSDynamicCast(OSData, theObject);
9690 OSNumber * number = OSDynamicCast(OSNumber, theObject);
9727 myMetaClass = theObject
[all...]

Completed in 37 milliseconds