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

/illumos-gate/usr/src/uts/common/sys/
H A Dbeep.h119 extern int beeper_freq(enum beep_type type, int freq);
/illumos-gate/usr/src/uts/common/io/
H A Dbeep.c216 beeper_freq(enum beep_type type, int freq) function
220 BEEP_DEBUG1((CE_CONT, "beeper_freq(%d, %d) : start", type, freq));
234 BEEP_DEBUG((CE_WARN, "beeper_freq : invalid type."));
241 BEEP_DEBUG1((CE_CONT, "beeper_freq : done."));
H A Dconskbd.c778 error = beeper_freq(BEEP_CONSOLE,
783 error = beeper_freq(BEEP_TYPE4,

Completed in 60 milliseconds