Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_interceptors_ioctl_netbsd.inc47 _(AFM_ADDFMAP, READWRITE, struct_atm_flowmap_sz);
48 _(AFM_DELFMAP, READWRITE, struct_atm_flowmap_sz);
49 _(AFM_CLEANFMAP, READWRITE, struct_atm_flowmap_sz);
50 _(AFM_GETFMAP, READWRITE, struct_atm_flowmap_sz);
H A Dsanitizer_platform_limits_netbsd.h551 extern unsigned struct_atm_flowmap_sz;
H A Dsanitizer_platform_limits_netbsd.cc386 unsigned struct_atm_flowmap_sz = sizeof(atm_flowmap); variable