Searched refs:CONSOLE (Results 1 – 11 of 11) sorted by relevance
/illumos-gate/usr/src/cmd/su/ |
H A D | su.dfl | 31 # CONSOLE determines whether attempts to su to root should be logged 34 #CONSOLE=/dev/console
|
/illumos-gate/usr/src/cmd/ttymon/ |
H A D | ttymon.h | 114 #define CONSOLE "/dev/syscon" /* /dev/console */ macro
|
H A D | tmutil.c | 251 if ((fd = open(CONSOLE, O_WRONLY|O_NOCTTY)) != -1) in cons_printf()
|
H A D | tmlog.c | 165 } else if ((fd = open(CONSOLE, O_WRONLY|O_NOCTTY)) != -1) { in vlog()
|
/illumos-gate/usr/src/cmd/login/ |
H A D | login.dfl | 34 # If CONSOLE is set, root can only login on that device. 39 CONSOLE=/dev/console
|
/illumos-gate/usr/src/cmd/consadm/ |
H A D | consadm.c | 47 #define CONSOLE "/dev/console" macro 883 (pathcmp(dev, CONSOLE) == 0)) { in verifyarg()
|
/illumos-gate/usr/src/uts/common/sys/nxge/ |
H A D | nxge_impl.h | 507 CONSOLE = 0x1, /* Messages are go to the console. */ enumerator
|
/illumos-gate/usr/src/cmd/init/ |
H A D | init.c | 474 static char *CONSOLE = "/dev/console"; /* Real system console */ variable 2836 stat(CONSOLE, &conbuf) != -1 && in realcon()
|
/illumos-gate/usr/src/cmd/cron/ |
H A D | cron.c | 83 #define CONSOLE "/dev/console" /* where messages go when cron dies */ macro 2944 if ((c = open(CONSOLE, O_WRONLY)) >= 0) { in crabort()
|
/illumos-gate/usr/src/data/terminfo/ |
H A D | termcap.src | 287 ######## ANSI, UNIX CONSOLE, AND SPECIAL TYPES
|
H A D | terminfo.src | 287 ######## ANSI, UNIX CONSOLE, AND SPECIAL TYPES
|