Searched defs:SMALLFILESIZE (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libcmdutils/
H A Dlibcmdutils.h71 #define SMALLFILESIZE (32*1024) /* don't use mmap on little file */ macro
/illumos-gate/usr/src/cmd/svr4pkg/libinst/
H A Dcopyf.c69 #define SMALLFILESIZE (32*1024) /* dont mmap files less than 32kb */ macro
215 if (S_ISREG(a_srcStatbuf->st_mode) && (filesize > SMALLFILESIZE)) {
257 if ((blocksize == 0) || (blocksize > SMALLFILESIZE)) {
258 blocksize = SMALLFILESIZE;
/illumos-gate/usr/src/cmd/cat/
H A Dcat.c53 #define SMALLFILESIZE (32*1024) /* don't use mmap on little files */ macro
66 static unsigned char buf[SMALLFILESIZE];
343 == 0) && (statp->st_size > SMALLFILESIZE)) {
437 buffsize = SMALLFILESIZE;
449 if (buffsize <= SMALLFILESIZE) {

Completed in 56 milliseconds