Home
last modified time | relevance | path

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

12345

/titanic_44/usr/src/uts/i86pc/boot/
H A Dboot_console.c61 static int console = CONS_SCREEN_TEXT; variable
498 return (console); in boot_console_type()
537 console = CONS_INVALID; in bcons_init()
568 console = consolep->value; in bcons_init()
569 if (console == CONS_TTY) in bcons_init()
582 console = CONS_HYPERVISOR; in bcons_init()
591 if (console == CONS_INVALID) in bcons_init()
592 console = CONS_SCREEN_TEXT; in bcons_init()
627 if (console == console_hypervisor_device) { in bcons_init()
628 console = CONS_HYPERVISOR; in bcons_init()
[all …]
/titanic_44/usr/src/cmd/svc/milestone/
H A Dmake-console-login-xml28 cat >console-login.xml <<EOF
73 <!-- Note that console-login should be dependent on any services
74 that may need to use the console. This requirement can be met
128 <propval name='device' type='astring' value='/dev/console' />
129 <propval name='label' type='astring' value='console' />
135 value='\`uname -n\` console login:' />
160 name='system-console'
164 <service_fmri value='svc:/system/console-login:default' />
180 <propval name='label' type='astring' value='console' />
223 <value name='/dev/console'>
H A DMakefile30 console-login.xml
74 console-login.xml \
102 console-login \
136 console-login.xml: make-console-login-xml
137 $(SH) ./make-console-login-xml
/titanic_44/usr/src/cmd/iscsid/
H A Discsi-initiator38 echo "" > /dev/console
41 > /dev/console
42 echo "of the following filesystem(s):" > /dev/console
43 echo "\t$1" > /dev/console
46 > /dev/console
48 echo "Run fsck manually (fsck filesystem...)." > /dev/console
49 echo "" > /dev/console
/titanic_44/usr/src/cmd/init/
H A Dinit.c572 static void console(boolean_t, char *, ...);
696 console(B_FALSE, in main()
699 console(B_FALSE, in main()
874 console(B_TRUE, "poll() error: %s\n", in main()
940 console(B_FALSE, "Requesting maintenance mode\n" in enter_maintenance()
970 console(B_TRUE, "execle of %s failed: %s\n", SU, in enter_maintenance()
1203 console(B_TRUE, in process_startd_line()
1371 console(B_TRUE, "Command is respawning too " in spawn()
1433 console(B_TRUE, "Command\n\"%s\"\n failed to execute. errno " in spawn()
1548 console(B_TRUE, in getcmd()
[all …]
/titanic_44/usr/src/cmd/initpkg/
H A Dmountall.sh59 echo "" > /dev/console
61 echo "WARNING - Unable to repair one or more \c" > /dev/console
62 echo "of the following filesystem(s):" > /dev/console
63 echo "\t$1" > /dev/console
66 > /dev/console
68 echo "Run fsck manually (fsck filesystem...)." > /dev/console
69 echo "" > /dev/console
H A Dinittab33 # svc:> select system/console-login
34 # svc:/system/console-login> setprop ttymon/terminal_type = "xterm"
35 # svc:/system/console-login> exit
39 smf::sysinit:/lib/svc/bin/svc.startd >/dev/msglog 2<>/dev/msglog </dev/console
/titanic_44/usr/src/cmd/power/
H A Dpower.dfl46 # console-owner a user who owns the system console device
49 # The default values are PMCHANGEPERM=console-owner and CPRCHANGEPERM=
50 # console-owner.
52 PMCHANGEPERM=console-owner
53 CPRCHANGEPERM=console-owner
/titanic_44/usr/src/grub/
H A Dmenu.lst16 # To enable grub serial console to ttya uncomment the following lines
18 # WARNING: do not enable grub serial console when BIOS console serial
23 # Uncomment the following line to enable GRUB splashimage on console
49 # To override Solaris boot args (see kernel(1M)), console device and
H A Dinstall_menu31 kernel$ /boot/platform/i86pc/kernel/$ISADIR/unix -B install_media=cdrom,console=ttya
34 kernel$ /boot/platform/i86pc/kernel/$ISADIR/unix -B install_media=cdrom,console=ttyb
/titanic_44/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs.conf76 console-notices=0;
77 console-warnings=0;
78 console-errors=0;
/titanic_44/usr/src/lib/libc/port/gen/
H A Dttyslot.c60 int console = FALSE; in ttyslot() local
77 console = TRUE; in ttyslot()
87 if (!console || in ttyslot()
H A Dfmtmsg.c1092 FILE *console; /* Ptr to "console" stream */ in fmtmsg() local
1153 if ((console = fopen(CONNAME, "wF")) != NULL) { in fmtmsg()
1154 clearerr(console); in fmtmsg()
1155 (void) fputs(message2, console); in fmtmsg()
1156 if (ferror(console)) in fmtmsg()
1158 (void) fclose(console); in fmtmsg()
/titanic_44/usr/src/uts/sun4u/montecarlo/io/
H A Dse.conf34 ssp-console-modes="115200,8,n,1,-"
38 ssp-console=0
/titanic_44/usr/src/lib/libast/common/comp/
H A Dfmtmsglib.c44 int 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)
/titanic_44/usr/src/cmd/avs/rdc/etc/
H A Drdcfinish.sh50 echo "Cannot find ${RDCD}.\nSNDR services unavailable." > /dev/console
68 echo "\nCannot find ${RDCSYNCD}.\nSNDR start aborted." > /dev/console
/titanic_44/usr/src/uts/i86xpv/boot/
H A Dboot_xconsole.c89 mmu_ptob((x86pte_t)xen_info->console.domU.mfn) | PTE_BITS, in bcons_init_xen()
186 send.port = xen_info->console.domU.evtchn; in bcons_putchar_xen()
239 send.port = xen_info->console.domU.evtchn; in bcons_getchar_xen()
/titanic_44/usr/src/cmd/eeprom/i386/
H A Dbenv.c530 char *console, *args; in set_bootadm_var() local
555 console = value; in set_bootadm_var()
558 console = get_bootadm_value("console", 1); in set_bootadm_var()
561 ((console == NULL) || (console[0] == '\0'))) { in set_bootadm_var()
567 console); in set_bootadm_var()
568 } else if ((console == NULL) || (console[0] == '\0')) { in set_bootadm_var()
574 console, args); in set_bootadm_var()
578 console, args + 3); in set_bootadm_var()
/titanic_44/usr/src/uts/sun4v/io/
H A Dvcc.c1648 vcc_console_t console; in i_vcc_cons_status() local
1652 if (ddi_copyin((void*)buf, &console, sizeof (console), mode)) { in i_vcc_cons_status()
1656 D1("i_vcc_cons_status@%d:\n", console.cons_no); in i_vcc_cons_status()
1658 if ((console.cons_no >= VCC_MAX_PORTS) || in i_vcc_cons_status()
1659 (console.cons_no == VCC_CONTROL_PORT)) { in i_vcc_cons_status()
1664 vport = &vccp->port[console.cons_no]; in i_vcc_cons_status()
1666 console.cons_no = -1; in i_vcc_cons_status()
1667 } else if (strncmp(console.domain_name, vport->minorp->domain_name, in i_vcc_cons_status()
1669 console.cons_no = -1; in i_vcc_cons_status()
1670 } else if (strncmp(console.group_name, vport->group_name, in i_vcc_cons_status()
[all …]
/titanic_44/usr/src/cmd/svc/seed/
H A DMakefile80 ../milestone/console-login.xml \
89 ../milestone/console-login.xml \
128 ../milestone/console-login.xml:
129 @cd ../milestone; pwd; $(MAKE) $(MFLAGS) console-login.xml
/titanic_44/usr/src/uts/common/xen/public/
H A Dxen.h566 } console; member
582 #define console_mfn console.domU.mfn
583 #define console_evtchn console.domU.evtchn
/titanic_44/usr/src/cmd/allocate/
H A Dst_clean.sh47 printf "${form}\n" $PROG $DEVICE > /dev/console
54 printf "${form}\n" $PROG $DEVICE > /dev/console
/titanic_44/usr/src/uts/i86xpv/os/
H A Dxen_mmu.c153 xen_info->console.dom0.info_off >= sizeof (start_info_t)) { in xen_relocate_start_info()
154 sz += xen_info->console.dom0.info_off - sizeof (start_info_t) + in xen_relocate_start_info()
155 xen_info->console.dom0.info_size; in xen_relocate_start_info()
228 kbm_map_ma(pfn_to_pa(xen_info->console.domU.mfn), addr, 0); in xen_relocate_start_info()
/titanic_44/usr/src/cmd/fs.d/autofs/
H A Dautod_mount.c419 fd = open(command->console ? "/dev/console" : "/dev/null", in automountd_do_fork_exec()
656 call_fork_exec(fstype, cmd, newargv, console) in call_fork_exec() argument
660 int console;
692 command.console = console;
/titanic_44/usr/src/cmd/picl/plugins/sun4u/littleneck/devtree/
H A Dpicldevtree.conf31 remote-system-console seeprom

12345