HomeSort by relevance Sort by last modified time
    Searched refs:CONSOLE (Results 1 - 11 of 11) sorted by null

  /onnv/onnv-gate/usr/src/cmd/login/
login.dfl 34 # If CONSOLE is set, root can only login on that device.
35 # If the specified device is /dev/console, then root can also log into
39 CONSOLE=/dev/console
  /onnv/onnv-gate/usr/src/cmd/ttymon/
ttymon.h 114 #define CONSOLE "/dev/syscon" /* /dev/console */
tmutil.c 260 if ((fd = open(CONSOLE, O_WRONLY|O_NOCTTY)) != -1)
tmlog.c 141 * - if Logfp is NULL, write message to stderr or CONSOLE
173 } else if ((fd = open(CONSOLE, O_WRONLY|O_NOCTTY)) != -1) {
188 * - if Logfp is NULL, write message to stderr or CONSOLE
  /onnv/onnv-gate/usr/src/pkgdefs/common_files/
i.deflogin 81 for word in TIMEZONE ULIMIT CONSOLE PASSREQ ALTSHELL \
i.defsu 40 for word in SULOG CONSOLE PATH SUPATH SYSLOG; do
  /onnv/onnv-gate/usr/src/lib/libsecdb/common/
chkauthattr.c 239 #define CONSOLE "/dev/console"
251 if (stat(CONSOLE, &cons) == -1) {
  /onnv/onnv-gate/usr/src/cmd/consadm/
consadm.c 49 #define CONSOLE "/dev/console"
79 "# Configuration parameters for console message redirection.\n"
312 die(gettext("%s is already the default console\n"),
336 die(gettext("cannot unset the default console\n"));
373 /* update file of devices configured to get console msgs. */
428 /* update file of devices configured to get console msgs. */
585 /* always fallback to /dev/console */
612 * fallback in event of carrier loss on the serial console.
649 * Assume we always fall back to /dev/console
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/sys/nxge/
nxge_impl.h 488 CONSOLE = 0x1, /* Messages are go to the console. */
490 CON_BUF = 0x3, /* Messages are go to the console and */
497 DBG_CONSOLE = 0x1, /* Messages are go to the console. */
499 DBG_CON_BUF = 0x3, /* Messages are go to the console and */
    [all...]
  /onnv/onnv-gate/usr/src/cmd/init/
init.c 468 static char *CONSOLE = "/dev/console"; /* Real system console */
482 static char *SYSTTY = "/dev/systty"; /* System Console */
483 static char *SYSCON = "/dev/syscon"; /* Virtual System console */
570 static void console(boolean_t, char *, ...);
694 console(B_FALSE,
697 console(B_FALSE,
700 console(B_FALSE,
774 * Also report the change on the system console
2987 console(boolean_t prefix, char *format, ...) function
    [all...]
  /onnv/onnv-gate/usr/src/cmd/cron/
cron.c 81 #define CONSOLE "/dev/console" /* where messages go when cron dies */
467 (void) setpgrp(); /* detach cron from console */
    [all...]

Completed in 1079 milliseconds