Home
last modified time | relevance | path

Searched refs:handle_type (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/Windows/
H A DWindowsSupport.h80 typedef typename HandleTraits::handle_type handle_type; typedef
81 handle_type Handle;
89 explicit ScopedHandle(handle_type h) in ScopedHandle()
97 handle_type take() { in take()
98 handle_type t = Handle; in take()
103 ScopedHandle &operator=(handle_type h) {
115 operator handle_type() const { in handle_type() function
121 typedef HANDLE handle_type; typedef
123 static handle_type GetInvalid() { in GetInvalid()
127 static void Close(handle_type h) { in Close()
[all …]
/freebsd/contrib/libarchive/libarchive/
H A Darchive_check_magic.c139 const char *handle_type; in __archive_check_magic() local
146 handle_type = archive_handle_type_name(a->magic); in __archive_check_magic()
148 if (!handle_type) { in __archive_check_magic()
160 handle_type); in __archive_check_magic()
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stackdepotbase.h37 typedef typename Node::handle_type handle_type; typedef
H A Dsanitizer_chained_origin_depot.cpp56 typedef Handle handle_type; typedef
H A Dsanitizer_stackdepot.cpp50 typedef StackDepotHandle handle_type; typedef
H A Dsanitizer_platform_limits_posix.h462 int handle_type; member
H A Dsanitizer_common_interceptors.inc7572 ctx, &sanitizer_handle->handle_type,
7573 sizeof(sanitizer_handle->handle_type));
7598 ctx, &sanitizer_handle->handle_type,
7599 sizeof(sanitizer_handle->handle_type));
/freebsd/sys/compat/linux/
H A Dlinux_file.h228 l_int handle_type; member
H A Dlinux_file.c285 error = copyout(&mount_id, &args->handle->handle_type, in linux_name_to_handle_at()
/freebsd/crypto/heimdal/appl/gssmask/
H A Dgssmask.c41 enum handle_type { handle_context, handle_cred }; enum
45 enum handle_type type;
104 add_handle(struct client *c, enum handle_type type, void *data) in add_handle()
150 find_handle(struct handle *h, int32_t idx, enum handle_type type) in find_handle()
/freebsd/sys/vm/
H A Dvm_mmap.c1474 objtype_t handle_type, void *handle, in vm_mmap() argument
1490 switch (handle_type) { in vm_mmap()
1511 handle_type); in vm_mmap()
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DSTLExtras.h1039 using handle_type =
1085 template <size_t Index> handle_type getHelper() const {
1103 handle_type (concat_iterator::*GetHelperFns[])()