Home
last modified time | relevance | path

Searched refs:className (Results 1 – 13 of 13) sorted by relevance

/xnu-11215/libkern/libkern/c++/
H A DOSMetaClass.h1055 const OSSymbol *className; variable
1832 #define _OS_ADD_METHODS(className, b) _OS_ADD_METHODS_ ## b(className) argument
1836 className ## _KernelMethods
1996 : OSMetaClass(#className, className::superClass, \
2014 : OSMetaClass(#className, className::superClass, \
2024 className ::MetaClass className ::gMetaClass; \
2030 className :: className(const OSMetaClass *meta) \
2032 className ::~ className() { } \
2074 className :: className () : superclassName (&gMetaClass) \
2079 static KALLOC_TYPE_DEFINE(className ## _ktv, className, \
[all …]
/xnu-11215/libkern/c++/
H A DOSMetaClass.cpp606 className = (const OSSymbol *)inClassName; in OSMetaClass()
674 sAllClassesDict->removeObject(className); in ~OSMetaClass()
685 className->release(); in ~OSMetaClass()
757 if (!className) { in getClassName()
760 return className->getCStringNoCopy(); in getClassName()
767 return className; in getClassNameSymbol()
926 me->className = in postModLoad()
930 sAllClassesDict->setObject(me->className, me); in postModLoad()
1453 OSSymbol * className; in printInstanceCounts() local
1465 className->getCStringNoCopy(), in printInstanceCounts()
[all …]
/xnu-11215/iokit/Tests/TestServices/
H A DTestIOConnectMapMemoryPortLeak45265408.cpp14 …OSString * className = OSString::withCStringNoCopy("TestIOConnectMapMemoryPortLeak45265408UserClie… in start() local
15 setProperty(gIOUserClientClassKey, className); in start()
16 OSSafeReleaseNULL(className); in start()
/xnu-11215/tests/iokit/
H A Dioserviceusernotification_race.c27 ioclasscount(const char * className, size_t * result) in ioclasscount() argument
33 …CFStringRef classStr = CFStringCreateWithCString(kCFAllocatorDefault, className, kCFStringEncoding… in ioclasscount()
75 T_LOG("Error: Could not find class %s in dictionary.", className); in ioclasscount()
/xnu-11215/iokit/IOKit/
H A DIOCatalogue.h203 IOReturn terminateDrivers(OSDictionary * matching, io_name_t className, bool asynchronous);
H A DIOService.h990 static OSPtr<OSDictionary> serviceMatching( const char * className,
1001 static OSSharedPtr<OSDictionary> serviceMatching( const char * className,
1012 static OSPtr<OSDictionary> serviceMatching( const OSString * className,
1023 static OSSharedPtr<OSDictionary> serviceMatching( const OSString * className,
/xnu-11215/tools/lldbmacros/
H A Dioreg.py744 print("{}[ {} ] {}".format(indent, str(mc.className()), str(mc.data())))
931 def className(self): member in IOKitMetaClass
938 return self._meta.className.string
1100 metaclasses_by_name[str(metaclass.className())] = metaclass
1429 …ng = "{0: <5d}x {1: >5d} bytes {2:s}\n".format(mc.instanceCount, mc.classSize, mc.className.string)
/xnu-11215/iokit/Kernel/
H A DIOCatalogue.cpp696 IOCatalogue::terminateDrivers(OSDictionary * matching, io_name_t className, bool asynchronous) in terminateDrivers() argument
719 if (className && !service->metaCast(className)) { in terminateDrivers()
H A DIOUserServer.cpp2100 IOService::CreateKernelClassMatchingDictionary(OSString * className, OSDictionary * matching) in CreateKernelClassMatchingDictionary() argument
2102 if (!className) { in CreateKernelClassMatchingDictionary()
2111 matching->setObject(kIOProviderClassKey, className); in CreateKernelClassMatchingDictionary()
2117 IOService::CreateKernelClassMatchingDictionary(const char * className, OSDictionary * matching) in CreateKernelClassMatchingDictionary() argument
2122 string = OSString::withCString(className); in CreateKernelClassMatchingDictionary()
2130 IOService::CreateUserClassMatchingDictionary(OSString * className, OSDictionary * matching) in CreateUserClassMatchingDictionary() argument
2132 return CreatePropertyMatchingDictionary(kIOUserClassKey, className, matching); in CreateUserClassMatchingDictionary()
2136 IOService::CreateUserClassMatchingDictionary(const char * className, OSDictionary * matching) in CreateUserClassMatchingDictionary() argument
2138 return CreatePropertyMatchingDictionary(kIOUserClassKey, className, matching); in CreateUserClassMatchingDictionary()
H A DIOUserClient.cpp2410 io_name_t className ) in is_io_object_get_class() argument
2423 strlcpy( className, my_obj->getClassName(), sizeof(io_name_t)); in is_io_object_get_class()
2534 io_name_t className, in is_io_object_conforms_to() argument
2541 *conforms = (NULL != object->metaCast( className )); in is_io_object_conforms_to()
H A DIOService.cpp6807 IOService::serviceMatching( const char * className, in serviceMatching() argument
6810 OSDictionary * result = serviceMatching(className, table.get()); in serviceMatching()
/xnu-11215/iokit/DriverKit/
H A DIOService.iig398 CreateKernelClassMatchingDictionary(OSString * className, OSDictionary * matching) LOCALONLY;
404 CreateKernelClassMatchingDictionary(const char * className, OSDictionary * matching) LOCALONLY;
410 CreateUserClassMatchingDictionary(OSString * className, OSDictionary * matching) LOCALONLY;
416 CreateUserClassMatchingDictionary(const char * className, OSDictionary * matching) LOCALONLY;
/xnu-11215/osfmk/device/
H A Ddevice.defs153 out className : io_name_t
158 in className : io_name_t;