OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SL_RPCSIZE
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/arch/sparc/include/
remote-sl.h
63
#define
SL_RPCSIZE
(1 + SL_MAXDATA) /* errno byte + data */
64
#define SL_MTU ((2 * (
SL_RPCSIZE
+ 2) + 2))
/src/sys/arch/x68k/include/
remote-sl.h
63
#define
SL_RPCSIZE
(1 + SL_MAXDATA) /* errno byte + data */
64
#define SL_MTU ((2 * (
SL_RPCSIZE
+ 2) + 2))
/src/sys/arch/x68k/x68k/
kgdb_stub.c
184
if (++len >
SL_RPCSIZE
) {
313
static u_char inbuffer[
SL_RPCSIZE
+1];
314
static u_char outbuffer[
SL_RPCSIZE
];
Completed in 11 milliseconds
Indexes created Wed Oct 01 19:09:53 GMT 2025