Searched refs:CONSOLE (Results 1 - 8 of 8) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/login/
H A Dlogin.dfl34 # If CONSOLE is set, root can only login on that device.
39 CONSOLE=/dev/console
/opensolaris-onvv-gate/usr/src/cmd/ttymon/
H A Dttymon.h114 #define CONSOLE "/dev/syscon" /* /dev/console */ macro
H A Dtmutil.c260 if ((fd = open(CONSOLE, O_WRONLY|O_NOCTTY)) != -1)
H A Dtmlog.c141 * - 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
/opensolaris-onvv-gate/usr/src/cmd/consadm/
H A Dconsadm.c49 #define CONSOLE "/dev/console" macro
885 (pathcmp(dev, CONSOLE) == 0)) {
/opensolaris-onvv-gate/usr/src/uts/common/sys/nxge/
H A Dnxge_impl.h507 CONSOLE = 0x1, /* Messages are go to the console. */ enumerator in enum:__anon8456
/opensolaris-onvv-gate/usr/src/cmd/init/
H A Dinit.c467 static char *CONSOLE = "/dev/console"; /* Real system console */ variable
2859 * associated with SYSCON that has the same device number as CONSOLE.
2867 stat(CONSOLE, &conbuf) != -1 &&
/opensolaris-onvv-gate/usr/src/cmd/cron/
H A Dcron.c81 #define CONSOLE "/dev/console" /* where messages go when cron dies */ macro
2965 if ((c = open(CONSOLE, O_WRONLY)) >= 0) {

Completed in 177 milliseconds