Searched refs:_PATH_MIXER (Results 1 - 4 of 4) sorted by relevance

/netbsd-6-1-5-RELEASE/include/
H A Dpaths.h83 #define _PATH_MIXER "/dev/mixer" macro
/netbsd-6-1-5-RELEASE/usr.bin/audiocfg/
H A Daudiodev.c214 _PATH_MIXER "%u", adev->unit);
219 unlink(_PATH_MIXER);
233 if (symlink(mixerpath, _PATH_MIXER) == -1) {
234 perror("symlink " _PATH_MIXER);
/netbsd-6-1-5-RELEASE/tests/include/
H A Dt_paths.c83 { _PATH_MIXER, PATH_DEV },
/netbsd-6-1-5-RELEASE/usr.bin/mixerctl/
H A Dmixerctl.c331 file = _PATH_MIXER;
367 if (fd < 0 && strcmp(file, _PATH_MIXER) == 0) {

Completed in 117 milliseconds