Home
last modified time | relevance | path

Searched refs:getMetaClassWithName (Results 1 – 4 of 4) sorted by relevance

/xnu-11215/libkern/c++/
H A DOSMetaClass.cpp1233 OSMetaClass::getMetaClassWithName(const OSSymbol * name) in getMetaClassWithName() function in OSMetaClass
1332 const OSMetaClass * const meta = getMetaClassWithName(name); in checkMetaCastWithName()
/xnu-11215/libkern/libkern/c++/
H A DOSMetaClass.h1105 static const OSMetaClass * getMetaClassWithName(const OSSymbol * name);
/xnu-11215/iokit/Kernel/
H A DIOService.cpp5240 iomediaClass = OSMetaClass::getMetaClassWithName(gIOMediaKey); in publishHiddenMedia()
5293 ioblockstoragedriverClass = OSMetaClass::getMetaClassWithName(gIOBlockStorageDriverKey); in setRootMedia()
H A DIOUserServer.cpp1277 actionMetaClass = OSMetaClass::getMetaClassWithName(sym); in OSActionCreateWithTypeNameInternal()