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

/macosx-10.10.1/xnu-2782.1.97/iokit/IOKit/
H A DIOService.h1340 bool matchInternal(OSDictionary * table, uint32_t options, unsigned int * did);
/macosx-10.10.1/xnu-2782.1.97/iokit/Kernel/
H A DIOService.cpp3843 match = service->matchInternal(table, options, &done);
4927 bool IOService::matchInternal(OSDictionary * table, uint32_t options, uint32_t * did) function in class:IOService
5106 match = where->matchInternal(table, options, &done);

Completed in 211 milliseconds