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

  /src/sys/kern/
tty_pty.c 81 static int maxptys = DEFAULT_MAXPTYS; /* maximum number of ptys (sysctable) */ variable in typeref:typename:int
232 if (ptn >= maxptys) {
234 tablefull("pty", "increase kern.maxptys");
241 if (newnpty > maxptys)
242 newnpty = maxptys;
253 if (newnpty >= maxptys) {
255 if (ptn >= maxptys) {
260 newnpty = maxptys;
321 * new value of maxptys.
327 return maxptys;
    [all...]
tty_pty.c 81 static int maxptys = DEFAULT_MAXPTYS; /* maximum number of ptys (sysctable) */ variable in typeref:typename:int
232 if (ptn >= maxptys) {
234 tablefull("pty", "increase kern.maxptys");
241 if (newnpty > maxptys)
242 newnpty = maxptys;
253 if (newnpty >= maxptys) {
255 if (ptn >= maxptys) {
260 newnpty = maxptys;
321 * new value of maxptys.
327 return maxptys;
    [all...]

Completed in 118 milliseconds