Searched refs:fh_size (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/sys/arm/include/
H A Dfiq.h60 size_t fh_size; /* size of FIQ handler */ member in struct:fiqhandler
/freebsd-13-stable/sys/arm/arm/
H A Dfiq.c94 if (fh->fh_size > 0x100)
117 fiq_installhandler(fh->fh_func, fh->fh_size);
152 fiq_installhandler(ofh->fh_func, ofh->fh_size);
/freebsd-13-stable/contrib/netbsd-tests/fs/tmpfs/
H A Dh_tools.c72 size_t fh_size; local
78 fh_size = sizeof(fhandle_t);
80 fh_size = 0;
85 if (fh_size) {
86 fh = malloc(fh_size);
93 * The kernel provides the necessary size in fh_size -
100 error = getfh(argv[1], fh, &fh_size);
114 error = write(STDOUT_FILENO, fh, fh_size);
/freebsd-13-stable/contrib/llvm-project/compiler-rt/include/sanitizer/
H A Dnetbsd_syscall_hooks.h2135 #define __sanitizer_syscall_pre___getfh30(fname, fhp, fh_size) \
2137 (long long)(fh_size))
2138 #define __sanitizer_syscall_post___getfh30(res, fname, fhp, fh_size) \
2140 res, (long long)(fname), (long long)(fhp), (long long)(fh_size))
2141 #define __sanitizer_syscall_pre___fhopen40(fhp, fh_size, flags) \
2143 (long long)(fhp), (long long)(fh_size), (long long)(flags))
2144 #define __sanitizer_syscall_post___fhopen40(res, fhp, fh_size, flags) \
2146 res, (long long)(fhp), (long long)(fh_size), (long long)(flags))
2147 #define __sanitizer_syscall_pre_compat_90_fhstatvfs1(fhp, fh_size, buf, flags) \
2149 (long long)(fhp), (long long)(fh_size), (lon
[all...]
/freebsd-13-stable/sys/compat/linux/
H A Dlinux_file.c271 static const l_uint fh_size = sizeof(fhandle_t); local
318 if (fh_bytes < fh_size) {
319 error = copyout(&fh_size, &args->handle->handle_bytes,
320 sizeof(fh_size));

Completed in 157 milliseconds