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

  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_platform_limits_solaris.h 418 extern unsigned struct_sioc_sg_req_sz;
sanitizer_platform_limits_freebsd.h 455 extern unsigned struct_sioc_sg_req_sz;
sanitizer_platform_limits_solaris.cc 134 unsigned struct_sioc_sg_req_sz = sizeof(struct sioc_sg_req); variable in namespace:__sanitizer
sanitizer_platform_limits_freebsd.cc 189 unsigned struct_sioc_sg_req_sz = sizeof(struct sioc_sg_req); variable in namespace:__sanitizer
sanitizer_common_interceptors_ioctl.inc 103 _(SIOCGETSGCNT, WRITE, struct_sioc_sg_req_sz);
sanitizer_platform_limits_posix.h 1012 extern unsigned struct_sioc_sg_req_sz;
sanitizer_platform_limits_posix.cc 472 unsigned struct_sioc_sg_req_sz = sizeof(struct sioc_sg_req); variable in namespace:__sanitizer
sanitizer_platform_limits_netbsd.h 797 extern unsigned struct_sioc_sg_req_sz;
sanitizer_platform_limits_netbsd.cc 796 unsigned struct_sioc_sg_req_sz = sizeof(sioc_sg_req); variable in namespace:__sanitizer
sanitizer_interceptors_ioctl_netbsd.inc 1183 _(SIOCGETSGCNT, READWRITE, struct_sioc_sg_req_sz);

Completed in 27 milliseconds