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

/freebsd-13-stable/sys/modules/dcons/
H A DMakefile4 .PATH: ${SRCTOP}/sys/dev/dcons
6 KMOD = dcons
7 SRCS = dcons.c dcons.h dcons_os.c dcons_os.h \
/freebsd-13-stable/sys/modules/dcons_crom/
H A DMakefile4 .PATH: ${SRCTOP}/sys/dev/dcons
7 SRCS = dcons_crom.c dcons.h dcons_os.h \
10 #KMODDEPS = firewire dcons
/freebsd-13-stable/stand/i386/libfirewire/
H A DMakefile7 .PATH: ${SYSDIR}/dev/dcons ${SYSDIR}/dev/firewire
9 SRCS+= dcons.c fwcrom.c
H A Ddconsole.c33 #include <dev/dcons/dcons.h>
51 * - The dcons driver in the kernel is initialized before VM/pmap is
63 "dcons",
100 setenv("dcons.addr", buf, 1);
104 setenv("dcons.size", buf, 1);
H A Dfirewire.c46 #include <dev/dcons/dcons.h>
62 /* for dcons */
206 /* invalidate dcons buffer */
310 crom_add_simple_text(src, &buf->unit, &buf->ver, "dcons");
482 COMMAND_SET(dcons, "dcons", "enable dcons", dcons_enable);
483 COMMAND_SET(dread, "dread", "read from dcons", dcons_read);
484 COMMAND_SET(dwrite, "dwrite", "write to dcons", dcons_writ
[all...]
/freebsd-13-stable/sys/dev/dcons/
H A Ddcons_os.c59 #include <dev/dcons/dcons.h>
60 #include <dev/dcons/dcons_os.h>
105 static SYSCTL_NODE(_kern, OID_AUTO, dcons, CTLFLAG_RD | CTLFLAG_MPSAFE, 0,
108 "dcons polling rate");
125 CONSOLE_DRIVER(dcons); variable
134 GDB_DBGPORT(dcons, dcons_dbg_probe, dcons_dbg_init, dcons_dbg_term,
256 sprintf(cp->cn_name, "dcons");
319 if (getenv_quad("dcons.addr", &addr) > 0 &&
320 getenv_quad("dcons
[all...]
H A Ddcons_crom.c55 #include <dev/dcons/dcons.h>
56 #include <dev/dcons/dcons_os.h>
102 device_set_desc(dev, "dcons configuration ROM");
141 crom_add_simple_text(src, &sc->unit, &sc->ver, "dcons");
199 /* map dcons buffer */
271 MODULE_DEPEND(dcons_crom, dcons,
H A Ddcons.c36 * $Id: dcons.c,v 1.65 2003/10/24 03:24:55 simokawa Exp $
43 #include "dcons.h"
46 #include <dev/dcons/dcons.h>
/freebsd-13-stable/usr.sbin/dconschat/
H A Ddconschat.c51 #include <dev/dcons/dcons.h>
346 printf("[dcons connected]\r\n");
351 printf("[dcons disconnected (%s)]\r\n", reason);
993 "\t-a physical address of dcons buffer on target host\n"
/freebsd-13-stable/sys/modules/
H A DMakefile105 dcons \
/freebsd-13-stable/share/man/man4/
H A DMakefile128 dcons.4 \

Completed in 267 milliseconds