Searched refs:ddi_console_bell_func (Results 1 – 1 of 1) sorted by relevance
129 void (*ddi_console_bell_func)(clock_t duration); variable6934 if (ddi_console_bell_func != NULL) in ddi_ring_console_bell()6935 (*ddi_console_bell_func)(duration); in ddi_ring_console_bell()6941 ddi_console_bell_func = bellfunc; in ddi_set_console_bell()