Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dkd.h7 #define KD_FONT_FLAG_OLD 0x80000000 /* Invoked via old interface [compat] */ macro
/Linux-v4.19/drivers/tty/vt/
Dvt_ioctl.c239 op->flags = KD_FONT_FLAG_OLD; in do_fontx_ioctl()
247 op->flags = KD_FONT_FLAG_OLD; in do_fontx_ioctl()
897 op.flags = KD_FONT_FLAG_OLD | KD_FONT_FLAG_DONT_RECALC; /* Compatibility */ in vt_ioctl()
908 op.flags = KD_FONT_FLAG_OLD; in vt_ioctl()
1092 op->flags = KD_FONT_FLAG_OLD; in compat_fontx_ioctl()
1100 op->flags = KD_FONT_FLAG_OLD; in compat_fontx_ioctl()
Dvt.c4423 if (!(op->flags & KD_FONT_FLAG_OLD)) { in con_font_get()
4478 if (!(op->flags & KD_FONT_FLAG_OLD)) { in con_font_set()