| /xnu-11215/libkern/c++/ |
| H A D | OSObject.cpp | 95 getClassName(const OSObject *obj) in getClassName() function 98 return (meta) ? meta->getClassName() : "unknown class?"; in getClassName() 224 getClassName(this)); in taggedRelease() 269 snprintf(cstr, sizeof(cstr), "%s is not serializable", getClassName(this)); in serialize()
|
| H A D | OSSerialize.cpp | 123 printf("class %s: xml serialize\n", o->getMetaClass()->getClassName()); in addXMLStartTag()
|
| H A D | OSMetaClass.cpp | 755 OSMetaClass::getClassName() const in getClassName() function in OSMetaClass 1008 getClassName(), instanceCount); in instanceDestructed()
|
| H A D | OSSerializeBinary.cpp | 557 DEBG("%s = %s\n", sym->getCStringNoCopy(), o->getMetaClass()->getClassName()); in OSUnserializeBinary()
|
| H A D | OSKext.cpp | 9992 aClass->getClassName()); 10005 aClass->getClassName()); 10018 aClass->getClassName()); 10037 aClass->getClassName()); 10061 aClass->getClassName()); 10071 aClass->getClassName()); 10086 aClass->getClassName()); 10170 checkClass->getClassName(), 12630 metaClassName = OSString::withCString(thisMetaClass->getClassName()); 12633 thisMetaClass->getSuperClass()->getClassName()); [all …]
|
| /xnu-11215/iokit/Kernel/ |
| H A D | IOStatistics.cpp | 323 LOG(1, "IOStatistics::onClassAdded: %s\n", metaClass->getClassName()); in onClassAdded() 386 LOG(1, "IOStatistics::onClassRemoved: %s\n", metaClass->getClassName()); in onClassRemoved() 420 panic("IOStatistics::onClassRemoved: cannot find class: %s", metaClass->getClassName()); in onClassRemoved() 464 …tics::registerEventSource: cannot find parent class: %s", inOwner->getMetaClass()->getClassName()); in registerEventSource() 566 …IOStatistics::registerUserClient: cannot find parent class: %s", sought.metaClass->getClassName()); in registerUserClient() 1034 strncpy(classNames->name, ce->metaClass->getClassName(), kIOStatisticsClassNameLength); in copyClassNames()
|
| H A D | printPlist | 74 IOLog("(object of class %s)\n", plist->getMetaClass()->getClassName());
|
| H A D | IOUserClient.cpp | 546 …snprintf(desc, KOBJECT_DESCRIPTION_LENGTH, "%s(0x%qx)", obj->getMetaClass()->getClassName(), regEn… in iokit_port_object_description() 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() 2423 strlcpy( className, my_obj->getClassName(), sizeof(io_name_t)); in is_io_object_get_class() 2463 cstr = super->getClassName(); in is_io_object_get_superclass() 4460 client->getMetaClass()->getClassName()); in is_io_service_open_extended() 4489 client->getMetaClass()->getClassName()); in is_io_service_open_extended() 4492 …ntitlementsKey "with value not boolean false or string\n", 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 | IOWorkLoop.cpp | 306 thread_set_thread_name(workThread, newEvent->owner->getMetaClass()->getClassName()); in addEventSource()
|
| H A D | IOUserServer.cpp | 2473 …DKLOG("OSMetaClassBase::Invoke kernel %s 0x%qx\n", getMetaClass()->getClassName(), message->msgid); in Invoke() 3079 …DKLOG("instantiate object %s with user class %s\n", obj->getMetaClass()->getClassName(), str ? str… in objectInstantiate() 3083 …("%s: no user class found\n", str ? str->getCStringNoCopy() : obj->getMetaClass()->getClassName()); 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()
|
| 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 | IOKitDebug.cpp | 117 DEBG("\033[0m <class %s", next->getMetaClass()->getClassName()); in IOPrintPlane()
|
| H A D | IOService.cpp | 1510 getMetaClass()->getClassName(), functionName->getCStringNoCopy()); in callPlatformFunction() 4103 inst->getMetaClass()->getClassName(), getName()); in probeCandidates() 5100 matching->getMetaClass()->getClassName()); in checkResource()
|
| 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/libkern/libkern/c++/ |
| H A D | OSMetaClass.h | 1765 const char * getClassName() const;
|