Searched refs:munmapsize (Results 1 – 3 of 3) sorted by relevance
| /illumos-gate/usr/src/lib/libcmdutils/common/ |
| H A D | writefile.c | 67 int mapsize, munmapsize; in writefile() local 132 munmapsize = mapsize; in writefile() 165 (void) munmap(cp, munmapsize); in writefile() 191 (void) munmap(cp, munmapsize); in writefile() 209 (void) munmap(cp, munmapsize); in writefile() 217 (void) munmap(cp, munmapsize); in writefile()
|
| /illumos-gate/usr/src/cmd/svr4pkg/libinst/ |
| H A D | copyf.c | 205 size_t munmapsize = 0; in copyFile() local 234 munmapsize = mapsize; in copyFile() 347 (void) munmap(cp, munmapsize); in copyFile() 370 (void) munmap(cp, munmapsize); in copyFile() 393 (void) munmap(cp, munmapsize); in copyFile() 400 (void) munmap(cp, munmapsize); in copyFile()
|
| /illumos-gate/usr/src/cmd/cat/ |
| H A D | cat.c | 342 off_t mapsize, munmapsize; in cat() local 352 munmapsize = mapsize; in cat() 407 (size_t)munmapsize); in cat() 426 (void) munmap(bufferp, (size_t)munmapsize); in cat() 438 (void) munmap(bufferp, (size_t)munmapsize); in cat()
|