Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/syscons/
H A Dschistory.c315 case CONS_CLRHIST: in sc_hist_ioctl()
/freebsd-14.2/sys/sys/
H A Dconsio.h127 #define CONS_CLRHIST _IO('c', 10) macro
/freebsd-14.2/sys/kern/
H A Dsubr_terminal.c480 if ((error == 0) && (cmd == CONS_CLRHIST)) { in termtty_ioctl()
/freebsd-14.2/usr.sbin/vidcontrol/
H A Dvidcontrol.c1366 if (ioctl(0, CONS_CLRHIST) == -1) { in clear_history()
/freebsd-14.2/sys/dev/vt/
H A Dvt_core.c2771 case CONS_CLRHIST: in vtterm_ioctl()