OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:PUT_WSIZE
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/arch/sparc/dev/
kd.c
78
#define
PUT_WSIZE
64
398
char buf[
PUT_WSIZE
];
403
while ((len = q_to_b(cl, buf,
PUT_WSIZE
-1)) > 0) {
/src/sys/arch/sparc64/dev/
kd.c
92
#define
PUT_WSIZE
64
382
char buf[
PUT_WSIZE
];
387
while ((len = q_to_b(cl, buf,
PUT_WSIZE
-1)) > 0) {
/src/sys/arch/sun2/dev/
kd.c
75
#define
PUT_WSIZE
64
427
char buf[
PUT_WSIZE
];
432
while ((len = q_to_b(cl, buf,
PUT_WSIZE
-1)) > 0) {
/src/sys/arch/sun3/dev/
kd.c
67
#define
PUT_WSIZE
64
355
char buf[
PUT_WSIZE
];
360
while ((len = q_to_b(cl, buf,
PUT_WSIZE
-1)) > 0) {
Completed in 13 milliseconds
Indexes created Tue Sep 30 20:09:53 GMT 2025