HomeSort by: relevance | last modified time | path
    Searched defs:spkrfd (Results 1 - 4 of 4) sorted by relevancy

  /src/usr.sbin/apmd/
apmd.c 228 int spkrfd; local in function:make_noise
235 spkrfd = open(_PATH_DEV_SPEAKER, O_WRONLY);
236 if (spkrfd == -1) {
255 if (spkrfd == -1) {
260 write (spkrfd, "o4cc", 2 + howmany);
261 close(spkrfd);
apmd.c 228 int spkrfd; local in function:make_noise
235 spkrfd = open(_PATH_DEV_SPEAKER, O_WRONLY);
236 if (spkrfd == -1) {
255 if (spkrfd == -1) {
260 write (spkrfd, "o4cc", 2 + howmany);
261 close(spkrfd);
apmd.c 228 int spkrfd; local in function:make_noise
235 spkrfd = open(_PATH_DEV_SPEAKER, O_WRONLY);
236 if (spkrfd == -1) {
255 if (spkrfd == -1) {
260 write (spkrfd, "o4cc", 2 + howmany);
261 close(spkrfd);
apmd.c 228 int spkrfd; local in function:make_noise
235 spkrfd = open(_PATH_DEV_SPEAKER, O_WRONLY);
236 if (spkrfd == -1) {
255 if (spkrfd == -1) {
260 write (spkrfd, "o4cc", 2 + howmany);
261 close(spkrfd);

Completed in 42 milliseconds