| /xnu-11215/libkern/c++/ |
| H A D | OSObject.cpp | 60 OSObject::getMetaClass() const in getMetaClass() function in OSObject 97 const OSMetaClass *meta = obj->getMetaClass(); in getClassName() 392 getMetaClass()->trackedInstance(this); in init() 401 const OSMetaClass *meta = getMetaClass(); in free() 407 getMetaClass()->trackedFree(this); in free() 419 getMetaClass()->trackedAccumSize(this, size); in trackingAccumSize()
|
| H A D | OSSerialize.cpp | 123 printf("class %s: xml serialize\n", o->getMetaClass()->getClassName()); in addXMLStartTag()
|
| H A D | OSCollectionIterator.cpp | 253 return getMetaClass() != OSCollectionIterator::metaClass; in isSubclassed()
|
| H A D | OSMetaClass.cpp | 452 OSMetaClass::getMetaClass() const in getMetaClass() function in OSMetaClass 1387 for (fromMeta = check->getMetaClass();; fromMeta = fromMeta->superClassLink) { in checkMetaCast()
|
| H A D | OSSerializeBinary.cpp | 557 DEBG("%s = %s\n", sym->getCStringNoCopy(), o->getMetaClass()->getClassName()); in OSUnserializeBinary()
|
| H A D | OSKext.cpp | 15593 myMetaClass = theObject->getMetaClass();
|
| /xnu-11215/libkern/libkern/c++/ |
| H A D | OSMetaClass.h | 376 #define OSTypeIDInst(typeinst) ((typeinst)->getMetaClass()) 688 virtual const OSMetaClass * getMetaClass() const = 0; 1265 virtual const OSMetaClass * getMetaClass() const; 1852 virtual const OSMetaClass * getMetaClass() const APPLE_KEXT_OVERRIDE; \ 2033 const OSMetaClass * className ::getMetaClass() const \
|
| H A D | OSValueObject.h | 349 getMetaClass() const APPLE_KEXT_OVERRIDE in getMetaClass() function
|
| /xnu-11215/iokit/Kernel/ |
| H A D | IOPlatformActions.cpp | 254 ADDR(service->getMetaClass()), in IOServicePlatformAction() 263 ADDR(service->getMetaClass()), in IOServicePlatformAction()
|
| H A D | printPlist | 74 IOLog("(object of class %s)\n", plist->getMetaClass()->getClassName());
|
| H A D | IOCatalogue.cpp | 233 meta = service->getMetaClass(); in findDrivers() 750 kext = service->getMetaClass()->getKext(); in terminateDrivers() 897 OSKext *kext = service->getMetaClass()->getKext(); in terminateDriversForUserspaceReboot()
|
| H A D | IOStatistics.cpp | 453 sought.metaClass = inOwner->getMetaClass(); in registerEventSource() 464 …panic("IOStatistics::registerEventSource: cannot find parent class: %s", inOwner->getMetaClass()->… in registerEventSource() 559 sought.metaClass = userClient->getMetaClass(); in registerUserClient()
|
| H A D | IOUserClient.cpp | 560 …snprintf(desc, KOBJECT_DESCRIPTION_LENGTH, "%s(%s)", obj->getMetaClass()->getClassName(), s->text(… in iokit_port_object_description() 567 snprintf(desc, KOBJECT_DESCRIPTION_LENGTH, "%s", obj->getMetaClass()->getClassName()); in iokit_port_object_description() 2047 FAKE_STACK_FRAME(getMetaClass()); in mapClientMemory64() 2418 my_obj = object->getMetaClass(); in is_io_object_get_class() 4082 FAKE_STACK_FRAME(entry->getMetaClass()); in is_io_registry_entry_set_properties() 4460 client->getMetaClass()->getClassName()); in is_io_service_open_extended() 4465 meta = client->getMetaClass(); in is_io_service_open_extended() 4489 client->getMetaClass()->getClassName()); in is_io_service_open_extended() 4505 client->getMetaClass()->getClassName(), creatorNameCStr); in is_io_service_open_extended() 4518 client->getMetaClass()->getClassName(), creatorNameCStr); in is_io_service_open_extended() [all …]
|
| H A D | IOServicePM.cpp | 1591 ADDR(informee->whatObject->getMetaClass()), in handleAcknowledgePowerChange() 1592 ADDR(this->getMetaClass()), in handleAcknowledgePowerChange() 1724 controllingDriverMetaClass = fControllingDriver->getMetaClass(); in handleAcknowledgeSetPowerState() 1730 ADDR(this->getMetaClass()), in handleAcknowledgeSetPowerState() 4203 controllingDriverMetaClass = fControllingDriver->getMetaClass(); in driverSetPowerState() 4210 ADDR(this->getMetaClass()), in driverSetPowerState() 4226 ADDR(this->getMetaClass()), in driverSetPowerState() 4302 ADDR(driver->getMetaClass()), in driverInformPowerChange() 4303 ADDR(this->getMetaClass()), in driverInformPowerChange() 4322 ADDR(driver->getMetaClass()), in driverInformPowerChange() [all …]
|
| H A D | IOUserServer.cpp | 2473 …DKLOG("OSMetaClassBase::Invoke kernel %s 0x%qx\n", getMetaClass()->getClassName(), message->msgid); in Invoke() 2948 meta = obj->getMetaClass(); in objectInstantiate() 3083 …DKLOG("%s: no user class found\n", str ? str->getCStringNoCopy() : obj->getMetaClass()->getClassNa… in objectInstantiate() 3127 DKLOG("%s: instantiate failed 0x%x\n", obj->getMetaClass()->getClassName(), ret); in kernelDispatch() 3131 DKLOG("%s::Dispatch kernel 0x%qx\n", obj->getMetaClass()->getClassName(), message->msgid); in kernelDispatch() 3135 …DKLOG("%s::Dispatch kernel 0x%qx result 0x%x\n", obj->getMetaClass()->getClassName(), message->msg… in kernelDispatch() 3170 …DKLOG("TARGET %s msg 0x%qx from 0x%qx\n", object->getMetaClass()->getClassName(), message->msgid, … in target() 3466 …DKLOG("%s::Dispatch(trap) kernel 0x%qx\n", object->getMetaClass()->getClassName(), message->msgid); in IOUserServerUEXTTrap() 3481 …DKLOG("%s::Dispatch(trap) kernel 0x%qx\n", object->getMetaClass()->getClassName(), message->msgid); in IOUserServerUEXTTrap() 3485 …DKLOG("%s::Dispatch(trap) kernel 0x%qx 0x%x\n", object->getMetaClass()->getClassName(), message->m… in IOUserServerUEXTTrap() [all …]
|
| H A D | IOWorkLoop.cpp | 306 thread_set_thread_name(workThread, newEvent->owner->getMetaClass()->getClassName()); in addEventSource()
|
| H A D | IOPlatformExpert.cpp | 854 char * objString = (char *) (inObj->getMetaClass())->getClassName(); in getCStringForObject() 1549 getMetaClass()->getClassName(), functionName->getCStringNoCopy()); in callPlatformFunction()
|
| H A D | IORegistryEntry.cpp | 1024 return (getMetaClass())->getClassName(); in getName() 1049 return OSSymbol::withCString((getMetaClass())->getClassName()); in copyName()
|
| H A D | IOService.cpp | 995 getMetaClass()->removeInstance(this); in detach() 1510 getMetaClass()->getClassName(), functionName->getCStringNoCopy()); in callPlatformFunction() 4103 inst->getMetaClass()->getClassName(), getName()); in probeCandidates() 5100 matching->getMetaClass()->getClassName()); in checkResource() 5364 getMetaClass()->addInstance(this); in doServiceMatch()
|
| H A D | IOKitDebug.cpp | 117 DEBG("\033[0m <class %s", next->getMetaClass()->getClassName()); in IOPrintPlane()
|
| H A D | IOMemoryDescriptor.cpp | 3494 address, (long) length, (getMetaClass())->getClassName()); in getPhysicalSegment() 3600 panic("fMapped %p %s %qx", this, getMetaClass()->getClassName(), (uint64_t) getLength()); in dmaCommandOperation()
|
| /xnu-11215/iokit/DriverKit/ |
| H A D | OSObject.iig | 262 getMetaClass() const LOCALONLY;
|