OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:npty
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/sys/
pty.h
64
extern int
npty
;
/src/sys/kern/
tty_pty.c
83
int
npty
= 0; /* for pstat -t */
variable in typeref:typename:int
226
if (ptn >=
npty
) {
239
for (newnpty =
npty
; newnpty <= ptn;)
268
if (newnpty >
npty
) {
269
memcpy(newpt, pt_softc,
npty
*sizeof(struct pt_softc *));
271
oldnpty =
npty
;
273
npty
= newnpty;
331
* value of
npty
(might be modified in pty_check()).
339
if (newmax >=
npty
)
362
npty
= n
[
all
...]
tty_ptm.c
117
for (i = 0; i <
npty
; i++) {
/src/sys/fs/ptyfs/
ptyfs_vnops.c
684
if (i >=
npty
)
688
ncookies = uimin(ncookies, (
npty
+ 2 - i));
Completed in 14 milliseconds
Indexes created Wed Oct 22 06:10:02 GMT 2025