Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/lib/libast/port/
H A Dastcopy.c37 #define MAPSIZE (1024*256) macro
54 #ifdef MAPSIZE in astcopy()
66 #if MAPSIZE in astcopy()
71 if (mapsize > MAPSIZE) mapsize = (mapsize > n && n > 0) ? n : MAPSIZE; in astcopy()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/features/
H A Dmmap13 #define MAPSIZE (64*1024)
31 char file[1024], buf[MAPSIZE];
96 { mm = (caddr_t)mmap(mm, MAPSIZE,
99 fd, i*MAPSIZE );
103 munmap(mm, MAPSIZE);
107 fd, i*MAPSIZE );
233 #define MAPSIZE (64*1024)
234 #define BUFSIZE (MAPSIZE/8)
252 char file[1024], buf[MAPSIZE];
293 munmap(mm, MAPSIZE);
[all …]
/illumos-gate/usr/src/uts/common/fs/proc/
H A Dprsubr.c1717 #define MAPSIZE (64 * 1024) macro
1729 ASSERT(itemsize < MAPSIZE - sizeof (*iol)); in pr_iol_initlist()
1739 initial_size = MIN(MAPSIZE, initial_size + sizeof (*iol)); in pr_iol_initlist()
1752 ASSERT(itemsize < MAPSIZE - sizeof (*iol)); in pr_iol_newbuf()
1764 newiol = kmem_alloc(MAPSIZE, KM_SLEEP); in pr_iol_newbuf()
1765 newiol->piol_size = MAPSIZE; in pr_iol_newbuf()