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

/darwin-on-arm/xnu/iokit/IOKit/
H A DIOService.h1267 bool matchInternal(OSDictionary * table, uint32_t options, unsigned int * did);
/darwin-on-arm/xnu/iokit/Kernel/
H A DIOService.cpp3538 match = service->matchInternal(table, options, &done);
4605 bool IOService::matchInternal(OSDictionary * table, uint32_t options, uint32_t * did) function in class:IOService
4784 match = where->matchInternal(table, options, &done);

Completed in 26 milliseconds