Home
last modified time | relevance | path

Searched refs:COPY_BSIZE (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/filesync/
H A Drecon.c668 char srcbuf[ COPY_BSIZE ], dstbuf[ COPY_BSIZE ]; in samecompare()
683 count = read(sfd, srcbuf, COPY_BSIZE); in samecompare()
685 count = read(sfd, srcbuf, COPY_BSIZE)) { in samecompare()
688 if (read(dfd, dstbuf, COPY_BSIZE) != count) { in samecompare()
H A Dfilesync.h50 #define COPY_BSIZE 8192 /* block size for file copies */ macro
H A Daction.c1073 long inbuf[ COPY_BSIZE/4 ]; /* long to speed checks */ in copy()
1099 if (bsize > 0 && bsize <= COPY_BSIZE) in copy()
1103 bsize = COPY_BSIZE; in copy()