Home
last modified time | relevance | path

Searched refs:vfnt_t (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/sys/
H A Dconsio.h228 typedef struct vfnt vfnt_t; typedef
236 #define PIO_VFONT _IOW('c', 70, vfnt_t)
237 #define GIO_VFONT _IOR('c', 71, vfnt_t)
/freebsd/sys/dev/vt/
H A Dvt_font.c158 vtfont_load(vfnt_t *f, struct vt_font **ret) in vtfont_load()
H A Dvt.h434 int vtfont_load(vfnt_t *f, struct vt_font **ret);
/freebsd/usr.sbin/vidcontrol/
H A Dvidcontrol.c418 static vfnt_t vfnt; in load_vt4font()