/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);
|