Searched refs:ws_ypixel (Results 1 - 10 of 10) sorted by relevance

/freebsd-12-stable/sys/sys/
H A D_winsize.h46 unsigned short ws_ypixel; /* vertical size, pixels */ member in struct:winsize
/freebsd-12-stable/sys/i386/ibcs2/
H A Dibcs2_termios.h234 u_short ws_ypixel; member in struct:ibcs2_winsize
H A Dibcs2_ioctl.c560 p->p_session->s_ttyp->t_winsize.ws_ypixel;
/freebsd-12-stable/crypto/openssh/
H A Dsshpty.c160 w.ws_ypixel = ypixel;
H A Ddefines.h383 unsigned short ws_ypixel; /* vertical size, pixels */ member in struct:winsize
H A Dclientloop.c2223 packet_put_int((u_int)ws.ws_ypixel);
H A Dchannels.c4474 (r = sshpkt_put_u32(ssh, (u_int)ws.ws_ypixel)) != 0 ||
/freebsd-12-stable/sys/dev/vt/
H A Dvt_core.c660 size->ws_ypixel = vd->vd_height;
662 size->ws_ypixel -= vt_logo_sprite_height;
663 size->ws_row = size->ws_ypixel;
/freebsd-12-stable/sys/kern/
H A Dtty.c2370 tp->t_winsize.ws_xpixel, tp->t_winsize.ws_ypixel);
/freebsd-12-stable/sys/compat/linux/
H A Dlinux_ioctl.c375 unsigned short ws_xpixel, ws_ypixel; member in struct:linux_winsize

Completed in 116 milliseconds