Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_interceptors_ioctl_netbsd.inc377 _(RAIDFRAME_GET_COMPONENT_LABEL, READWRITE, struct_RF_ComponentLabel_sz);
378 _(RAIDFRAME_SET_COMPONENT_LABEL, READ, struct_RF_ComponentLabel_sz);
379 _(RAIDFRAME_INIT_LABELS, READ, struct_RF_ComponentLabel_sz);
H A Dsanitizer_platform_limits_netbsd.h987 extern unsigned struct_RF_ComponentLabel_sz;
H A Dsanitizer_platform_limits_netbsd.cc831 unsigned struct_RF_ComponentLabel_sz = sizeof(RF_ComponentLabel_t); variable