Home
last modified time | relevance | path

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

/src/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_interceptors_ioctl_netbsd.inc373 _(RAIDFRAME_GET_COMPONENT_LABEL, READWRITE, struct_RF_ComponentLabel_sz);
374 _(RAIDFRAME_SET_COMPONENT_LABEL, READ, struct_RF_ComponentLabel_sz);
375 _(RAIDFRAME_INIT_LABELS, READ, struct_RF_ComponentLabel_sz);
H A Dsanitizer_platform_limits_netbsd.h1022 extern unsigned struct_RF_ComponentLabel_sz;
H A Dsanitizer_platform_limits_netbsd.cpp1163 unsigned struct_RF_ComponentLabel_sz = sizeof(RF_ComponentLabel_t); variable