Home
last modified time | relevance | path

Searched refs:console (Results 1 – 25 of 107) sorted by relevance

12345

/mirbsd/src/gnu/usr.bin/perl/lib/Term/
DReadLine.pm211 my $console;
214 $console = "Dev:Console";
216 $console = "/dev/tty";
218 $console = "con";
220 $console = "sys\$command";
224 $console = undef;
228 $console = undef;
230 $console = "/dev/con";
234 my $consoleOUT = $console;
235 $console = "&STDIN" unless defined $console;
[all …]
/mirbsd/src/etc/etc.i386/
Dttys6 # “console” will leave your system open for attackers in single-user
13 # main console device – the speed is automatically set from /etc/rc
14 console "/usr/libexec/getty acs.000000" vt220 on secure
15 # wsdisplay console – enable if main console is on a serial line
/mirbsd/src/sys/dev/sbus/
Dbwtwo.c174 int console; local
204 console = bwtwo_is_console(sa->sa_node);
215 fbwscons_init(&sc->sc_sunfb, console ? 0 : RI_CLEAR);
222 if (console) {
228 waa.console = console;
Dcgthree.c228 int console, i; in cgthreeattach() local
258 console = cgthree_is_console(sa->sa_node); in cgthreeattach()
288 fbwscons_init(&sc->sc_sunfb, console && in cgthreeattach()
298 if (console) { in cgthreeattach()
304 waa.console = console; in cgthreeattach()
/mirbsd/src/gnu/usr.bin/perl/NetWare/t/
DReadme.txt52 3. Execute the command "perl t\NWModify.pl" on the console command
64 4. Execute the command "perl t\NWScripts.pl" on the console command
68 5. Execute the command "perl t\nwauto.pl" on the server console command
71 console command to execute is: "perl t\nwauto.pl > nwauto.txt".
75 'lib' scripts, then execute 'lib.pl' through the server console command,
76 "perl t\lib.pl'. To redirect the results into a file, the console command
/mirbsd/src/sys/dev/wscons/
Dwsemul_dumb.c49 void *wsemul_dumb_attach(int console, const struct wsscreen_descr *,
101 wsemul_dumb_attach(console, type, cookie, ccol, crow, cbcookie, defattr) in wsemul_dumb_attach() argument
102 int console; in wsemul_dumb_attach()
111 if (console)
Dwsemul_vt100.c51 void *wsemul_vt100_attach(int console, const struct wsscreen_descr *,
157 edp->console = 1;
196 wsemul_vt100_attach(console, type, cookie, ccol, crow, cbcookie, defattr) in wsemul_vt100_attach() argument
197 int console; in wsemul_vt100_attach()
206 if (console) {
209 KASSERT(edp->console == 1);
217 edp->console = 0;
981 if (kernel && !edp->console)
/mirbsd/src/distrib/baselive/i386/
Dboot.64 echo Booting the MirOS Installer (serial console at COM1:9600,8N1).
9 echo Booting the MirOS Installer (serial console at COM1:9600,8N1).
Dboot.84 echo Booting the MirOS Installer (serial console at COM1:115200,8N1).
9 echo Booting the MirOS Installer (serial console at COM1:115200,8N1).
Dboot.74 echo Booting the MirOS Installer (serial console at COM1:38400,8N1).
9 echo Booting the MirOS Installer (serial console at COM1:38400,8N1).
Dboot.45 echo console at COM1:38400,8N1.
13 echo console at COM1:38400,8N1.
Dboot.35 echo console at COM1:9600,8N1.
13 echo console at COM1:9600,8N1.
Dboot.55 echo console at COM1:115200,8N1.
13 echo console at COM1:115200,8N1.
/mirbsd/src/sys/dev/isa/
Dpcdisplay.c268 int console; local
274 console = pcdisplay_is_console(ia->ia_iot);
276 if (console) {
294 aa.console = console;
/mirbsd/src/distrib/common/grml/
Dloopback.34 echo Booting the MirOS BSD rescue system (serial console)
10 echo Booting the MirOS BSD rescue system (serial console)
Dloopback.54 echo Booting the MirOS BSD rescue system (serial console)
10 echo Booting the MirOS BSD rescue system (serial console)
Dloopback.44 echo Booting the MirOS BSD rescue system (serial console)
10 echo Booting the MirOS BSD rescue system (serial console)
Dboot.54 echo Booting the MirOS BSD rescue system (serial console)
10 echo Booting the MirOS BSD rescue system (serial console)
Dboot.34 echo Booting the MirOS BSD rescue system (serial console)
10 echo Booting the MirOS BSD rescue system (serial console)
Dboot.44 echo Booting the MirOS BSD rescue system (serial console)
10 echo Booting the MirOS BSD rescue system (serial console)
/mirbsd/src/gnu/usr.bin/perl/wince/
DREADME.perlce6 is currently linked with a simple console window, so it also
11 console has only a liminted number of cols.
14 console closes, so you might have to catch an exit with
32 ROWS/COLS - Rows/cols for console.
34 CONSOLEFONTSIZE - Size for console font.
162 readme file that comes with the console program.
/mirbsd/src/distrib/tools/
Dboot.cfg.serial8 echo Booting MirBSD Installer with serial console at COM1:@SPEED@,8N1
18 echo Booting MirBSD Installer with serial console at COM1:@SPEED@,8N1
/mirbsd/src/gnu/usr.bin/perl/lib/
Dperl5db.pl1597 undef $console;
1605 $console = "/dev/tty";
1613 $console = "con";
1625 $console =
1629 $console = "Dev:Console";
1640 $console = "sys\$command";
1656 $console = undef;
1662 $console = undef;
1669 $console = undef;
1674 $console = undef;
[all …]
/mirbsd/src/etc/
Dgettytab27 # a matching /etc/ttys console entry.
110 i|Interdata console:\
119 P|Pc|Pc console:\
122 # 8 bit clean Sun console
/mirbsd/src/etc/etc.sparc/
Dttys6 # “console” will leave your system open for attackers in single-user
13 # main console device – the speed is automatically set from /etc/rc
14 console "/usr/libexec/getty acs.000000" vt220 on secure
15 # graphics console – enable if main console is on a serial line

12345