Home
last modified time | relevance | path

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

/linux-2.6.39/include/linux/
Dkd.h173 #define KD_FONT_OP_GET 1 /* Get font */ macro
/linux-2.6.39/drivers/tty/vt/
Dvt_ioctl.c448 op->op = KD_FONT_OP_GET; in do_fontx_ioctl()
1219 op.op = KD_FONT_OP_GET; in vt_ioctl()
1273 if (!perm && op.op != KD_FONT_OP_GET) in vt_ioctl()
1418 op->op = KD_FONT_OP_GET; in compat_fontx_ioctl()
1452 if (!perm && op->op != KD_FONT_OP_GET) in compat_kdfontop_ioctl()
Dvt.c4138 case KD_FONT_OP_GET: in con_font_op()