Home
last modified time | relevance | path

Searched refs:metaCast (Results 1 – 10 of 10) sorted by relevance

/xnu-11215/libkern/c++/
H A DOSMetaClass.cpp295 return (me)? me->metaCast(toType) : NULL; in safeMetaCast()
331 return typeinst && inst && (NULL != inst->metaCast(toType)); in checkTypeInst()
385 OSMetaClassBase::metaCast(const OSMetaClass * toMeta) const in metaCast() function in OSMetaClassBase
393 OSMetaClassBase::metaCast(const OSSymbol * toMetaSymb) const in metaCast() function in OSMetaClassBase
401 OSMetaClassBase::metaCast(const OSString * toMetaStr) const in metaCast() function in OSMetaClassBase
406 ret = metaCast(tempSymb); in metaCast()
415 OSMetaClassBase::metaCast(const char * toMetaCStr) const in metaCast() function in OSMetaClassBase
420 ret = metaCast(tempSymb); in metaCast()
H A DOSUnserialize.y541 if (((OSObject *)o->u.key)->metaCast("OSSymbol")) { in buildOSDictionary()
H A DOSDictionary.cpp717 if (!key->metaCast("OSSymbol")) { in serialize()
H A DOSUnserialize.cpp2191 if (((OSObject *)o->u.key)->metaCast("OSSymbol")) { in buildOSDictionary()
/xnu-11215/libkern/libkern/c++/
H A DOSMetaClass.h732 OSMetaClassBase * metaCast(const OSMetaClass * toMeta) const;
752 OSMetaClassBase * metaCast(const OSSymbol * toMeta) const;
771 OSMetaClassBase * metaCast(const OSString * toMeta) const;
790 OSMetaClassBase * metaCast(const char * toMeta) const;
/xnu-11215/iokit/Kernel/
H A DIOCatalogue.cpp719 if (className && !service->metaCast(className)) { in terminateDrivers()
1142 if (provider->metaCast(gIOHIDInterfaceClassName.get()) != NULL) { in startMatching()
H A DIOService.cpp5297 if (root->metaCast(ioblockstoragedriverClass)) { in setRootMedia()
5375 && metaCast(gIOMediaKey) in doServiceMatch()
7688 match = ((kIOServiceClassDone & options) || (NULL != metaCast(str))); in matchInternal()
7692 match = (0 != metaCast( str )); in matchInternal()
H A DIOPMrootDomain.cpp5976 if (NULL != service->metaCast("IODisplayWrangler")) {
6062 if (!pciHostBridgeDevice && service->metaCast("IOPCIBridge")) {
6075 if (pciHostBridgeDevice && service->metaCast("IOPCIDevice")) {
9040 count += (NULL == obj->metaCast("AppleARMBacklight"));
H A DIOUserClient.cpp2541 *conforms = (NULL != object->metaCast( className )); in is_io_object_conforms_to()
/xnu-11215/iokit/bsddev/
H A DIOKitBSDInit.cpp952 && service->metaCast( "IONetworkInterface" ) in IOFindBSDRoot()
975 if (service->metaCast( "IONetworkInterface" )) { in IOFindBSDRoot()