Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors_ioctl.inc172 _(FDGETDRVSTAT, WRITE, struct_floppy_drive_struct_sz);
179 _(FDPOLLDRVSTAT, WRITE, struct_floppy_drive_struct_sz);
H A Dsanitizer_platform_limits_posix.h952 extern unsigned struct_floppy_drive_struct_sz;
H A Dsanitizer_platform_limits_posix.cpp420 unsigned struct_floppy_drive_struct_sz = sizeof(struct floppy_drive_struct); variable