Home
last modified time | relevance | path

Searched refs:matchPropertyTable (Results 1 – 4 of 4) sorted by relevance

/xnu-11215/iokit/Kernel/
H A DIOServicePrivate.h205 virtual bool matchPropertyTable( OSDictionary * table ) APPLE_KEXT_OVERRIDE;
222 virtual bool matchPropertyTable( OSDictionary * table ) APPLE_KEXT_OVERRIDE;
H A DIOService.cpp1320 IOService::matchPropertyTable( OSDictionary * table, SInt32 * score ) in matchPropertyTable() function in IOService
1322 return matchPropertyTable(table); in matchPropertyTable()
1326 IOService::matchPropertyTable( OSDictionary * table ) in matchPropertyTable() function in IOService
7242 IOResources::matchPropertyTable( OSDictionary * table ) in matchPropertyTable() function in IOResources
7290 IOUserResources::matchPropertyTable( OSDictionary * table ) in matchPropertyTable() function in IOUserResources
7928 match = where->matchPropertyTable( table, &score ); in matchPassive()
H A DIOUserServer.cpp2679 allPresent = provider->matchPropertyTable(matching); in checkEntitlements()
/xnu-11215/iokit/IOKit/
H A DIOService.h847 virtual bool matchPropertyTable( OSDictionary * table,
850 virtual bool matchPropertyTable( OSDictionary * table );