Home
last modified time | relevance | path

Searched refs:PIO_VFONT (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/sys/
H A Dconsio.h236 #define PIO_VFONT _IOW('c', 70, vfnt_t) macro
/freebsd/usr.sbin/vidcontrol/
H A Dvidcontrol.c453 if (ioctl(STDIN_FILENO, PIO_VFONT, &vfnt) == -1) in load_vt4font()
/freebsd/sys/dev/vt/
H A Dvt_core.c2853 case PIO_VFONT: { in vtterm_ioctl()