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

/darwin-on-arm/xnu/iokit/Kernel/
H A DIOService.cpp2681 if( false == matchPassive(props, kIOServiceChangesOK | kIOServiceClassDone))
3130 if( matchPassive(notify->matching, 0)
3587 && service->matchPassive(matching, options))
3630 if (service->matchPassive(matching, options))
3666 && service->matchPassive(matching, 0)) {
4050 if( matchPassive(notify->matching, 0)
4756 return (matchPassive(table, changesOK ? kIOServiceChangesOK : 0));
4759 bool IOService::matchPassive(OSDictionary * table, uint32_t options) function in class:IOService
/darwin-on-arm/xnu/iokit/IOKit/
H A DIOService.h1266 bool matchPassive(OSDictionary * table, uint32_t options);

Completed in 80 milliseconds