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

/macosx-10.9.5/IOFireWireAVC-422.4.0/IOFireWireAVC/
H A DIOFireWirePCRSpace.h78 virtual UInt32 doWrite(UInt16 nodeID, IOFWSpeed &speed, FWAddress addr, UInt32 len,
H A DIOFireWireAVCTargetSpace.h183 virtual UInt32 doWrite(UInt16 nodeID, IOFWSpeed &speed, FWAddress addr, UInt32 len,
H A DIOFireWirePCRSpace.cpp148 UInt32 IOFireWirePCRSpace::doWrite(UInt16 nodeID, IOFWSpeed &speed, FWAddress addr, UInt32 len, function in class:IOFireWirePCRSpace
151 //IOLog( "IOFireWirePCRSpace::doWrite (0x%08X)\n",(int) this);
H A DIOFireWireAVCTargetSpace.cpp163 // IOFireWireAVCTargetSpace::doWrite
165 UInt32 IOFireWireAVCTargetSpace::doWrite(UInt16 nodeID, IOFWSpeed &speed, FWAddress addr, UInt32 len, function in class:IOFireWireAVCTargetSpace
172 //IOLog( "IOFireWireAVCTargetSpace::doWrite (0x%08X)\n",(int) this);
/macosx-10.9.5/IOFireWireFamily-455.4.0/IOFireWireFamily.kmodproj/
H A DIOFWAddressSpace.h210 /*! @function doWrite
219 virtual UInt32 doWrite(UInt16 nodeID, IOFWSpeed &speed, FWAddress addr, UInt32 len,
H A DIOFWPhysicalAddressSpace.h156 /*! @function doWrite
165 virtual UInt32 doWrite(UInt16 nodeID, IOFWSpeed &speed, FWAddress addr, UInt32 len,
H A DIOFWPseudoAddressSpace.h313 /*! @function doWrite
322 virtual UInt32 doWrite(
H A DIOFWAddressSpace.cpp389 ret = doWrite(nodeID, speed, addr, size*4, newVal+size, refcon);
H A DIOFWPseudoAddressSpace.cpp514 // doWrite
518 UInt32 IOFWPseudoAddressSpace::doWrite(UInt16 nodeID, IOFWSpeed &speed, FWAddress addr, UInt32 len, function in class:IOFWPseudoAddressSpace
H A DIOFWPhysicalAddressSpace.cpp391 // doWrite
395 UInt32 IOFWPhysicalAddressSpace::doWrite(UInt16 nodeID, IOFWSpeed &speed, FWAddress addr, UInt32 len, function in class:IOFWPhysicalAddressSpace
402 // IOLog( "IOFWPhysicalAddressSpace::doWrite\n" );
423 // IOLog( "IOFWPhysicalAddressSpace::doWrite - address = 0x%016llx phys = 0x%016llx\n", address, phys );
H A DIOFireWireController.cpp5805 ret = found->doWrite(sourceID, speed, addr, len, buf, (IOFWRequestRefCon)tLabel);
5891 ret = found->doWrite(nodeID, speed, addr, len, buf, refcon);
/macosx-10.9.5/WebCore-7537.78.1/xml/parser/
H A DXMLDocumentParser.cpp128 doWrite(source.toString());
H A DXMLDocumentParser.h174 void doWrite(const String&);
H A DXMLDocumentParserQt.cpp181 void XMLDocumentParser::doWrite(const String& parseString) function in class:WebCore::XMLDocumentParser
H A DXMLDocumentParserLibxml2.cpp651 void XMLDocumentParser::doWrite(const String& parseString) function in class:WebCore::XMLDocumentParser

Completed in 279 milliseconds