Home
last modified time | relevance | path

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

/dragonfly/sys/sys/
HDconsio.h110 #define CONS_CLRHIST _IO('c', 10) macro
/dragonfly/sys/dev/misc/syscons/
HDschistory.c334 case CONS_CLRHIST: in sc_hist_ioctl()
/dragonfly/usr.sbin/vidcontrol/
HDvidcontrol.c1089 if (ioctl(0, CONS_CLRHIST) == -1) { in clear_history()