Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/Windows/
H A DWindowsSupport.h82 typedef typename HandleTraits::handle_type handle_type; typedef
83 handle_type Handle;
91 explicit ScopedHandle(handle_type h) in ScopedHandle()
99 handle_type take() { in take()
100 handle_type t = Handle; in take()
105 ScopedHandle &operator=(handle_type h) {
117 operator handle_type() const { in handle_type() function
123 typedef HANDLE handle_type; typedef
125 static handle_type GetInvalid() { in GetInvalid()
129 static void Close(handle_type h) { in Close()
[all …]
/freebsd/contrib/libarchive/libarchive/
H A Darchive_check_magic.c132 const char *handle_type; in __archive_check_magic()
139 handle_type = archive_handle_type_name(a->magic); in __archive_check_magic()
141 if (!handle_type) { in __archive_check_magic()
153 handle_type); in __archive_check_magic()
135 const char *handle_type; __archive_check_magic() local
/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.h440 int handle_type; member
H A Dsanitizer_common_interceptors.inc7411 ctx, &sanitizer_handle->handle_type,
7412 sizeof(sanitizer_handle->handle_type));
7437 ctx, &sanitizer_handle->handle_type,
7438 sizeof(sanitizer_handle->handle_type));
/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.c1418 objtype_t handle_type, void *handle, in vm_mmap() argument
1433 switch (handle_type) { in vm_mmap()
/freebsd/sys/compat/linux/
H A Dlinux_file.c283 error = copyout(&mount_id, &args->handle->handle_type, in linux_name_to_handle_at()