Home
last modified time | relevance | path

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

/mirbsd/src/usr.bin/xlint/lint2/
Dmem2.c56 int pgsz; in initmem() local
58 pgsz = getpagesize(); in initmem()
59 mblklen = ((MBLKSIZ + pgsz - 1) / pgsz) * pgsz; in initmem()
/mirbsd/src/lib/libpthread/uthread/
Duthread_stackseg_np.c27 size_t pgsz; in pthread_stackseg_np() local
40 pgsz = sysconf(_SC_PAGESIZE); in pthread_stackseg_np()
41 if (pgsz == (size_t)-1) in pthread_stackseg_np()
47 base = (caddr_t) ((USRSTACK - DFLSSIZ) & ~(pgsz - 1)); in pthread_stackseg_np()
/mirbsd/src/usr.bin/xlint/lint1/
Dmem1.c225 int pgsz; in initmem() local
227 pgsz = getpagesize(); in initmem()
228 mblklen = ((MBLKSIZ + pgsz - 1) / pgsz) * pgsz; in initmem()