Home
last modified time | relevance | path

Searched refs:count_info (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/sys/
H A Dsoundcard.h929 typedef struct count_info { struct
933 } count_info; argument
938 #define SNDCTL_DSP_GETIPTR _IOR ('P',17, count_info)
939 #define SNDCTL_DSP_GETOPTR _IOR ('P',18, count_info)
/freebsd/sys/dev/sound/pcm/
H A Ddsp.c1332 count_info *a = (count_info *)arg; in dsp_ioctl()
1349 count_info *a = (count_info *)arg; in dsp_ioctl()
/freebsd/usr.sbin/virtual_oss/virtual_oss/
H A Dmain.c1135 count_info oss_count_info; in vclient_ioctl_oss()
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_netbsd.cpp759 unsigned struct_count_info_sz = sizeof(count_info);