Home
last modified time | relevance | path

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

/xnu-11215/iokit/IOKit/
H A DIOService.h1749 bool matchInternal(OSDictionary * table, uint32_t options, unsigned int * did);
/xnu-11215/iokit/Kernel/
H A DIOService.cpp6066 match = service->matchInternal(table, options, &done); in instanceMatch()
7635 IOService::matchInternal(OSDictionary * table, uint32_t options, uint32_t * did) in matchInternal() function in IOService
7917 match = where->matchInternal(table, options, &done); in matchPassive()