Home
last modified time | relevance | path

Searched defs:MAXMAPSIZE (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libcmdutils/
H A Dlibcmdutils.h75 #define MAXMAPSIZE (1024*1024*8) /* map at most 8MB */ macro
/illumos-gate/usr/src/cmd/svr4pkg/libinst/
H A Dcopyf.c68 #define MAXMAPSIZE (1024*1024*8)-(1024*16) /* map at most 8MB */ macro
/illumos-gate/usr/src/cmd/cat/
H A Dcat.c55 #define MAXMAPSIZE (8*1024*1024) /* map at most 8MB */ macro
/illumos-gate/usr/src/cmd/backup/dump/
H A Ddumponline.c200 #define MAXMAPSIZE 1024*1024*32 macro