Searched refs:console (Results 26 - 50 of 104) sorted by relevance

12345

/illumos-gate/usr/src/boot/sys/boot/fdt/dts/arm/
H A Ddigi-ccwmx53.dts75 /* UART1, console */
76 console: serial@53fbc000 {
150 stdin = &console;
151 stdout = &console;
/illumos-gate/usr/src/cmd/svc/milestone/
H A DMakefile30 console-login.xml
74 console-login.xml \
103 console-login \
137 console-login.xml: make-console-login-xml
138 $(SH) ./make-console-login-xml
/illumos-gate/usr/src/boot/sys/boot/fdt/dts/riscv/
H A Dqemu.dts80 console0: console@0 {
81 compatible = "htif,console";
H A Dspike.dts97 console0: console@0 {
98 compatible = "htif,console";
/illumos-gate/usr/src/boot/sys/boot/common/
H A Dbootstrap.h95 * Modular console support.
97 struct console struct
102 #define C_PRESENTIN (1<<0) /* console can provide input */
103 #define C_PRESENTOUT (1<<1) /* console can provide output */
104 #define C_ACTIVEIN (1<<2) /* user wants input from console */
105 #define C_ACTIVEOUT (1<<3) /* user wants output to console */
107 void (*c_probe)(struct console *); /* set c_flags to match hardware */
108 int (*c_init)(struct console *, int); /* reinit XXX may need more args */
109 void (*c_out)(struct console *, int); /* emit c */
110 int (*c_in)(struct console *); /* wai
[all...]
/illumos-gate/usr/src/cmd/init/
H A Dinit.c470 static char *CONSOLE = "/dev/console"; /* Real system console */
485 static char *SYSCON = "/dev/syscon"; /* Virtual System console */
572 static void console(boolean_t, char *, ...);
696 console(B_FALSE,
699 console(B_FALSE,
774 * Also report the change on the system console.
874 console(B_TRUE, "poll() error: %s\n",
940 console(B_FALSE, "Requesting maintenance mode\n"
970 console(B_TRU
2990 console(boolean_t prefix, char *format, ...) function
[all...]
/illumos-gate/usr/src/cmd/ldap/common/
H A Ddtest.c26 #include <console.h>
/illumos-gate/usr/src/uts/i86xpv/boot/
H A Dboot_xconsole.c31 #include <xen/public/io/console.h>
59 * do any console I/O until we have manipulated some pagetables. So we have to
86 * map the xen console ring buffers
89 mmu_ptob((x86pte_t)xen_info->console.domU.mfn) | PTE_BITS,
94 * display settings via xen_info->console.dom0. This
108 * console messages, so we really don't care about the
186 send.port = xen_info->console.domU.evtchn;
214 * get a console input character
239 send.port = xen_info->console.domU.evtchn;
/illumos-gate/usr/src/boot/sys/boot/efi/libefi/
H A Defi_console.c57 static void efi_cons_probe(struct console *);
58 static int efi_cons_init(struct console *, int);
59 void efi_cons_putchar(struct console *, int);
60 int efi_cons_getchar(struct console *);
62 int efi_cons_poll(struct console *);
64 struct console efi_console = {
66 "EFI console",
108 efi_cons_probe(struct console *cp)
116 efi_cons_init(struct console *cp __attribute((unused)),
486 efi_cons_putchar(struct console *c
[all...]
/illumos-gate/usr/src/boot/sys/boot/i386/libi386/
H A Dvidconsole.c43 static void vidc_probe(struct console *cp);
44 static int vidc_init(struct console *cp, int arg);
45 static void vidc_putchar(struct console *cp, int c);
46 static int vidc_getchar(struct console *cp);
47 static int vidc_ischar(struct console *cp);
75 struct console text = {
88 vidc_probe(struct console *cp)
105 vidc_init(struct console *cp, int arg)
574 vidc_putchar(struct console *cp, int c)
584 vidc_getchar(struct console *c
[all...]
/illumos-gate/usr/src/lib/libcurses/screen/
H A Dstart_col.c50 #include <sys/console.h>
60 struct console con;
/illumos-gate/usr/src/lib/libast/common/comp/
H A Dfmtmsglib.c44 int console;
59 "console", 0, MM_CONSOLE,
274 mm.console = open("/dev/console", O_WRONLY|O_APPEND|O_NOCTTY);
275 if (mm.console < 0)
281 fd = mm.console;
302 if (fd != mm.console && (n -= 8) > 0)
/illumos-gate/usr/src/cmd/allocate/
H A Dst_clean.sh47 printf "${form}\n" $PROG $DEVICE > /dev/console
54 printf "${form}\n" $PROG $DEVICE > /dev/console
H A Dfd_clean.sh46 printf "${form}\n" $PROG $DEVICE > /dev/console
53 printf "${form}\n" $PROG $DEVICE > /dev/console
H A Dsr_clean.sh46 printf "${form}\n" $PROG $DEVICE > /dev/console
53 printf "${form}\n" `basename $0` $DEVICE > /dev/console
/illumos-gate/usr/src/cmd/vntsd/
H A DMakefile28 SRCS = auth.c cmd.c common.c console.c listen.c queue.c read.c vntsd.c \
/illumos-gate/usr/src/cmd/svc/seed/
H A DMakefile77 ../milestone/console-login.xml \
87 ../milestone/console-login.xml \
126 ../milestone/console-login.xml:
127 @cd ../milestone; pwd; $(MAKE) $(MFLAGS) console-login.xml
/illumos-gate/usr/src/uts/i86pc/boot/
H A Dboot_console.c61 static int console = CONS_SCREEN_TEXT; variable
69 /* Obtain the hypervisor console type */
87 /* Set if the console or mode are expressed in the boot line */
203 * Do a full reset to match console behavior.
492 /* Obtain the console type */
498 return (console);
502 * A structure to map console names to values.
537 console = CONS_INVALID;
543 cons_str = find_boot_line_prop("console");
568 console
[all...]
/illumos-gate/usr/src/boot/sys/boot/uboot/lib/
H A DMakefile11 SRCS= crc32.c console.c copy.c devicename.c elf_freebsd.c glue.c
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dfmtmsg.c191 * CONNAME Filesystem entry name for the system console
194 #define CONNAME "/dev/console"
1062 * will write a message to the system console.
1092 FILE *console; /* Ptr to "console" stream */ local
1132 /* Prepare the message for the console if requested */
1151 /* Write the message to the console if requested */
1153 if ((console = fopen(CONNAME, "wF")) != NULL) {
1154 clearerr(console);
1155 (void) fputs(message2, console);
[all...]
/illumos-gate/usr/src/cmd/power/
H A Dsvc-power92 /usr/sbin/pmconfig >/dev/console 2>&1
/illumos-gate/usr/src/uts/common/io/
H A Dvcons_conf.c44 #include <sys/console.h>
50 /* set if console driver is attached */
52 /* active virtual console minor number */
56 * VT_MINOR_INVALID : /dev/console
62 /* virtual console global lock */
96 (void) snprintf(buf, buflen, "/dev/console");
112 (void) snprintf(buf, buflen, "/dev/console");
/illumos-gate/usr/src/uts/sun/sys/
H A Dttymux.h131 * This structure maintains the state of the console.
133 typedef struct console { struct
134 dev_t sm_dev; /* the minor node of a console */
137 boolean_t sm_obp_con; /* is it an OBP console */
175 sm_uqi_t *sm_lconsole; /* the current logical console */
176 sm_mux_state_t *sm_ms; /* state associated with a console */
/illumos-gate/usr/src/uts/i86xpv/os/
H A Dxen_mmu.c153 xen_info->console.dom0.info_off >= sizeof (start_info_t)) {
154 sz += xen_info->console.dom0.info_off - sizeof (start_info_t) +
155 xen_info->console.dom0.info_size;
223 * Remap the console info into high memory, too.
228 kbm_map_ma(pfn_to_pa(xen_info->console.domU.mfn), addr, 0);
/illumos-gate/usr/src/boot/sys/boot/userboot/userboot/
H A DMakefile19 SRCS+= console.c

Completed in 116 milliseconds

12345