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

/darwin-on-arm/xnu/iokit/Kernel/
H A DIOServicePrivate.h177 virtual bool matchPropertyTable( OSDictionary * table );
H A DIOService.cpp744 bool IOService::matchPropertyTable( OSDictionary * table, SInt32 * score ) function in class:IOService
746 return( matchPropertyTable(table) );
749 bool IOService::matchPropertyTable( OSDictionary * table ) function in class:IOService
2696 // reorder on family matchPropertyTable score.
4328 bool IOResources::matchPropertyTable( OSDictionary * table ) function in class:IOResources
4793 match = where->matchPropertyTable( table, &score );
/darwin-on-arm/xnu/iokit/IOKit/pci/
H A DIOPCIDevice.h93 virtual bool matchPropertyTable( OSDictionary * table,
/darwin-on-arm/xnu/iokit/IOKit/
H A DIOService.h617 /*! @function matchPropertyTable
624 virtual bool matchPropertyTable( OSDictionary * table,
627 virtual bool matchPropertyTable( OSDictionary * table );
838 @discussion This is a helper function to aid in implementing @link matchPropertyTable matchPropertyTable@/link. If the property specified by <code>key</code> exists in the matching dictionary, it is compared with a property of the same name in the IOService object's property table. The comparison is performed with the <code>isEqualTo</code> method. If the property does not exist in the matching table, success is returned. If the property exists in the matching dictionary but not the IOService property table, failure is returned.
847 @discussion This is a helper function to aid in implementing @link matchPropertyTable matchPropertyTable@/link. If the property specified by <code>key</code> exists in the matching dictionary, it is compared with a property of the same name in the IOService object's property table. The comparison is performed with the <code>isEqualTo</code> method. If the property does not exist in the matching table, success is returned. If the property exists in the matching dictionary but not the IOService property table, failure is returned.
857 @discussion This is a helper function to aid in implementing @link matchPropertyTable matchPropertyTable@/link. A collection of dictionary keys specifies properties in a matching dictionary to be compared, with <code>compareProperty</code>, with an IOService object's property table, if <code>compareProperty</code> returns <code>true</code> for each key, success is returned; otherwise failure.

Completed in 91 milliseconds