Home
last modified time | relevance | path

Searched refs:cn_bell (Results 1 – 4 of 4) sorted by relevance

/openbsd/sys/dev/
H A Dcons.c247 if (cn_tab == NULL || cn_tab->cn_bell == NULL) in cnbell()
250 (*cn_tab->cn_bell)(cn_tab->cn_dev, pitch, period, volume); in cnbell()
H A Dcons.h54 void (*cn_bell)(dev_t, u_int, u_int, u_int); member
/openbsd/sys/dev/fdt/
H A Dcduart.c626 .cn_bell = NULL,
/openbsd/sys/dev/wscons/
H A Dwsdisplay.c2143 wsdisplay_cons.cn_bell = bell; in wsdisplay_set_cons_kbd()
2151 wsdisplay_cons.cn_bell = NULL; in wsdisplay_unset_cons_kbd()