HomeSort by: relevance | last modified time | path
    Searched defs:outbuffer (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/x68k/x68k/
kgdb_stub.c 314 static u_char outbuffer[SL_RPCSIZE]; variable in typeref:typename:u_char[]
399 outbuffer[0] = computeSignal(type);
400 kgdb_send(KGDB_SIGNAL, outbuffer, 1);
423 outbuffer[0] = computeSignal(type);
424 kgdb_send(KGDB_SIGNAL, outbuffer, 1);
430 cp = outbuffer;
467 outbuffer[0] = E2BIG;
470 outbuffer[0] = EFAULT;
473 outbuffer[0] = 0;
474 kgdb_copy(addr, &outbuffer[1], len)
    [all...]
kgdb_stub.c 314 static u_char outbuffer[SL_RPCSIZE]; variable in typeref:typename:u_char[]
399 outbuffer[0] = computeSignal(type);
400 kgdb_send(KGDB_SIGNAL, outbuffer, 1);
423 outbuffer[0] = computeSignal(type);
424 kgdb_send(KGDB_SIGNAL, outbuffer, 1);
430 cp = outbuffer;
467 outbuffer[0] = E2BIG;
470 outbuffer[0] = EFAULT;
473 outbuffer[0] = 0;
474 kgdb_copy(addr, &outbuffer[1], len)
    [all...]

Completed in 23 milliseconds