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

/darwin-on-arm/xnu/iokit/IOKit/
H A DIOService.h836 /*! @function compareProperty
843 virtual bool compareProperty( OSDictionary * matching,
845 /*! @function compareProperty
852 virtual bool compareProperty( OSDictionary * matching,
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.
860 @result Success if <code>compareProperty</code> returns <code>true</code> for each key in the collection; otherwise failure. */
/darwin-on-arm/xnu/iokit/Kernel/
H A DIOService.cpp4517 bool IOService::compareProperty( OSDictionary * matching, function in class:IOService
4533 bool IOService::compareProperty( OSDictionary * matching, function in class:IOService
4562 ok = compareProperty( matching, key );

Completed in 35 milliseconds