Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_netbsd.h913 extern unsigned struct_v4l2_modulator_sz;
H A Dsanitizer_interceptors_ioctl_netbsd.inc1320 _(VIDIOC_G_MODULATOR, READWRITE, struct_v4l2_modulator_sz);
1321 _(VIDIOC_S_MODULATOR, READ, struct_v4l2_modulator_sz);
H A Dsanitizer_platform_limits_netbsd.cpp1047 unsigned struct_v4l2_modulator_sz = sizeof(v4l2_modulator); variable