Searched refs:KD_FONT_FLAG_OLD (Results 1 - 3 of 3) sorted by relevance

/linux-4.4.14/include/linux/
H A Dkd.h6 #define KD_FONT_FLAG_OLD 0x80000000 /* Invoked via old interface [compat] */ macro
/linux-4.4.14/drivers/tty/vt/
H A Dvt_ioctl.c236 op->flags = KD_FONT_FLAG_OLD; do_fontx_ioctl()
244 op->flags = KD_FONT_FLAG_OLD; do_fontx_ioctl()
910 op.flags = KD_FONT_FLAG_OLD | KD_FONT_FLAG_DONT_RECALC; /* Compatibility */ vt_ioctl()
921 op.flags = KD_FONT_FLAG_OLD; vt_ioctl()
1111 op->flags = KD_FONT_FLAG_OLD; compat_fontx_ioctl()
1119 op->flags = KD_FONT_FLAG_OLD; compat_fontx_ioctl()
H A Dvt.c4085 if (!(op->flags & KD_FONT_FLAG_OLD)) { con_font_get()
4129 if (!(op->flags & KD_FONT_FLAG_OLD)) con_font_set()

Completed in 160 milliseconds