Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/syscons/
H A Dschistory.c317 case CONS_CLRHIST: in sc_hist_ioctl()
/freebsd-13.1/sys/sys/
H A Dconsio.h129 #define CONS_CLRHIST _IO('c', 10) macro
/freebsd-13.1/sys/kern/
H A Dsubr_terminal.c482 if ((error == 0) && (cmd == CONS_CLRHIST)) { in termtty_ioctl()
/freebsd-13.1/usr.sbin/vidcontrol/
H A Dvidcontrol.c1371 if (ioctl(0, CONS_CLRHIST) == -1) { in clear_history()
/freebsd-13.1/sys/dev/vt/
H A Dvt_core.c2574 case CONS_CLRHIST: in vtterm_ioctl()