HomeSort by: relevance | last modified time | path
    Searched refs:count_info (Results 1 - 3 of 3) sorted by relevancy

  /src/lib/libossaudio/
soundcard.h 141 #define SNDCTL_DSP_GETIPTR _IOR ('P', 17, struct count_info)
142 #define SNDCTL_DSP_GETOPTR _IOR ('P', 18, struct count_info)
349 typedef struct count_info { struct
353 } count_info; typedef in typeref:struct:count_info
oss_dsp.c 57 struct count_info cntinfo;
347 *(struct count_info *)argp = cntinfo;
370 *(struct count_info *)argp = cntinfo;
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_platform_limits_netbsd.cc 597 unsigned struct_count_info_sz = sizeof(count_info);

Completed in 17 milliseconds