Searched refs:winsize (Results 1 - 5 of 5) sorted by relevance

/xnu-2782.1.97/bsd/dev/
H A Dkmreg_com.h101 #define KMIOCSIZE _IOR('k',11, struct winsize) /* get screen size */
/xnu-2782.1.97/bsd/sys/
H A Dttycom.h83 struct winsize { struct
154 #define TIOCGWINSZ _IOR('t', 104, struct winsize) /* get window size */
155 #define TIOCSWINSZ _IOW('t', 103, struct winsize) /* set window size */
H A Dtty.h133 struct winsize t_winsize; /* Window size. */
/xnu-2782.1.97/bsd/dev/i386/
H A Dkm.c96 struct winsize *wp;
207 struct winsize *wp;
213 wp = (struct winsize *)data;
/xnu-2782.1.97/bsd/kern/
H A Dtty.c1224 *(struct winsize *)data = tp->t_winsize;
1507 sizeof (struct winsize))) {
1508 tp->t_winsize = *(struct winsize *)data;

Completed in 33 milliseconds