Searched refs:dcons (Results 1 - 8 of 8) sorted by relevance

/freebsd-current/sys/modules/dcons/
H A DMakefile3 .PATH: ${SRCTOP}/sys/dev/dcons
5 KMOD = dcons
6 SRCS = dcons.c dcons.h dcons_os.c dcons_os.h \
/freebsd-current/sys/modules/dcons_crom/
H A DMakefile3 .PATH: ${SRCTOP}/sys/dev/dcons
6 SRCS = dcons_crom.c dcons.h dcons_os.h \
9 #KMODDEPS = firewire dcons
/freebsd-current/sys/dev/dcons/
H A Ddcons_os.c57 #include <dev/dcons/dcons.h>
58 #include <dev/dcons/dcons_os.h>
103 static SYSCTL_NODE(_kern, OID_AUTO, dcons, CTLFLAG_RD | CTLFLAG_MPSAFE, 0,
106 "dcons polling rate");
123 CONSOLE_DRIVER(dcons); variable
132 GDB_DBGPORT(dcons, dcons_dbg_probe, dcons_dbg_init, dcons_dbg_term,
254 sprintf(cp->cn_name, "dcons");
317 if (getenv_quad("dcons.addr", &addr) > 0 &&
318 getenv_quad("dcons
[all...]
H A Ddcons_crom.c54 #include <dev/dcons/dcons.h>
55 #include <dev/dcons/dcons_os.h>
101 device_set_desc(dev, "dcons configuration ROM");
140 crom_add_simple_text(src, &sc->unit, &sc->ver, "dcons");
198 /* map dcons buffer */
267 MODULE_DEPEND(dcons_crom, dcons,
H A Ddcons.c36 * $Id: dcons.c,v 1.65 2003/10/24 03:24:55 simokawa Exp $
42 #include "dcons.h"
45 #include <dev/dcons/dcons.h>
/freebsd-current/usr.sbin/dconschat/
H A Ddconschat.c50 #include <dev/dcons/dcons.h>
345 printf("[dcons connected]\r\n");
350 printf("[dcons disconnected (%s)]\r\n", reason);
982 "\t-a physical address of dcons buffer on target host\n"
/freebsd-current/sys/modules/
H A DMakefile98 dcons \
/freebsd-current/share/man/man4/
H A DMakefile127 dcons.4 \

Completed in 134 milliseconds