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

/darwin-on-arm/xnu/iokit/Kernel/
H A DIOService.cpp4613 bool changesOK = (0 != (kIOServiceChangesOK & options)); local
4635 match = compareNames( obj, changesOK ? &matched : 0 );
4637 if( changesOK && matched) {
4754 bool IOService::passiveMatch( OSDictionary * table, bool changesOK )
4756 return (matchPassive(table, changesOK ? kIOServiceChangesOK : 0));
/darwin-on-arm/xnu/iokit/IOKit/
H A DIOService.h1256 bool passiveMatch( OSDictionary * matching, bool changesOK = false);

Completed in 27 milliseconds