Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dsoundcard.h921 typedef struct count_info { struct
925 } count_info; argument
930 #define SNDCTL_DSP_GETIPTR _IOR ('P',17, count_info)
931 #define SNDCTL_DSP_GETOPTR _IOR ('P',18, count_info)
/freebsd/sys/dev/sound/pcm/
H A Ddsp.c1295 count_info *a = (count_info *)arg; in dsp_ioctl()
1312 count_info *a = (count_info *)arg; in dsp_ioctl()
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_netbsd.cpp759 unsigned struct_count_info_sz = sizeof(count_info);