Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_netbsd.h653 extern unsigned struct_fdformat_parms_sz;
H A Dsanitizer_interceptors_ioctl_netbsd.inc1013 _(FDIOCSETFORMAT, READ, struct_fdformat_parms_sz);
1014 _(FDIOCGETFORMAT, WRITE, struct_fdformat_parms_sz);
H A Dsanitizer_platform_limits_netbsd.cc490 unsigned struct_fdformat_parms_sz = sizeof(fdformat_parms); variable