Home
last modified time | relevance | path

Searched refs:f_handle (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/net/altq/
H A Daltq_var.h44 u_long f_handle; /* filter id */ member
H A Daltq_subr.c1401 afp->f_handle = get_filt_handle(classifier, i);
1425 *phandle = afp->f_handle;
1725 if ((afp->f_handle & 0x000fffff) == handle)
1747 if (afp->f_handle == handle)
/freebsd/sys/compat/linux/
H A Dlinux_file.c288 error = copyout(&fh, &args->handle->f_handle, in linux_name_to_handle_at()
309 return (kern_fhopen(td, (void *)&args->handle->f_handle, bsd_flags)); in linux_open_by_handle_at()
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_posix.h441 unsigned char f_handle[1]; // variable sized member
H A Dsanitizer_common_interceptors.inc7414 ctx, &sanitizer_handle->f_handle, sanitizer_handle->handle_bytes);
7440 ctx, &sanitizer_handle->f_handle, sanitizer_handle->handle_bytes);