HomeSort by: relevance | last modified time | path
    Searched defs:console (Results 1 - 25 of 126) sorted by relevancy

1 2 3 4 5 6

  /src/sys/arch/alpha/stand/common/
prom.c 38 int console; variable in typeref:typename:int
59 /* Look for console tty. */
61 console = buf[0] - '0';
70 ret.bits = prom_dispatch(PROM_R_GETC, console);
99 ret.bits = prom_dispatch(PROM_R_PUTS, console, &cbuf, 1);
prom.c 38 int console; variable in typeref:typename:int
59 /* Look for console tty. */
61 console = buf[0] - '0';
70 ret.bits = prom_dispatch(PROM_R_GETC, console);
99 ret.bits = prom_dispatch(PROM_R_PUTS, console, &cbuf, 1);
  /src/distrib/utils/embedded/conf/
riscv32.conf 5 console=fb key
riscv64.conf 5 console=fb key
riscv32.conf 5 console=fb key
riscv64.conf 5 console=fb key
arm64mbr.conf 6 console=fb key
50 root=ld0a console=${console}
armv7.conf 5 console=fb key
62 root=ld0a console=${console}
arm64mbr.conf 6 console=fb key
50 root=ld0a console=${console}
armv7.conf 5 console=fb key
62 root=ld0a console=${console}
arm64.conf 5 console=fb key
65 root=NAME=${gpt_label_ffs} console=${console}
arm64.conf 5 console=fb key
65 root=NAME=${gpt_label_ffs} console=${console}
  /src/sys/dev/wscons/
wskbdvar.h 54 * Keyboard console functions (must be provided by console input keyboards).
70 int console; /* is it console? */ member in struct:wskbddev_attach_args
79 #define wskbddevcf_console cf_loc[WSKBDDEVCF_CONSOLE] /* spec'd as console? */
117 * Console interface.
wskbdvar.h 54 * Keyboard console functions (must be provided by console input keyboards).
70 int console; /* is it console? */ member in struct:wskbddev_attach_args
79 #define wskbddevcf_console cf_loc[WSKBDDEVCF_CONSOLE] /* spec'd as console? */
117 * Console interface.
wsemul_vt100var.h 35 int console; /* used for DIAGNOSTIC */ member in struct:wsemul_vt100_emuldata
wsemul_vt100var.h 35 int console; /* used for DIAGNOSTIC */ member in struct:wsemul_vt100_emuldata
  /src/lib/libc/gen/
fmtmsg.c 183 FILE *console; local in function:fmtmsg
216 if ((console = fopen(_PATH_CONSOLE, "we")) != NULL) {
217 if (writeit(console, MM_VERBALL,
222 * console message.''
224 (void)fclose(console);
fmtmsg.c 183 FILE *console; local in function:fmtmsg
216 if ((console = fopen(_PATH_CONSOLE, "we")) != NULL) {
217 if (writeit(console, MM_VERBALL,
222 * console message.''
224 (void)fclose(console);
  /src/sys/arch/hpcarm/dev/
sed_saip.c 125 int console = (bootinfo->bi_cnuse & BI_CNUSE_SERIAL) ? 0 : 1; local in function:sed1356_attach
148 if (console) {
149 aprint_normal(", console");
168 if (console && hpcfb_cnattach(&sc->sc_fbconf) != 0)
169 panic("sed1356_attach: cannot init fb console");
171 ha.ha_console = console;
sed_saip.c 125 int console = (bootinfo->bi_cnuse & BI_CNUSE_SERIAL) ? 0 : 1; local in function:sed1356_attach
148 if (console) {
149 aprint_normal(", console");
168 if (console && hpcfb_cnattach(&sc->sc_fbconf) != 0)
169 panic("sed1356_attach: cannot init fb console");
171 ha.ha_console = console;
  /src/sys/arch/hpcsh/dev/hd64461/
hd64461uart.c 46 #include <machine/console.h>
64 int console; member in struct:hd64461uart_chip
74 /* boot console */
123 hd64461uart_chip.console = 1;
138 if (hd64461uart_chip.console)
139 return 1; /* can't share with console */
146 printf("%s: KGDB console open failed.\n", __func__);
178 if (!sc->sc_chip->console)
hd64461uart.c 46 #include <machine/console.h>
64 int console; member in struct:hd64461uart_chip
74 /* boot console */
123 hd64461uart_chip.console = 1;
138 if (hd64461uart_chip.console)
139 return 1; /* can't share with console */
146 printf("%s: KGDB console open failed.\n", __func__);
178 if (!sc->sc_chip->console)
  /src/sys/arch/hpcsh/dev/hd64465/
hd64465uart.c 46 #include <machine/console.h>
61 int console; member in struct:hd64465uart_chip
71 /* boot console */
114 hd64465uart_chip.console = 1;
125 if (hd64465uart_chip.console)
126 return (1); /* can't share with console */
132 printf("%s: KGDB console open failed.\n", __func__);
161 if (!sc->sc_chip->console)
hd64465uart.c 46 #include <machine/console.h>
61 int console; member in struct:hd64465uart_chip
71 /* boot console */
114 hd64465uart_chip.console = 1;
125 if (hd64465uart_chip.console)
126 return (1); /* can't share with console */
132 printf("%s: KGDB console open failed.\n", __func__);
161 if (!sc->sc_chip->console)
  /src/sys/arch/hpcmips/dev/
mq200.c 114 int console = (bootinfo->bi_cnuse & BI_CNUSE_SERIAL) ? 0 : 1; local in function:mq200_attach
130 if (console) {
131 printf(", console");
225 if (console && hpcfb_cnattach(&sc->sc_fbconf) != 0) {
226 panic("mq200_attach: can't init fb console");
229 ha.ha_console = console;

Completed in 34 milliseconds

1 2 3 4 5 6