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

/macosx-10.10.1/xnu-2782.1.97/iokit/Kernel/
H A DIOService.cpp2982 if( false == matchPassive(props, kIOServiceChangesOK | kIOServiceClassDone))
3433 if( matchPassive(notify->matching, 0)
3892 && service->matchPassive(matching, options))
3935 if (service->matchPassive(matching, options))
3971 && service->matchPassive(matching, 0)) {
4356 if( matchPassive(notify->matching, 0)
5078 return (matchPassive(table, changesOK ? kIOServiceChangesOK : 0));
5081 bool IOService::matchPassive(OSDictionary * table, uint32_t options) function in class:IOService
/macosx-10.10.1/xnu-2782.1.97/iokit/IOKit/
H A DIOService.h1339 bool matchPassive(OSDictionary * table, uint32_t options);

Completed in 178 milliseconds