Searched refs:ttcompat (Results 1 - 9 of 9) sorted by relevance
/illumos-gate/usr/src/uts/intel/ttcompat/ |
H A D | Makefile | 22 # uts/intel/ttcompat/Makefile 29 # This makefile drives the production of the ttcompat streams kernel 43 MODULE = ttcompat
|
/illumos-gate/usr/src/uts/sparc/ttcompat/ |
H A D | Makefile | 22 # uts/sparc/ttcompat/Makefile 28 # This makefile drives the production of the ttcompat streams kernel 42 MODULE = ttcompat
|
/illumos-gate/usr/src/man/man7m/ |
H A D | Makefile | 31 ttcompat.7m \
|
/illumos-gate/usr/src/cmd/svc/milestone/ |
H A D | make-console-login-xml | 133 value='ldterm,ttcompat' /> 184 value='ldterm,ttcompat' />
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/ |
H A D | rlogin.c | 153 static boolean_t ttcompat; variable 235 if (ttcompat) { 237 * Pop ttcompat module 309 it = ioctl(STDIN_FILENO, I_FIND, "ttcompat"); 311 perror("ioctl I_FIND ttcompat"); 315 if (ioctl(STDIN_FILENO, I_PUSH, "ttcompat") < 0) { 316 perror("ioctl I_PUSH ttcompat"); 319 ttcompat = B_TRUE;
|
/illumos-gate/usr/src/cmd/rexd/ |
H A D | on.c | 62 #include <sys/ttcompat.h>
|
H A D | rpc.rexd.c | 63 #include <sys/ttcompat.h>
|
/illumos-gate/usr/src/uts/common/io/ |
H A D | ttcompat.c | 56 #include <sys/ttcompat.h> 74 "ttcompat", 118 "ttcompat", 136 "ttcompat", 1048 cmn_err(CE_WARN, "ttcompat: Unexpected ioctl acknowledgment\n"); 1099 "ttcompat: Unknown ioctl to copyout\n");
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | Makefile | 614 ttcompat.h \
|
Completed in 119 milliseconds