Searched refs:MoveRecordsRight (Results 1 - 2 of 2) sorted by relevance

/xnu-2782.1.97/bsd/hfs/hfscommon/headers/
H A DBTreesPrivate.h472 void MoveRecordsRight (u_int8_t * src,
476 #define MoveRecordsRight(src,dst,bytes) bcopy((src),(dst),(bytes)) macro
/xnu-2782.1.97/bsd/hfs/hfscommon/BTree/
H A DBTreeNodeOps.c522 MoveRecordsRight (src, dst, bytesToMove);
608 MoveRecordsRight (src, dst, bytesToMove);

Completed in 28 milliseconds