Home
last modified time | relevance | path

Searched refs:t_winsize (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/sys/
H A Dtty.h113 struct winsize t_winsize; /* (t) Window size. */ member
/f-stack/freebsd/kern/
H A Dtty.c1619 if (memcmp(&tp->t_winsize, wsz, sizeof(*wsz)) == 0) in tty_set_winsize()
1621 tp->t_winsize = *wsz; in tty_set_winsize()
1941 *(struct winsize*)data = tp->t_winsize; in tty_generic_ioctl()
2382 tp->t_winsize.ws_row, tp->t_winsize.ws_col, in DB_SHOW_COMMAND()
2383 tp->t_winsize.ws_xpixel, tp->t_winsize.ws_ypixel); in DB_SHOW_COMMAND()