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

  /src/sys/kern/
init_sysctl.c 1034 int pty_maxptys(int, int); /* defined in kern/tty_pty.c */
1039 xmax = pty_maxptys(0, 0);
1047 if (xmax != pty_maxptys(xmax, 1))
tty_pty.c 93 int pty_maxptys(int, int);
249 * need to be safe against pty_maxptys().
324 pty_maxptys(int newmax, int set) function in typeref:typename:int

Completed in 12 milliseconds