Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_interceptors_ioctl_netbsd.inc1288 _(VIDIOC_G_FMT, READWRITE, struct_v4l2_format_sz);
1289 _(VIDIOC_S_FMT, READWRITE, struct_v4l2_format_sz);
1330 _(VIDIOC_TRY_FMT, READWRITE, struct_v4l2_format_sz);
H A Dsanitizer_platform_limits_netbsd.h906 extern unsigned struct_v4l2_format_sz;
H A Dsanitizer_platform_limits_netbsd.cpp1040 unsigned struct_v4l2_format_sz = sizeof(v4l2_format); variable