Searched refs:MAXMAPSIZE (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/libcmdutils/
H A Dlibcmdutils.h70 #define MAXMAPSIZE (1024*1024*8) /* map at most 8MB */ macro
/illumos-gate/usr/src/cmd/backup/dump/
H A Ddumponline.c206 #define MAXMAPSIZE 1024*1024*32 macro
245 if (mapsize > MAXMAPSIZE)
246 mapsize = MAXMAPSIZE;
/illumos-gate/usr/src/cmd/svr4pkg/libinst/
H A Dcopyf.c60 * MAXMAPSIZE controls the largest mapping to use at a time; please refer
68 #define MAXMAPSIZE (1024*1024*8)-(1024*16) /* map at most 8MB */ macro
222 mapsize = MAXMAPSIZE;
229 * exceeds MAXMAPSIZE bytes, then the final mapping of the
230 * source file will be less than MAXMAPSIZE, and we need to
/illumos-gate/usr/src/lib/libcmdutils/common/
H A Dwritefile.c105 mapsize = MAXMAPSIZE;
/illumos-gate/usr/src/cmd/cat/
H A Dcat.c52 #define MAXMAPSIZE (8*1024*1024) /* map at most 8MB */ macro
344 mapsize = (off_t)MAXMAPSIZE;

Completed in 79 milliseconds