Home
last modified time | relevance | path

Searched refs:DCONS_GDB (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/dcons/
H A Ddcons_os.c396 dcons_attach_port(DCONS_GDB, "dgdb", DC_GDB); in dcons_attach()
442 dcons_detach(DCONS_GDB); in dcons_modevent()
500 struct dcons_softc *dc = &sc[DCONS_GDB]; in dcons_dbg_putc()
507 struct dcons_softc *dc = &sc[DCONS_GDB]; in dcons_dbg_getc()
H A Ddcons.h47 #define DCONS_GDB 1 macro
/freebsd/usr.sbin/dconschat/
H A Ddconschat.c88 #define IS_GDB(p) ((p)->port == DCONS_GDB)
229 dc->port[DCONS_GDB].sport); in dconschat_fork_gdb()
722 while ((len = dconschat_read_dcons(dc, DCONS_GDB, &buf[0], in dconschat_accept_socket()