Searched refs:beep_timeout (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dbeep.h78 /* Timeout id for the beep_timeout() function */
129 extern void beep_timeout(void *arg);
/illumos-gate/usr/src/uts/common/io/
H A Dbeep.c412 beep_state.timeout_id = timeout(beep_timeout, NULL,
433 beep_timeout(void *arg) function
447 BEEP_DEBUG1((CE_CONT, "beep_timeout : uninitialized."));
487 beep_state.timeout_id = timeout(beep_timeout, NULL,
493 BEEP_DEBUG1((CE_CONT, "beep_timeout : done."));

Completed in 123 milliseconds