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

/freebsd-9.3-release/sys/sys/
H A Dterminal.h143 void terminal_mute(struct terminal *tm, int yes);
/freebsd-9.3-release/sys/dev/vt/
H A Dvt_core.c1013 * XXX: Right now the code uses terminal_mute() to
1039 terminal_mute(tm, 1);
1042 terminal_mute(tm, 0);
1960 terminal_mute(vd->vd_curwindow->vw_terminal, 1);
1984 terminal_mute(vd->vd_curwindow->vw_terminal, 0);
/freebsd-9.3-release/sys/kern/
H A Dsubr_terminal.c232 terminal_mute(struct terminal *tm, int yes) function

Completed in 101 milliseconds