Home
last modified time | relevance | path

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

/xnu-11215/iokit/IOKit/
H A DIOService.h1731 bool passiveMatch( OSDictionary * matching, bool changesOK = false);
/xnu-11215/iokit/Kernel/
H A DIOService.cpp7644 bool changesOK = (0 != (kIOServiceChangesOK & options)); in matchInternal() local
7705 match = compareNames( obj, changesOK ? &matched : NULL ); in matchInternal()
7709 if (changesOK && matched) { in matchInternal()
7884 IOService::passiveMatch( OSDictionary * table, bool changesOK ) in passiveMatch() argument
7886 return matchPassive(table, changesOK ? kIOServiceChangesOK : 0); in passiveMatch()