Searched refs:ttctl (Results 1 – 2 of 2) sorted by relevance
/titanic_41/usr/src/lib/libast/common/port/ |
H A D | astwinsize.c | 69 static int ttctl(int, int, void*); 78 if (!ttctl(fd, TIOCGWINSZ, &ws) && ws.ws_col > 0 && ws.ws_row > 0) in astwinsize() 89 if (!ttctl(fd, TIOCGSIZE, &ts) && ts.ts_lines > 0 && ts.ts_cols > 0) in astwinsize() 100 if (!ttctl(fd, JWINSIZE, &ws) && ws.bytesx > 0 && ws.bytesy > 0) in astwinsize() 124 ttctl(register int fd, int op, void* tt) in ttctl() function
|
/titanic_41/usr/src/cmd/mdb/sun4u/modules/unix/ |
H A D | unix.c | 513 ttctl(uintptr_t addr, uint_t flags, int argc, const mdb_arg_t *argv) in ttctl() function 1582 { "ttctl", NULL, "dump trap trace ctl records", ttctl },
|