Searched refs:allocClassWithName (Results 1 - 4 of 4) sorted by relevance

/darwin-on-arm/xnu/libkern/libkern/c++/
H A DOSMetaClass.h182 * //apple_ref/cpp/clm/OSMetaClass/allocClassWithName/staticOSObject*\/(constchar*)
183 * OSMetaClass::allocClassWithName(const char *)@/link</code>
1301 * @function allocClassWithName
1322 static OSObject * allocClassWithName(const OSSymbol * name);
1326 * function allocClassWithName
1347 static OSObject * allocClassWithName(const OSString * name);
1351 * function allocClassWithName
1372 static OSObject * allocClassWithName(const char * name);
/darwin-on-arm/xnu/libkern/c++/
H A DOSMetaClass.cpp950 OSMetaClass::allocClassWithName(const OSSymbol * name) function in class:OSMetaClass
966 OSMetaClass::allocClassWithName(const OSString * name) function in class:OSMetaClass
969 OSObject * result = allocClassWithName(tmpKey);
977 OSMetaClass::allocClassWithName(const char * name) function in class:OSMetaClass
980 OSObject * result = allocClassWithName(tmpKey);
/darwin-on-arm/xnu/iokit/IOKit/
H A DIODMACommand.h536 OSMetaClass::allocClassWithName("IODMACommand");
/darwin-on-arm/xnu/iokit/Kernel/
H A DIOService.cpp2737 inst = (IOService *) OSMetaClass::allocClassWithName( symbol);
4882 temp = OSMetaClass::allocClassWithName(userClientClass);

Completed in 40 milliseconds