Home
last modified time | relevance | path

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

/Linux-v5.10/include/linux/
Dkd.h7 #define KD_FONT_FLAG_OLD 0x80000000 /* Invoked via old interface [compat] */ macro
/Linux-v5.10/drivers/tty/vt/
Dvt_ioctl.c500 op->flags = KD_FONT_FLAG_OLD; in do_fontx_ioctl()
509 op->flags = KD_FONT_FLAG_OLD; in do_fontx_ioctl()
582 op.flags = KD_FONT_FLAG_OLD | KD_FONT_FLAG_DONT_RECALC; /* Compatibility */ in vt_io_ioctl()
591 op.flags = KD_FONT_FLAG_OLD; in vt_io_ioctl()
1084 op->flags = KD_FONT_FLAG_OLD; in compat_fontx_ioctl()
1093 op->flags = KD_FONT_FLAG_OLD; in compat_fontx_ioctl()
Dvt.c4587 if (!(op->flags & KD_FONT_FLAG_OLD)) { in con_font_get()
4642 if (!(op->flags & KD_FONT_FLAG_OLD)) { in con_font_set()