Home
last modified time | relevance | path

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

/mirbsd/src/sys/dev/wscons/
Dwsdisplay_usl_io.h8 struct vt_mode { struct
19 typedef struct vt_mode vtmode_t; argument
Dwsdisplay_compat_usl.c387 #define newmode ((struct vt_mode *)data)
401 #define cmode ((struct vt_mode *)data)
/mirbsd/src/sys/arch/i386/i386/
Dlinux_machdep.c457 struct vt_mode lvt;
524 sizeof (struct vt_mode))))
541 sizeof (struct vt_mode));
548 sizeof (struct vt_mode))))
563 bvtp = stackgap_alloc(&sg, sizeof (struct vt_mode));
564 if ((error = copyout(&lvt, bvtp, sizeof (struct vt_mode))))