Home
last modified time | relevance | path

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

/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_common_interceptors_ioctl.inc160 _(FDDEFPRM, READ, struct_floppy_struct_sz);
170 _(FDGETPRM, WRITE, struct_floppy_struct_sz);
179 _(FDSETPRM, READ, struct_floppy_struct_sz);
Dsanitizer_platform_limits_posix.h802 extern unsigned struct_floppy_struct_sz;
Dsanitizer_platform_limits_posix.cc334 unsigned struct_floppy_struct_sz = sizeof(struct floppy_struct); variable