Searched defs:ttctl (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libast/common/port/
H A Dastwinsize.c69 static int ttctl(int, int, void*);
78 if (!ttctl(fd, TIOCGWINSZ, &ws) && ws.ws_col > 0 && ws.ws_row > 0)
89 if (!ttctl(fd, TIOCGSIZE, &ts) && ts.ts_lines > 0 && ts.ts_cols > 0)
100 if (!ttctl(fd, JWINSIZE, &ws) && ws.bytesx > 0 && ws.bytesy > 0)
124 ttctl(register int fd, int op, void* tt) function
/illumos-gate/usr/src/cmd/mdb/sun4u/modules/unix/
H A Dunix.c513 ttctl(uintptr_t addr, uint_t flags, int argc, const mdb_arg_t *argv) function
1582 { "ttctl", NULL, "dump trap trace ctl records", ttctl },

Completed in 69 milliseconds