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

/macosx-10.10.1/IOATAFamily-253.0.1/
H A DIOATADevice.cpp175 result = compareProperty ( table, "IOUnit" );
187 result = compareProperty ( table, kATADevPropertyKey );
/macosx-10.10.1/IOFireWireSBP2-425/IOFireWireSBP2/
H A DIOFireWireSBP2LUN.cpp587 bool res = compareProperty(table, gCommand_Set_Spec_ID_Symbol) &&
588 compareProperty(table, gCommand_Set_Symbol) &&
589 compareProperty(table, gModule_Vendor_ID_Symbol) &&
590 compareProperty(table, gCommand_Set_Revision_Symbol) &&
591 compareProperty(table, gIOUnit_Symbol) &&
592 compareProperty(table, gFirmware_Revision_Symbol) &&
593 compareProperty(table, gDevice_Type_Symbol) &&
594 compareProperty(table, gGUID_Symbol) &&
595 compareProperty(table, gFireWireModel_ID);
H A DIOFireWireSBP2Target.cpp861 bool res = compareProperty(table, gCommand_Set_Spec_ID_Symbol) &&
862 compareProperty(table, gCommand_Set_Symbol) &&
863 compareProperty(table, gModule_Vendor_ID_Symbol) &&
864 compareProperty(table, gCommand_Set_Revision_Symbol) &&
865 compareProperty(table, gFirmware_Revision_Symbol) &&
866 compareProperty(table, gDevice_Type_Symbol) &&
867 compareProperty(table, gGUID_Symbol) &&
868 compareProperty(table, gFireWireModel_ID);
/macosx-10.10.1/IOStorageFamily-182.1.1/
H A DIOMedia.cpp125 return compareProperty(table, kIOMediaContentKey ) &&
126 compareProperty(table, kIOMediaContentHintKey ) &&
127 compareProperty(table, kIOMediaEjectableKey ) &&
128 compareProperty(table, kIOMediaLeafKey ) &&
129 compareProperty(table, kIOMediaOpenKey ) &&
130 compareProperty(table, kIOMediaPreferredBlockSizeKey) &&
131 compareProperty(table, kIOMediaRemovableKey ) &&
132 compareProperty(table, kIOMediaSizeKey ) &&
133 compareProperty(table, kIOMediaUUIDKey ) &&
134 compareProperty(tabl
[all...]
/macosx-10.10.1/IOFireWireFamily-456/IOFireWireFamily.kmodproj/
H A DIOFireWireUnit.cpp282 bool res = compareProperty(table, gFireWireUnit_Spec_ID) &&
283 compareProperty(table, gFireWireUnit_SW_Version) &&
284 compareProperty(table, gFireWireVendor_ID) &&
285 compareProperty(table, gFireWire_GUID);
H A DIOFireWireDevice.cpp1830 return compareProperty(table, gFireWireVendor_ID) &&
1831 compareProperty(table, gFireWire_GUID);
/macosx-10.10.1/IOBDStorageFamily-14/
H A DIOBDMedia.cpp55 return compareProperty(table, kIOBDMediaTypeKey);
/macosx-10.10.1/IODVDStorageFamily-35/
H A DIODVDMedia.cpp55 return compareProperty(table, kIODVDMediaTypeKey);
/macosx-10.10.1/IOCDStorageFamily-51/
H A DIOCDMedia.cpp151 return compareProperty(table, kIOCDMediaTOCKey ) &&
152 compareProperty(table, kIOCDMediaTypeKey);
/macosx-10.10.1/IOFireWireAVC-422.4.0/IOFireWireAVC/
H A DIOFireWireAVCUnit.cpp1122 bool res = compareProperty(table, gIOFireWireAVCUnitType) &&
1123 compareProperty(table, gFireWireVendor_ID) &&
1124 compareProperty(table, gFireWire_GUID);
1609 return compareProperty(table, gIOFireWireAVCSubUnitType) &&
1610 compareProperty(table, gFireWireVendor_ID) &&
1611 compareProperty(table, gFireWire_GUID);
H A DIOFireWireAVCProtocolUserClient.cpp459 bool res = compareProperty(table, gFireWire_GUID);
/macosx-10.10.1/xnu-2782.1.97/iokit/IOKit/
H A DIOService.h893 /*! @function compareProperty
900 virtual bool compareProperty( OSDictionary * matching,
902 /*! @function compareProperty
909 virtual bool compareProperty( OSDictionary * matching,
914 @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.
917 @result Success if <code>compareProperty</code> returns <code>true</code> for each key in the collection; otherwise failure. */
/macosx-10.10.1/IOSerialFamily-74/IOSerialFamily.kmodproj/
H A DIOSerialBSDClient.cpp897 matched = compareProperty(table, gIOTTYDeviceKey)
898 && compareProperty(table, gIOTTYBaseNameKey)
899 && compareProperty(table, gIOTTYSuffixKey)
900 && compareProperty(table, gIOCalloutDeviceKey)
901 && compareProperty(table, gIODialinDeviceKey);
/macosx-10.10.1/IOFireWireIP-226.2/KernelSource/IOKit/
H A DIOFireWireIP.cpp287 return compareProperty(table, gFireWire_GUID);
/macosx-10.10.1/xnu-2782.1.97/iokit/Kernel/
H A DIOService.cpp4839 bool IOService::compareProperty( OSDictionary * matching, function in class:IOService
4855 bool IOService::compareProperty( OSDictionary * matching, function in class:IOService
4884 ok = compareProperty( matching, key );

Completed in 500 milliseconds