Searched refs:getMetaClass (Results 1 - 12 of 12) sorted by relevance

/darwin-on-arm/xnu/libkern/c++/
H A DOSObject.cpp63 const OSMetaClass * OSObject::getMetaClass() const function in class:OSObject
92 const OSMetaClass *meta = obj->getMetaClass();
101 const OSMetaClass *meta = getMetaClass();
H A DOSMetaClass.cpp290 const OSMetaClass * OSMetaClass::getMetaClass() const function in class:OSMetaClass
1048 for (fromMeta = check->getMetaClass(); ; fromMeta = fromMeta->superClassLink) {
H A DOSKext.cpp9727 myMetaClass = theObject->getMetaClass();
/darwin-on-arm/xnu/libkern/libkern/c++/
H A DOSMetaClass.h237 #define OSTypeIDInst(typeinst) ((typeinst)->getMetaClass())
574 * @function getMetaClass
585 virtual const OSMetaClass * getMetaClass() const = 0;
1089 * @function getMetaClass
1097 virtual const OSMetaClass * getMetaClass() const;
1630 virtual const OSMetaClass * getMetaClass() const; \
1742 const OSMetaClass * className ::getMetaClass() const \
/darwin-on-arm/xnu/iokit/Kernel/
H A DIOKitDebug.cpp92 DEBG("\033[0m <class %s", next->getMetaClass()->getClassName());
H A DIOStatistics.cpp446 sought.metaClass = inOwner->getMetaClass();
457 panic("IOStatistics::registerEventSource: cannot find parent class: %s", inOwner->getMetaClass()->getClassName());
551 sought.metaClass = userClient->getMetaClass();
H A DIOCatalogue.cpp212 meta = service->getMetaClass();
H A DIORegistryEntry.cpp729 return( (getMetaClass())->getClassName());
749 return( OSSymbol::withCString((getMetaClass())->getClassName()) );
H A DIOPlatformExpert.cpp693 char * objString = (char *) (inObj->getMetaClass())->getClassName();
H A DIOService.cpp503 getMetaClass()->removeInstance(this);
2773 inst->getMetaClass()->getClassName(), getName());
3021 matching->getMetaClass()->getClassName());
3140 getMetaClass()->addInstance(this);
H A DIOMemoryDescriptor.cpp1661 address, (long) length, (getMetaClass())->getClassName());
1768 if (params) panic("class %s does not support IODMACommand::kIterateOnly", getMetaClass()->getClassName());
H A DIOUserClient.cpp1377 my_obj = object->getMetaClass();

Completed in 73 milliseconds