Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/x86/x86/
H A Dx86_machdep.c1099 psize_t reqsz = sz; in init_x86_msgbuf() local
1125 if (sz == reqsz) in init_x86_msgbuf()
1128 reqsz -= sz; in init_x86_msgbuf()
1132 (size_t)MSGBUFSIZE, (size_t)(MSGBUFSIZE - reqsz)); in init_x86_msgbuf()
1136 sz = reqsz; in init_x86_msgbuf()
/netbsd-src/sys/arch/alpha/alpha/
H A Dmachdep.c675 vsize_t reqsz = sz; in alpha_init() local
693 if (sz != reqsz) in alpha_init()
695 "in last cluster (%ld used)\n", reqsz, sz); in alpha_init()
/netbsd-src/sys/arch/mips/mips/
H A Dmips_machdep.c2089 vsize_t reqsz = sz; in mips_init_msgbuf() local
2119 if (sz != reqsz) in mips_init_msgbuf()
2121 "in last cluster (%"PRIdVSIZE" used)\n", reqsz, sz); in mips_init_msgbuf()