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

  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_platform_limits_freebsd.cc 175 unsigned struct_copr_msg_sz = 0; variable in namespace:__sanitizer
179 unsigned struct_copr_msg_sz = sizeof(struct copr_msg); variable in namespace:__sanitizer
sanitizer_common_interceptors_ioctl.inc 243 _(SNDCTL_COPR_RCVMSG, WRITE, struct_copr_msg_sz);
247 _(SNDCTL_COPR_SENDMSG, READ, struct_copr_msg_sz);
sanitizer_platform_limits_freebsd.h 442 extern unsigned struct_copr_msg_sz;
sanitizer_platform_limits_posix.cc 426 unsigned struct_copr_msg_sz = 0; variable in namespace:__sanitizer
430 unsigned struct_copr_msg_sz = sizeof(struct copr_msg); variable in namespace:__sanitizer
sanitizer_platform_limits_posix.h 973 extern unsigned struct_copr_msg_sz;

Completed in 16 milliseconds