HomeSort by: relevance | last modified time | path
    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