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

  /src/sys/kern/
kgdb_stub.c 240 kgdb_send(const u_char *bp) function in typeref:typename:void
245 DPRINTF(("kgdb_send: %s\n", bp));
365 kgdb_send("E0E"); /* 14==EFAULT */
410 kgdb_send(buffer);
427 kgdb_send("");
439 kgdb_send(buffer);
444 kgdb_send(buffer);
450 kgdb_send("E01");
453 kgdb_send("OK");
461 kgdb_send("E02")
    [all...]
  /src/sys/arch/x68k/x68k/
kgdb_stub.c 111 kgdb_send(u_char type, u_char *bp, int len) function in typeref:typename:void
383 kgdb_send(in | KGDB_ACK, (u_char *)0, 0);
400 kgdb_send(KGDB_SIGNAL, outbuffer, 1);
424 kgdb_send(KGDB_SIGNAL, outbuffer, 1);
498 kgdb_send(out, 0, 0);
503 kgdb_send(out, 0, 0);
514 kgdb_send(out, outbuffer, outlen);

Completed in 73 milliseconds