Searched refs:mblklen (Results 1 – 2 of 2) sorted by relevance
| /NextBSD/usr.bin/xlint/lint2/ |
| HD | mem2.c | 50 static size_t mblklen; variable 64 mblklen = ((MBLKSIZ + pgsz - 1) / pgsz) * pgsz; in initmem() 66 nxtfree = mblklen; in initmem() 82 if (nxtfree + sz > mblklen) { in xalloc() 86 mbuf = mmap(NULL, mblklen, prot, flags, -1, (off_t)0); in xalloc() 89 (void)memset(mbuf, 0, mblklen); in xalloc()
|
| /NextBSD/usr.bin/xlint/lint1/ |
| HD | mem1.c | 163 static size_t mblklen; variable 182 mb->blk = mmap(NULL, mblklen, prot, flags, -1, (off_t)0); in xnewblk() 186 mb->size = mblklen; in xnewblk() 209 if (s > mblklen) { in xgetblk() 210 t = mblklen; in xgetblk() 211 mblklen = s; in xgetblk() 215 mblklen = t; in xgetblk() 254 mblklen = ((MBLKSIZ + pgsz - 1) / pgsz) * pgsz; in initmem()
|