Home
last modified time | relevance | path

Searched refs:oss_count_info (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/sys/compat/ossaudio/
Dossaudiovar.h79 #define OSS_SNDCTL_DSP_GETIPTR _OSS_IOR ('P', 17, struct oss_count_info)
80 #define OSS_SNDCTL_DSP_GETOPTR _OSS_IOR ('P', 18, struct oss_count_info)
174 struct oss_count_info { struct
Dossaudio.c182 struct oss_count_info cntinfo; in oss_ioctl_audio()