Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_netbsd.h857 extern unsigned struct_urio_command_sz;
H A Dsanitizer_interceptors_ioctl_netbsd.inc1406 _(URIO_SEND_COMMAND, READWRITE, struct_urio_command_sz);
1407 _(URIO_RECV_COMMAND, READWRITE, struct_urio_command_sz);
H A Dsanitizer_platform_limits_netbsd.cpp990 unsigned struct_urio_command_sz = sizeof(urio_command); variable