Home
last modified time | relevance | path

Searched refs:instanceMatch (Results 1 – 2 of 2) sorted by relevance

/xnu-11215/iokit/IOKit/
H A DIOService.h1750 static bool instanceMatch(const OSObject * entry, void * context);
/xnu-11215/iokit/Kernel/
H A DIOService.cpp6048 IOService::instanceMatch(const OSObject * entry, void * context) in instanceMatch() function in IOService
6135 OSMetaClass::applyToInstancesOfClassName(sym, instanceMatch, &ctx); in copyExistingServices()
6138 IOService::gMetaClass.applyToInstances(instanceMatch, &ctx); in copyExistingServices()
6143 IOServiceCompatibility::gMetaClass.applyToInstances(instanceMatch, &ctx); in copyExistingServices()