Home
last modified time | relevance | path

Searched refs:CONS_HISTORY (Results 1 – 4 of 4) sorted by relevance

/dragonfly/sys/sys/
HDconsio.h107 #define CONS_HISTORY _IOW('c', 9, int) macro
/dragonfly/sys/dev/misc/syscons/
HDschistory.c319 case CONS_HISTORY: /* set history size */ in sc_hist_ioctl()
/dragonfly/usr.sbin/vidcontrol/
HDvidcontrol.c1075 if (ioctl(0, CONS_HISTORY, &size) == -1) { in set_history()
/dragonfly/usr.sbin/kbdcontrol/
HDkbdcontrol.c954 if (ioctl(0, CONS_HISTORY, &size) == -1) in set_history()