Searched refs:bcopy (Results 1 - 25 of 858) sorted by path

1234567891011>>

/macosx-10.10/AppleFileSystemDriver-17/
H A DAppleFileSystemDriver.cpp206 bcopy((void *)&mdbPtr->drFndrInfo[6], volumeUUIDPtr->bytes, kVolumeUUIDValueLength);
211 bcopy((void *)&volHdrPtr->finderInfo[24], volumeUUIDPtr->bytes, kVolumeUUIDValueLength);
/macosx-10.10/AppleRAID-4.0.6/
H A DAppleLVMGroup.cpp176 bcopy(oldBlockCounts, arMemberBlockCounts, sizeof(UInt64) * oldMemberCount);
184 bcopy(oldStartingOffset, arMemberStartingOffset, sizeof(UInt64) * oldMemberCount);
192 bcopy(oldMetaDataVolumes, arMetaDataVolumes, sizeof(AppleLVMVolume *) * oldMemberCount);
H A DAppleRAID.cpp596 bcopy(s->text(), outList, *outListSize);
660 bcopy(s->text(), outProp, *outPropSize);
723 bcopy(s->text(), outProp, *outPropSize);
796 bcopy(s->text(), arrayString, *outArraySize);
857 bcopy(s->text(), outProp, *outPropSize);
H A DAppleRAIDConcatSet.cpp132 bcopy(oldBlockCounts, arMemberBlockCounts, sizeof(UInt64) * MIN(newMemberCount, oldMemberCount));
H A DAppleRAIDMember.cpp633 bcopy(s->text(), headerBuffer->plist, s->getLength());
H A DAppleRAIDSet.cpp477 bcopy(oldMembers, arMembers, sizeof(AppleRAIDMember *) * oldMemberCount);
H A DAppleRAIDUserLib.c1095 bcopy(CFDataGetBytePtr(setData), header->plist, CFDataGetLength(setData));
1243 bcopy(lvData, secondary, lvData->lvHeaderSize);
2631 bcopy(CFDataGetBytePtr(propData), lvData->plist, CFDataGetLength(propData));
H A Dartest.c976 if (!CFStringGetCString(object, setName, 128, kCFStringEncodingUTF8)) bcopy("bogus set name?", setName, 128);
979 if (!CFStringGetCString(name, event, 128, kCFStringEncodingUTF8)) bcopy("bogus event string?", event, 128);
/macosx-10.10/AppleUSBCDCDriver-4205.2.2/AppleUSBCDCECM/DataDriver/Classes/
H A DAppleUSBCDCECMData.cpp2303 bcopy(mbuf_data(m), &fPipeOutBuff[indx].pipeOutBuffer[rTotal], mbuf_len(m));
2430 // bcopy(packet, mbuf_data(m), size);
/macosx-10.10/AppleUSBCDCDriver-4205.2.2/AppleUSBCDCEEM/Classes/
H A DAppleUSBCDCEEM.cpp1865 bcopy(mbuf_data(m), &fPipeOutBuff[indx].pipeOutBuffer[rTotal], mbuf_len(m));
1972 bcopy(&EEMHeader, fPipeOutBuff[indx].pipeOutBuffer, sizeof(EEMHeader));
1975 bcopy(anyData, &fPipeOutBuff[indx].pipeOutBuffer[2], length);
2072 bcopy(packet, mbuf_data(m), size);
/macosx-10.10/AppleUSBCDCDriver-4205.2.2/AppleUSBCDCWCM/Classes/
H A DAppleUSBCDCWCM.cpp334 bcopy(&UNNFDesc->bSlaveInterface, fControlMap, fControlLen); // Just save them for now...
/macosx-10.10/AppleUSBIrDA-145.2.4/AppleUSBIrDA/
H A DAppleUSBIrDA.cpp3209 bcopy(control_buffer, &fPipeOutBuffer[1], control_length);
3212 bcopy(data_buffer, &fPipeOutBuffer[control_length+1], data_length);
/macosx-10.10/AppleUSBIrDA-145.2.4/DumpLog/
H A Ddumplog.cpp338 bcopy(host->h_addr, &peeraddr.sin_addr, host->h_length);
500 bcopy(&reply->data[0], local_addr, length);
/macosx-10.10/AppleUSBIrDA-145.2.4/IrDA/
H A DIrDATypes.h96 #define BlockMove(src, dest, len) bcopy(src, dest, len)
/macosx-10.10/AppleUSBIrDA-145.2.4/
H A DIrDAUser.cpp171 bcopy(&input[1], &bigaddr, sizeof(bigaddr));
172 bcopy(&input[5], &biglen, sizeof(biglen));
190 bcopy(info, pOut, sizeof(*info)); // copy the info record back to the client
/macosx-10.10/BerkeleyDB-21/db/clib/
H A Dgetcwd.c158 bcopy(bpt, pt, ept - bpt);
204 bcopy(dp->d_name, bup, dp->d_namlen + 1);
234 bcopy(bpt, ept - len, len);
240 bcopy(dp->d_name, bpt, dp->d_namlen);
H A Dmemmove.c55 * (the portable versions of) bcopy, memcpy, and memmove.
76 bcopy(src0, dst0, length)
/macosx-10.10/DiskArbitration-268/diskarbitrationd/
H A DDAInternal.c200 bcopy( CFDataGetBytePtr( data ), ( void * ) bytes, *length );
/macosx-10.10/IOATAPIProtocolTransport-350.0.3/
H A DIOATAPIProtocolTransport.cpp1333 bcopy ( cmd->refCon, &clientData, sizeof ( clientData ) );
/macosx-10.10/IOAudioFamily-200.6/
H A DIOAudioStream.cpp616 bcopy (sourceBuf, (float *)mixBuf + (firstSampleFrame * streamFormat->fNumChannels), numSampleFrames * sizeof (float) * streamFormat->fNumChannels);
/macosx-10.10/IOFWDVComponents-207.4.1/
H A DDVIsochComponent.c1374 bcopy(pb->buffer, (UInt8 *)deviceDescriptionPtr->bufMem[0], deviceDescriptionPtr->fBufSize);
1421 bcopy(client->fActiveHead->buffer, (UInt8 *)deviceDescriptionPtr->bufMem[0],
1439 bcopy(dataPtr, dclPtr+8, dataSize);
1565 bcopy(buffer, pb->buffer, frameSize);
2471 bcopy(buffer, pb->buffer, frameSize);
H A DDVLib.c2383 bcopy(pImageBuffer, (void *)((UInt32)(pDCLTransferPacket->buffer) + kDVPacketCIPSize),
3711 // Check for corrupt packets, otherwise we may die horribly later in bcopy()
3845 bcopy( pPacketBuffer, (void *)((UInt32) pGlobalData->pImageBuffer + (pGlobalData->packetCount * packetSize)), packetSize );
/macosx-10.10/IOFWDVComponents-207.4.1/tests/
H A Dreadtest.c104 bcopy( buffer, diskBuffer + diskBufferEnd, buffer1Length );
128 bcopy( buffer + buffer1Length + writeLength, diskBuffer, buffer2Length );
/macosx-10.10/IOFireWireAVC-422.4.0/IOFireWireAVC/
H A DIOFireWireAVCProtocolUserClient.cpp222 bcopy(pCmdInfo->asyncRef, asyncRef, sizeof(OSAsyncReference64));
248 bcopy(src, dst, thisCopyLen);
276 bcopy(src, dst, thisCopyLen);
303 bcopy(pSubunitInfo->asyncRef, asyncRef, sizeof(OSAsyncReference64));
521 bcopy(asyncRef, info.fCallbackInfo, sizeof(OSAsyncReference64));
558 bcopy(asyncRef, info.fCallbackInfo, sizeof(OSAsyncReference64));
H A DIOFireWireAVCTargetSpace.cpp325 bcopy(pCmdBuf,pResponse,cmdLen);
667 bcopy(asyncRef, cmdInfo->asyncRef, sizeof(OSAsyncReference64));
731 bcopy(asyncRef, subUnitInfo->asyncRef, sizeof(OSAsyncReference64));
1745 bcopy(buf,pResponse,len);
1827 bcopy(buf,pResponse,len);
1922 bcopy(buf,pResponse,len);
2101 bcopy(buf,pResponse,len);
2221 bcopy(buf,pResponse,len);
2356 bcopy(buf,pResponse,len);

Completed in 402 milliseconds

1234567891011>>