Searched refs:SPKRTONE (Results 1 – 5 of 5) sorted by relevance
/freebsd/usr.bin/morse/ |
H A D | morse.c | 533 if (ioctl(spkr, SPKRTONE, &sound) == -1) { in play() 539 if (ioctl(spkr, SPKRTONE, &sound) == -1) { in play() 545 ioctl(spkr, SPKRTONE, &sound); in play()
|
/freebsd/sys/dev/speaker/ |
H A D | speaker.h | 13 #define SPKRTONE _IOW('S', 1, tone_t) /* emit tone */ macro
|
H A D | spkr.c | 465 if (cmd == SPKRTONE) { in spkrioctl()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_platform_limits_netbsd.cpp | 1755 unsigned IOCTL_SPKRTONE = SPKRTONE;
|
H A D | sanitizer_interceptors_ioctl_netbsd.inc | 638 _(SPKRTONE, READ, struct_tone_sz);
|