Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors_ioctl.inc174 _(FDDEFPRM, READ, struct_floppy_struct_sz);
184 _(FDGETPRM, WRITE, struct_floppy_struct_sz);
193 _(FDSETPRM, READ, struct_floppy_struct_sz);
H A Dsanitizer_platform_limits_posix.h1009 extern unsigned struct_floppy_struct_sz;
H A Dsanitizer_platform_limits_posix.cpp473 unsigned struct_floppy_struct_sz = sizeof(struct floppy_struct); variable