Home
last modified time | relevance | path

Searched refs:BEEP_DEFAULT (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/
H A Dbeep.c71 {BEEP_DEFAULT, 1000, 200}, /* Must be last */
226 for (bp = beep_params; bp->type != BEEP_DEFAULT; bp++) { in beeper_freq()
256 for (bp = beep_params; bp->type != BEEP_DEFAULT; bp++) { in beep()
302 for (bp = beep_params; bp->type != BEEP_DEFAULT; bp++) { in beeper_on()
/illumos-gate/usr/src/uts/common/sys/
H A Dbeep.h99 enum beep_type { BEEP_DEFAULT = 0, BEEP_CONSOLE = 1, BEEP_TYPE4 = 2 }; enumerator