OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PDRSIZE
(Results
1 - 2
of
2
) sorted by relevancy
/src/share/examples/rump/ttyserv/
ttyserv.c
206
#define
PDRSIZE
(64*1024+1024)
207
pdr = malloc(
PDRSIZE
);
211
n = read(fd, pdr,
PDRSIZE
);
/src/share/examples/rump/umserv/
umserv.c
110
#define
PDRSIZE
(64*1024+1024)
111
pdr = malloc(
PDRSIZE
);
160
n = read(fd, pdr,
PDRSIZE
);
Completed in 11 milliseconds
Indexes created Fri Oct 17 23:09:53 GMT 2025