Home
last modified time | relevance | path

Searched refs:SPKRTONE (Results 1 – 5 of 5) sorted by relevance

/freebsd/usr.bin/morse/
H A Dmorse.c533 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 Dspeaker.h13 #define SPKRTONE _IOW('S', 1, tone_t) /* emit tone */ macro
H A Dspkr.c465 if (cmd == SPKRTONE) { in spkrioctl()
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_netbsd.cpp1755 unsigned IOCTL_SPKRTONE = SPKRTONE;
H A Dsanitizer_interceptors_ioctl_netbsd.inc638 _(SPKRTONE, READ, struct_tone_sz);