Home
last modified time | relevance | path

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

/Linux-v5.10/include/uapi/linux/
Dkd.h174 #define KD_FONT_OP_GET 1 /* Get font */ macro
/Linux-v5.10/drivers/tty/vt/
Dvt_ioctl.c470 if (!perm && op.op != KD_FONT_OP_GET) in vt_k_ioctl()
508 op->op = KD_FONT_OP_GET; in do_fontx_ioctl()
590 op.op = KD_FONT_OP_GET; in vt_io_ioctl()
1092 op->op = KD_FONT_OP_GET; in compat_fontx_ioctl()
1126 if (!perm && op->op != KD_FONT_OP_GET) in compat_kdfontop_ioctl()
Dvt.c4712 case KD_FONT_OP_GET: in con_font_op()