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

/illumos-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
/illumos-gate/usr/src/cmd/consadm/
H A Dconsadm.c49 #define CONSOLE "/dev/console" macro
885 (pathcmp(dev, CONSOLE) == 0)) {
/illumos-gate/usr/src/uts/common/sys/nxge/
H A Dnxge_impl.h507 CONSOLE = 0x1, /* Messages are go to the console. */ enumerator in enum:__anon8372
/illumos-gate/usr/src/cmd/init/
H A Dinit.c470 static char *CONSOLE = "/dev/console"; /* Real system console */ variable
2865 * associated with SYSCON that has the same device number as CONSOLE.
2873 stat(CONSOLE, &conbuf) != -1 &&
/illumos-gate/usr/src/cmd/cron/
H A Dcron.c85 #define CONSOLE "/dev/console" /* where messages go when cron dies */ macro
2978 if ((c = open(CONSOLE, O_WRONLY)) >= 0) {

Completed in 99 milliseconds