Searched refs:struct_twe_paramcommand_sz (Results 1 – 9 of 9) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/ |
H A D | sanitizer_platform_limits_netbsd.h | 853 extern unsigned struct_twe_paramcommand_sz;
|
H A D | sanitizer_interceptors_ioctl_netbsd.inc | 344 _(TWEIO_SET_PARAM, READ, struct_twe_paramcommand_sz); 345 _(TWEIO_GET_PARAM, READ, struct_twe_paramcommand_sz);
|
H A D | sanitizer_platform_limits_netbsd.cc | 986 unsigned struct_twe_paramcommand_sz = sizeof(twe_paramcommand); variable
|
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/ |
H A D | sanitizer_platform_limits_netbsd.h | 854 extern unsigned struct_twe_paramcommand_sz;
|
H A D | sanitizer_interceptors_ioctl_netbsd.inc | 344 _(TWEIO_SET_PARAM, READ, struct_twe_paramcommand_sz); 345 _(TWEIO_GET_PARAM, READ, struct_twe_paramcommand_sz);
|
H A D | sanitizer_platform_limits_netbsd.cpp | 987 unsigned struct_twe_paramcommand_sz = sizeof(twe_paramcommand); variable
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
H A D | sanitizer_platform_limits_netbsd.h | 826 extern unsigned struct_twe_paramcommand_sz;
|
H A D | sanitizer_interceptors_ioctl_netbsd.inc | 345 _(TWEIO_SET_PARAM, READ, struct_twe_paramcommand_sz); 346 _(TWEIO_GET_PARAM, READ, struct_twe_paramcommand_sz);
|
H A D | sanitizer_platform_limits_netbsd.cc | 825 unsigned struct_twe_paramcommand_sz = sizeof(twe_paramcommand); variable
|