Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/pg/
H A Dpg.c490 #define BEEP() if (bell) { (void) putp(bell); (void) fflush(stdout); } macro
492 #define CHECKEND() BLANKS(cmdptr); if (*cmdptr) { BEEP(); break; }
559 BEEP();
569 BEEP();
595 BEEP();
599 BEEP();
707 BEEP();
719 BEEP();
737 BEEP();
819 BEEP();
[all …]
/titanic_41/usr/src/uts/common/io/audio/drv/audiohd/
H A Daudiohd.h637 BEEP = 2, enumerator
H A Daudiohd.c1386 if (!path || path->path_type != BEEP) in audiohd_set_beep_volume()
1954 if (path->path_type == BEEP) { in audiohd_create_controls()
4582 path->path_type = BEEP; in audiohd_build_beep_path()
4608 path->path_type = BEEP; in audiohd_build_beep_path()
4638 if (path == NULL || path->path_type != BEEP || in audiohd_build_beep_amp()
4722 if (!path || path->path_type != BEEP || path->codec != codec) in audiohd_finish_beep_path()