Home
last modified time | relevance | path

Searched defs:fh_size (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/netbsd-tests/fs/tmpfs/
H A Dh_tools.c72 size_t fh_size; in getfh_main() local
/freebsd/contrib/llvm-project/compiler-rt/include/sanitizer/
H A Dnetbsd_syscall_hooks.h2162 #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 Dlinux_file.c232 static const l_uint fh_size = sizeof(fhandle_t); in linux_name_to_handle_at() local