Searched defs:cfo (Results 1 - 1 of 1) sorted by relevance

/systemd/src/vconsole/
H A Dvconsole-setup.c211 struct console_font_op cfo = {}; local
227 cfo.op = KD_FONT_OP_COPY;
228 cfo.height = vcs.v_active-1; /* tty1 == index 0 */
229 (void) ioctl(vcfd, KDFONTOP, &cfo);

Completed in 11 milliseconds