OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:maxptys
(Results
1 - 1
of
1
) 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
...]
Completed in 11 milliseconds
Indexes created Sat Oct 18 23:09:54 GMT 2025