Searched defs:BEEP_DEBUG1 (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/
H A Dbeep.c49 * BEEP_DEBUG1 prints when beep_debug > 1 and used for normal messages
54 #define BEEP_DEBUG1(args) if (beep_debug > 1) cmn_err args macro
57 #define BEEP_DEBUG1(args) macro
92 BEEP_DEBUG1((CE_CONT,
111 BEEP_DEBUG1((CE_CONT,
136 BEEP_DEBUG1((CE_CONT, "beep_init : done."));
144 BEEP_DEBUG1((CE_CONT, "beep_fini() : start."));
175 BEEP_DEBUG1((CE_CONT, "beep_fini() : done."));
184 BEEP_DEBUG1((CE_CONT, "beeper_off : start."));
210 BEEP_DEBUG1((CE_CON
[all...]

Completed in 138 milliseconds