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

/macosx-10.10.1/IOFireWireFamily-456/IOFireWireFamily.kmodproj/
H A DIOFWTimeoutQ.cpp82 oldHead->getMetaClass()->getClassName(), oldHead);
89 t->getMetaClass()->getClassName(), t, AbsoluteTime_to_scalar(&d));
123 oldHead->getMetaClass()->getClassName(), oldHead);
130 t->getMetaClass()->getClassName(), t, d.hi, d.lo);
184 t->getMetaClass()->getClassName(), t, AbsoluteTime_to_scalar(&d));
H A DIOFWCommand.cpp114 IOLog("Naughty cmd is a %s\n", getMetaClass()->getClassName());
439 getMetaClass()->getClassName(), prev->getMetaClass()->getClassName(), AbsoluteTime_to_scalar(&now) );
446 t->getMetaClass()->getClassName(), t, AbsoluteTime_to_scalar(&d) );
H A DIOFWUserObjectExporter.cpp317 DebugLog( "found object %p (%s), retain count=%d\n", fObjects[ index ], fObjects[ index ]->getMetaClass()->getClassName(), fObjects[ index ]->getRetainCount() );
335 InfoLog("IOFWUserObjectExporter<%p>::removeObject() -- calling cleanup function for object %p of class %s\n", this, object, object->getMetaClass()->getClassName() ) ;
475 InfoLog("IOFWUserObjectExporter<%p>::removeAllObjects() -- remove object %p of class %s\n", this, objects[ index ], objects[ index ]->getMetaClass()->getClassName() ) ;
479 InfoLog("IOFWUserObjectExporter<%p>::removeAllObjects() -- calling cleanup function for object %p of type %s\n", this, objects[ index ], objects[ index ]->getMetaClass()->getClassName() ) ;
/macosx-10.10.1/xnu-2782.1.97/libkern/libkern/c++/
H A DOSMetaClass.h221 #define OSTypeIDInst(typeinst) ((typeinst)->getMetaClass())
529 * @function getMetaClass
540 virtual const OSMetaClass * getMetaClass() const = 0;
1044 * @function getMetaClass
1052 virtual const OSMetaClass * getMetaClass() const;
1585 virtual const OSMetaClass * getMetaClass() const; \
1697 const OSMetaClass * className ::getMetaClass() const \
/macosx-10.10.1/xnu-2782.1.97/libkern/c++/
H A DOSObject.cpp64 const OSMetaClass * OSObject::getMetaClass() const function in class:OSObject
93 const OSMetaClass *meta = obj->getMetaClass();
102 const OSMetaClass *meta = getMetaClass();
H A DOSSerialize.cpp118 printf("class %s: xml serialize\n", o->getMetaClass()->getClassName());
H A DOSSerializeBinary.cpp397 DEBG("%s = %s\n", sym->getCStringNoCopy(), o->getMetaClass()->getClassName());
H A DOSMetaClass.cpp290 const OSMetaClass * OSMetaClass::getMetaClass() const function in class:OSMetaClass
1049 for (fromMeta = check->getMetaClass(); ; fromMeta = fromMeta->superClassLink) {
H A DOSKext.cpp9692 myMetaClass = theObject->getMetaClass();
/macosx-10.10.1/xnu-2782.1.97/iokit/Kernel/
H A DIOKitDebug.cpp98 DEBG("\033[0m <class %s", next->getMetaClass()->getClassName());
H A DIOStatistics.cpp447 sought.metaClass = inOwner->getMetaClass();
458 panic("IOStatistics::registerEventSource: cannot find parent class: %s", inOwner->getMetaClass()->getClassName());
553 sought.metaClass = userClient->getMetaClass();
H A DIOCatalogue.cpp216 meta = service->getMetaClass();
H A DIORegistryEntry.cpp729 return( (getMetaClass())->getClassName());
749 return( OSSymbol::withCString((getMetaClass())->getClassName()) );
H A DIOPlatformExpert.cpp715 char * objString = (char *) (inObj->getMetaClass())->getClassName();
H A DIOService.cpp618 getMetaClass()->removeInstance(this);
3074 inst->getMetaClass()->getClassName(), getName());
3322 matching->getMetaClass()->getClassName());
3415 getMetaClass()->addInstance(this);
H A DIOMemoryDescriptor.cpp2417 address, (long) length, (getMetaClass())->getClassName());
2524 if (params) panic("class %s does not support IODMACommand::kIterateOnly", getMetaClass()->getClassName());
H A DIOUserClient.cpp1527 my_obj = object->getMetaClass();
/macosx-10.10.1/IOSerialFamily-74/IOSerialFamily.kmodproj/
H A DIOSerialBSDClient.cpp758 for (metaclass = fProvider->getMetaClass();
928 for (providerClass = fProvider->getMetaClass();
/macosx-10.10.1/IOAudioFamily-200.6/
H A DIOAudioEngine.cpp701 const OSMetaClass * const myMetaClass = getMetaClass();

Completed in 508 milliseconds