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

/xnu-2422.115.4/bsd/dev/
H A Dkmreg_com.h101 #define KMIOCSIZE _IOR('k',11, struct winsize) /* get screen size */
/xnu-2422.115.4/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-2422.115.4/bsd/dev/i386/
H A Dkm.c96 struct winsize *wp;
207 struct winsize *wp;
213 wp = (struct winsize *)data;
/xnu-2422.115.4/bsd/kern/
H A Dtty.c1201 *(struct winsize *)data = tp->t_winsize;
1475 sizeof (struct winsize))) {
1476 tp->t_winsize = *(struct winsize *)data;

Completed in 38 milliseconds