Searched refs:f_handle (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/sys/compat/linux/
H A Dlinux_file.h181 unsigned char f_handle[0]; member in struct:l_file_handle
H A Dlinux_file.c337 error = copyout(&fh, &args->handle->f_handle,
358 return (kern_fhopen(td, (void *)&args->handle->f_handle, bsd_flags));
/freebsd-13-stable/sys/net/altq/
H A Daltq_var.h45 u_long f_handle; /* filter id */ member in struct:acc_filter
H A Daltq_subr.c1408 afp->f_handle = get_filt_handle(classifier, i);
1432 *phandle = afp->f_handle;
1732 if ((afp->f_handle & 0x000fffff) == handle)
1754 if (afp->f_handle == handle)
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_posix.h426 unsigned char f_handle[1]; // variable sized member in struct:__sanitizer::__sanitizer_file_handle
H A Dsanitizer_common_interceptors.inc7104 ctx, &sanitizer_handle->f_handle, sanitizer_handle->handle_bytes);
7130 ctx, &sanitizer_handle->f_handle, sanitizer_handle->handle_bytes);

Completed in 181 milliseconds