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

12

/macosx-10.10.1/IOFireWireFamily-456/IOFireWireFamily.kmodproj/
H A DIOFireWireMagicMatchingNub.h37 virtual bool matchPropertyTable( OSDictionary * table );
H A DIOFireWireMagicMatchingNub.cpp28 bool IOFireWireMagicMatchingNub::matchPropertyTable( OSDictionary * table ) function in class:IOFireWireMagicMatchingNub
H A DIOFireWireUnit.h124 virtual bool matchPropertyTable(OSDictionary * table);
H A DIOFireWireUnit.cpp265 // matchPropertyTable
269 bool IOFireWireUnit::matchPropertyTable( OSDictionary * table ) function in class:IOFireWireUnit
276 if (!IOFireWireNub::matchPropertyTable(table)) return false;
H A DIOFireWireDevice.h176 virtual bool matchPropertyTable(OSDictionary * table);
/macosx-10.10.1/IOATAFamily-253.0.1/
H A DIOATADevice.h118 /*!@function matchPropertyTable
121 virtual bool matchPropertyTable(OSDictionary * table);
128 /*!@function matchPropertyTable
131 virtual bool matchPropertyTable(OSDictionary * table, SInt32 * score);
H A DIOATADevice.cpp170 IOATADevice::matchPropertyTable(OSDictionary * table) function in class:IOATADevice
182 IOATADevice::matchPropertyTable(OSDictionary * table, SInt32 * score ) function in class:IOATADevice
/macosx-10.10.1/IOBDStorageFamily-14/
H A DIOBDMedia.cpp41 bool IOBDMedia::matchPropertyTable(OSDictionary * table, SInt32 * score) function in class:IOBDMedia
49 if (super::matchPropertyTable(table, score) == false) return false;
H A DIOBDMedia.h117 virtual bool matchPropertyTable(OSDictionary * table, SInt32 * score);
/macosx-10.10.1/IODVDStorageFamily-35/
H A DIODVDMedia.cpp41 bool IODVDMedia::matchPropertyTable(OSDictionary * table, SInt32 * score) function in class:IODVDMedia
49 if (super::matchPropertyTable(table, score) == false) return false;
H A DIODVDMedia.h167 virtual bool matchPropertyTable(OSDictionary * table, SInt32 * score);
/macosx-10.10.1/IOHIDFamily-606.1.7/IOHIDFamily/
H A DIOHIDInterface.cpp210 // IOHIDInterface::matchPropertyTable
212 bool IOHIDInterface::matchPropertyTable( function in class:IOHIDInterface
220 if ( !super::matchPropertyTable(table, score) || !(provider = OSDynamicCast(IOService, copyParentEntry(gIOServicePlane))) )
223 // We should retain a reference to our provider while calling matchPropertyTable.
226 ret = provider->matchPropertyTable(table, score);
H A DIOHIDInterface.h146 @function matchPropertyTable
153 virtual bool matchPropertyTable(
/macosx-10.10.1/IOFireWireSBP2-425/IOFireWireSBP2/
H A DIOFireWireSBP2LUN.h113 @function matchPropertyTable
120 virtual bool matchPropertyTable(OSDictionary * table);
H A DIOFireWireSBP2Target.h183 @function matchPropertyTable
190 virtual bool matchPropertyTable( OSDictionary * table );
H A DIOFireWireSBP2LUN.cpp567 // matchPropertyTable
571 bool IOFireWireSBP2LUN::matchPropertyTable(OSDictionary * table) function in class:IOFireWireSBP2LUN
580 if( !IOService::matchPropertyTable(table) )
/macosx-10.10.1/IOFireWireAVC-422.4.0/IOFireWireAVC/
H A DIOFireWireAVCUnit.h238 @function matchPropertyTable
247 virtual bool matchPropertyTable(OSDictionary * table);
355 @function matchPropertyTable
362 virtual bool matchPropertyTable(OSDictionary * table);
H A DIOFireWireAVCProtocolUserClient.h137 virtual bool matchPropertyTable(OSDictionary * table);
H A DIOFireWireAVCUnit.cpp775 if(found && found->matchPropertyTable(propTable)) {
1104 // IOFireWireAVCUnit::matchPropertyTable
1106 bool IOFireWireAVCUnit::matchPropertyTable(OSDictionary * table) function in class:IOFireWireAVCUnit
1108 //FIRELOG_MSG(("IOFireWireAVCUnit::matchPropertyTable (this=0x%08X)\n",this));
1115 if (!IOService::matchPropertyTable(table)) return false;
1591 // IOFireWireAVCSubUnit::matchPropertyTable
1593 bool IOFireWireAVCSubUnit::matchPropertyTable(OSDictionary * table) function in class:IOFireWireAVCSubUnit
1595 //FIRELOG_MSG(("IOFireWireAVCSubUnit::matchPropertyTable (this=0x%08X)\n",this));
1602 if (!IOService::matchPropertyTable(table)) return false;
H A DIOFireWireAVCProtocolUserClient.cpp444 bool IOFireWireAVCProtocolUserClient::matchPropertyTable(OSDictionary * table) function in class:IOFireWireAVCProtocolUserClient
446 FIRELOG_MSG(( "IOFireWireAVCProtocolUserClient::matchPropertyTable (%p)\n", this));
453 if (!IOService::matchPropertyTable(table)) return false;
/macosx-10.10.1/IOCDStorageFamily-51/
H A DIOCDMedia.h137 virtual bool matchPropertyTable(OSDictionary * table, SInt32 * score);
H A DIOCDMedia.cpp137 bool IOCDMedia::matchPropertyTable(OSDictionary * table, SInt32 * score) function in class:IOCDMedia
145 if (super::matchPropertyTable(table, score) == false) return false;
/macosx-10.10.1/IOStorageFamily-182.1.1/
H A DIOMedia.h398 virtual bool matchPropertyTable(OSDictionary * table, SInt32 * score);
/macosx-10.10.1/xnu-2782.1.97/iokit/Kernel/
H A DIOServicePrivate.h176 virtual bool matchPropertyTable( OSDictionary * table );
/macosx-10.10.1/IOSerialFamily-74/IOSerialFamily.kmodproj/
H A DIOSerialBSDClient.h69 virtual bool matchPropertyTable(OSDictionary *table);

Completed in 208 milliseconds

12