Searched defs:fh_size (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/netbsd-tests/fs/tmpfs/ |
H A D | h_tools.c | 72 size_t fh_size; in getfh_main() local
|
/freebsd/contrib/llvm-project/compiler-rt/include/sanitizer/ |
H A D | netbsd_syscall_hooks.h | 2162 #define __sanitizer_syscall_pre___getfh30(fname, fhp, fh_size) \ argument 2165 #define __sanitizer_syscall_post___getfh30(res, fname, fhp, fh_size) \ argument 2168 #define __sanitizer_syscall_pre___fhopen40(fhp, fh_size, flags) \ argument 2171 #define __sanitizer_syscall_post___fhopen40(res, fhp, fh_size, flags) \ argument 2174 #define __sanitizer_syscall_pre_compat_90_fhstatvfs1(fhp, fh_size, buf, flags) \ argument 2178 #define __sanitizer_syscall_post_compat_90_fhstatvfs1(res, fhp, fh_size, buf, \ argument 2183 #define __sanitizer_syscall_pre_compat_50___fhstat40(fhp, fh_size, sb) \ argument 2186 #define __sanitizer_syscall_post_compat_50___fhstat40(res, fhp, fh_size, sb) \ argument 2515 #define __sanitizer_syscall_pre___fhstat50(fhp, fh_size, sb) \ argument 2518 #define __sanitizer_syscall_post___fhstat50(res, fhp, fh_size, sb) \ argument [all …]
|
/freebsd/sys/compat/linux/ |
H A D | linux_file.c | 232 static const l_uint fh_size = sizeof(fhandle_t); in linux_name_to_handle_at() local
|