HomeSort by: relevance | last modified time | path
    Searched defs:reqsz (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/arch/x86/x86/
x86_machdep.c 1108 psize_t reqsz = sz; local in function:init_x86_msgbuf
1134 if (sz == reqsz)
1137 reqsz -= sz;
1141 (size_t)MSGBUFSIZE, (size_t)(MSGBUFSIZE - reqsz));
1145 sz = reqsz;
  /src/sys/arch/mips/mips/
mips_machdep.c 2091 vsize_t reqsz = sz; local in function:mips_init_msgbuf
2121 if (sz != reqsz)
2123 "in last cluster (%"PRIdVSIZE" used)\n", reqsz, sz);
  /src/sys/arch/alpha/alpha/
machdep.c 675 vsize_t reqsz = sz; local in function:alpha_init
693 if (sz != reqsz)
695 "in last cluster (%ld used)\n", reqsz, sz);

Completed in 14 milliseconds