Searched refs:_PATH_SOUND (Results 1 - 5 of 5) sorted by relevance

/netbsd-6-1-5-RELEASE/include/
H A Dpaths.h94 #define _PATH_SOUND "/dev/sound" macro
/netbsd-6-1-5-RELEASE/usr.bin/audiocfg/
H A Daudiodev.c210 _PATH_SOUND "%u", adev->unit);
217 unlink(_PATH_SOUND);
225 if (symlink(soundpath, _PATH_SOUND) == -1) {
226 perror("symlink " _PATH_SOUND);
/netbsd-6-1-5-RELEASE/tests/include/
H A Dt_paths.c94 { _PATH_SOUND, PATH_DEV },
/netbsd-6-1-5-RELEASE/usr.bin/audio/play/
H A Dplay.c84 const char *defdevice = _PATH_SOUND;
/netbsd-6-1-5-RELEASE/usr.bin/audio/record/
H A Drecord.c95 const char *defdevice = _PATH_SOUND;

Completed in 121 milliseconds