Searched refs:terminal_mute (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.2-release/sys/sys/
H A Dterminal.h214 void terminal_mute(struct terminal *tm, int yes);
/freebsd-10.2-release/sys/dev/vt/
H A Dvt_core.c1529 * XXX: Right now the code uses terminal_mute() to
1547 terminal_mute(tm, 1);
1551 terminal_mute(tm, 0);
2641 terminal_mute(vd->vd_curwindow->vw_terminal, 1);
2666 terminal_mute(vd->vd_curwindow->vw_terminal, 0);
/freebsd-10.2-release/sys/kern/
H A Dsubr_terminal.c240 terminal_mute(struct terminal *tm, int yes) function

Completed in 139 milliseconds