OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:newnpty
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/kern/
tty_pty.c
228
int
newnpty
;
local in function:pty_check
239
for (
newnpty
= npty;
newnpty
<= ptn;)
240
newnpty
*= 2;
241
if (
newnpty
> maxptys)
242
newnpty
= maxptys;
243
newpt = ptyarralloc(
newnpty
);
253
if (
newnpty
>= maxptys) {
257
ptyarrfree(newpt,
newnpty
);
260
newnpty
= maxptys
[
all
...]
tty_pty.c
228
int
newnpty
;
local in function:pty_check
239
for (
newnpty
= npty;
newnpty
<= ptn;)
240
newnpty
*= 2;
241
if (
newnpty
> maxptys)
242
newnpty
= maxptys;
243
newpt = ptyarralloc(
newnpty
);
253
if (
newnpty
>= maxptys) {
257
ptyarrfree(newpt,
newnpty
);
260
newnpty
= maxptys
[
all
...]
tty_pty.c
228
int
newnpty
;
local in function:pty_check
239
for (
newnpty
= npty;
newnpty
<= ptn;)
240
newnpty
*= 2;
241
if (
newnpty
> maxptys)
242
newnpty
= maxptys;
243
newpt = ptyarralloc(
newnpty
);
253
if (
newnpty
>= maxptys) {
257
ptyarrfree(newpt,
newnpty
);
260
newnpty
= maxptys
[
all
...]
Completed in 33 milliseconds
Indexes created Wed Oct 01 15:09:59 GMT 2025