Home
last modified time | relevance | path

Searched refs:sysbeep (Results 1 – 25 of 25) sorted by relevance

/netbsd/sys/arch/sandpoint/isa/
H A Disaclock.c144 void sysbeep(int, int);
161 sysbeep(int pitch, int period) in sysbeep() function
/netbsd/sys/arch/x86/isa/
H A Dclock.c172 CFATTACH_DECL3_NEW(sysbeep, 0,
189 void sysbeep(int, int);
542 sysbeep(int pitch, int period) in sysbeep() function
/netbsd/sys/arch/netwinder/conf/
H A Dfiles.netwinder62 device sysbeep
63 attach sysbeep at pcppi with sysbeep_isa
/netbsd/sys/arch/cats/conf/
H A Dfiles.cats68 device sysbeep
69 attach sysbeep at pcppi with sysbeep_isa
/netbsd/sys/arch/shark/isa/
H A Dclock.c181 void sysbeep(int, int);
471 sysbeep(int pitch, int period) in sysbeep() function
/netbsd/sys/arch/arm/footbridge/isa/
H A Dsysbeep_isa.c70 sysbeep(int pitch, int period) in sysbeep() function
/netbsd/sys/arch/bebox/include/
H A Disa_machdep.h67 void sysbeep(int, int); /* beep with the system speaker */
/netbsd/sys/arch/amd64/conf/
H A Dfiles.amd64127 device sysbeep
128 attach sysbeep at pcppi
H A DALL44 # Beep when it is safe to power down the system (requires sysbeep)
/netbsd/sys/arch/x86/include/
H A Disa_machdep.h229 void sysbeep(int, int); /* beep with the system speaker */
/netbsd/sys/arch/arm/include/
H A Disa_machdep.h145 void sysbeep(int, int); /* beep with the system speaker */
/netbsd/sys/arch/arc/include/
H A Disa_machdep.h132 void sysbeep(int, int);
/netbsd/sys/arch/arc/dev/
H A Dpccons.c748 sysbeep(((int*)data)[0], in pcioctl()
751 sysbeep(BEEP_FREQ, BEEP_TIME); in pcioctl()
1076 sysbeep(BEEP_FREQ, BEEP_TIME); in sput()
/netbsd/sys/arch/arc/isa/
H A Disabus.c538 sysbeep(int pitch, int period) in sysbeep() function
/netbsd/sys/arch/i386/conf/
H A Dfiles.i386252 device sysbeep
253 attach sysbeep at pcppi
H A DGENERIC108 # Beep when it is safe to power down the system (requires sysbeep)
H A DALL99 # Beep when it is safe to power down the system (requires sysbeep)
/netbsd/sys/arch/i386/i386/
H A Dmachdep.c820 sysbeep(BEEP_ONHALT_PITCH, in cpu_reboot()
823 sysbeep(0, BEEP_ONHALT_PERIOD * hz / 1000); in cpu_reboot()
/netbsd/share/man/man4/
H A DMakefile232 MLINKS+=pcppi.4 sysbeep.4
/netbsd/sys/dev/
H A DDEVNAMES1295 sysbeep cats
1296 sysbeep i386
/netbsd/sys/arch/evbarm/conf/
H A DMMNET_GENERIC63 # Beep when it is safe to power down the system (requires sysbeep)
H A DMPCSA_GENERIC63 # Beep when it is safe to power down the system (requires sysbeep)
/netbsd/usr.sbin/makemandb/
H A Dnostem.txt4008 sysbeep
/netbsd/distrib/sets/lists/man/
H A Dmi1876 ./usr/share/man/cat4/sysbeep.0 man-sys-catman .cat
5195 ./usr/share/man/html4/sysbeep.html man-sys-htmlman html
8430 ./usr/share/man/man4/sysbeep.4 man-sys-man .man
/netbsd/doc/
H A DCHANGES.prev527 multiple beeps now generate a continuous tone. also, sysbeep() now
7622 acorn32: sysbeep(4) removed. [bjh21 20040117]