Searched refs:writeBytes (Results 1 - 25 of 34) sorted by path

12

/macosx-10.10/AppleUSBIrDA-145.2.4/
H A DIrDAUser.cpp201 ct = md->writeBytes(0, info->hdr, info->hdrSize);
204 ct = md->writeBytes(info->hdrSize, info->eventLog, info->eventLogSize);
207 ct = md->writeBytes(info->hdrSize+info->eventLogSize, info->msgBuffer, info->msgBufferSize);
/macosx-10.10/BerkeleyDB-21/db/java/src/com/sleepycat/bind/tuple/
H A DTupleOutput.java121 public final TupleOutput writeBytes(String val) { method in class:TupleOutput
123 writeBytes(val.toCharArray());
361 public final TupleOutput writeBytes(char[] chars) { method in class:TupleOutput
/macosx-10.10/BerkeleyDB-21/db/test/scr024/src/com/sleepycat/bind/tuple/test/
H A DTupleFormatTest.java269 case 0: out.writeBytes(val); break;
270 case 1: out.writeBytes(new String(val)); break;
294 out.writeBytes("abc");
295 out.writeBytes("defg");
303 out.writeBytes("abc");
304 out.writeBytes("defg");
305 out.writeBytes("hijkl");
H A DTupleOrderingTest.java208 out.writeBytes(DATA[i]);
/macosx-10.10/IOATAFamily-253.0.1/
H A DIOATAController.cpp1637 descriptor->writeBytes( xfrPosition, (void*) _doubleBuffer.logicalBuffer, bufferBytes);
/macosx-10.10/IOFireWireAVC-422.4.0/IOFireWireAVC/
H A DIOFireWireAVCUserClient.cpp1056 pUCAsyncCommand->fMem->writeBytes(kAsyncCmdSharedBufInterimRespOffset,
1063 pUCAsyncCommand->fMem->writeBytes(kAsyncCmdSharedBufFinalRespOffset,
/macosx-10.10/IOFireWireFamily-456/IOFireWireFamily.kmodproj/
H A DIOFWAsyncStreamReceiver.cpp654 IOByteCount bytesWritten = receiver->fBufDesc->writeBytes(offset, (void*)pPacket->ranges[index].address, pPacket->ranges[index].length);
H A DIOFWPhysicalAddressSpace.cpp471 getMemoryDescriptor()->writeBytes( pos + (address - phys), buf, len);
472 getDMACommand()->writeBytes( pos + (address - phys), buf, len );
H A DIOFWPseudoAddressSpace.cpp241 space->fDesc->writeBytes(addr.addressLo - space->fBase.addressLo, buf, len);
H A DIOFWReadCommand.cpp63 fMemDesc->writeBytes(fBytesTransferred, data, size);
H A DIOFWRingBufferQ.cpp176 if ( fMemDescriptor->writeBytes(offset, bytes, size) == 0 ) // write 'bytes' into queue at insertion offset
H A DIOFWUserAsyncStreamListener.cpp387 fPacketQueueBuffer->writeBytes(destOffset, buf, len) ;
H A DIOFWUserPseudoAddressSpace.cpp924 fDesc->writeBytes( inPacketHeader->IncomingPacket.addrLo - fAddress.addressLo,
H A DIOFWUserVectorCommand.cpp303 fResultDesc->writeBytes( fResultOffset, &result, sizeof(CommandSubmitResult) );
348 fResultDesc->writeBytes( fResultOffset, &result, sizeof(CommandSubmitResult) );
H A DIOFireWireUserClient.cpp1653 bytesCopied = mem->writeBytes ( 0, (void*)kernelBuffer, bytes ) ;
/macosx-10.10/IOFireWireSBP2-425/IOFireWireSBP2/
H A DIOFireWireSBP2LSIWorkaroundDescriptor.cpp132 memory->writeBytes( offset, buffer, length );
H A DIOFireWireSBP2Login.cpp2927 descriptor->writeBytes( 0, &orbAddress, sizeof(FWAddress) );
2941 descriptor->writeBytes( 8, &orbAddress, sizeof(FWAddress) );
H A DIOFireWireSBP2ORB.cpp438 descriptor->writeBytes( offset, fORBBuffer, orbLength );
459 descriptor->writeBytes( offset, &pte, sizeof(FWSBP2PTE) );
1425 fPageTableDescriptor->writeBytes( (pte-1) * sizeof(FWSBP2PTE), &entry, sizeof(FWSBP2PTE) );
/macosx-10.10/IOFireWireSerialBusProtocolTransport-251.0.1/
H A DIOFireWireSerialBusProtocolTransport.cpp1100 GetDataBuffer ( clientData->scsiTask )->writeBytes (
/macosx-10.10/IOHIDFamily-606.1.7/IOHIDFamily/
H A DIOHIDLibUserClient.cpp950 mem->writeBytes( 0, elementData, elementLength );
H A DIOHIDResourceUserClient.cpp695 pResult->descriptor->writeBytes(0, arguments->structureInput, arguments->structureInputSize);
/macosx-10.10/IOHIDFamily-606.1.7/IOHIDSystem/
H A DIOHIDKeyboardDevice.cpp222 report->writeBytes(0, _report->getBytesNoCopy(), min(report->getLength(), _report->getLength()));
H A DIOHIDPointingDevice.cpp414 report->writeBytes(0, _report->getBytesNoCopy(), min(report->getLength(), _report->getLength()));
/macosx-10.10/IONetworkingFamily-101/
H A DIONetworkData.cpp337 bool IONetworkData::writeBytes(const void * srcBuffer, function in class:IONetworkData
531 (writeBytes(srcBuffer, srcBufferSize, writeOffset) == false) )
H A DIONetworkData.h184 /*! @function writeBytes
194 virtual bool writeBytes(const void * srcBuffer,

Completed in 387 milliseconds

12