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

/darwin-on-arm/xnu/iokit/IOKit/
H A DIOService.h1268 static bool instanceMatch(const OSObject * entry, void * context);
/darwin-on-arm/xnu/iokit/Kernel/
H A DIOService.cpp3521 bool IOService::instanceMatch(const OSObject * entry, void * context) function in class:IOService
3611 OSMetaClass::applyToInstancesOfClassName(sym, instanceMatch, &ctx);
3616 IOService::gMetaClass.applyToInstances(instanceMatch, &ctx);

Completed in 20 milliseconds