HomeSort by: relevance | last modified time | path
    Searched refs:cn_bell (Results 1 - 8 of 8) sorted by relevancy

  /src/sys/arch/cobalt/cobalt/
console.c 59 .cn_bell = NULL,
73 .cn_bell = NULL,
87 .cn_bell = NULL,
100 .cn_bell = NULL,
  /src/sys/arch/hpcarm/hpcarm/
netbookpro_machdep.c 142 cn_tab->cn_bell = wskbd_cnbell;
  /src/sys/arch/mips/atheros/
ar_console.c 124 .cn_bell = NULL,
  /src/sys/arch/evbmips/rasoc/
console.c 143 .cn_bell = NULL,
  /src/sys/dev/
cons.h 57 void (*cn_bell) /* ring bell */ member in struct:consdev
cons.c 455 if (cn_tab == NULL || cn_tab->cn_bell == NULL)
457 (*cn_tab->cn_bell)(cn_tab->cn_dev, pitch, period, volume);
  /src/sys/arch/luna68k/dev/
siotty.c 693 .cn_bell = NULL,
  /src/sys/dev/wscons/
wsdisplay.c 2391 wsdisplay_cons.cn_bell = bell;
2399 wsdisplay_cons.cn_bell = NULL;

Completed in 45 milliseconds