Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/sys/
Dsoundcard.h924 typedef struct count_info { struct
928 } count_info; argument
933 #define SNDCTL_DSP_GETIPTR _IOR ('P',17, count_info)
934 #define SNDCTL_DSP_GETOPTR _IOR ('P',18, count_info)
/freebsd-12-stable/sys/dev/sound/pcm/
Ddsp.c1669 count_info *a = (count_info *)arg; in dsp_ioctl()
1687 count_info *a = (count_info *)arg; in dsp_ioctl()
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_platform_limits_netbsd.cpp758 unsigned struct_count_info_sz = sizeof(count_info);