Searched refs:handle_type (Results 1 - 11 of 11) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Support/Windows/
H A DWindowsSupport.h79 typedef typename HandleTraits::handle_type handle_type; typedef in class:llvm::ScopedHandle
80 handle_type Handle;
88 explicit ScopedHandle(handle_type h)
96 handle_type take() {
97 handle_type t = Handle;
102 ScopedHandle &operator=(handle_type h) {
114 operator handle_type() const {
120 typedef HANDLE handle_type; typedef in struct:llvm::CommonHandleTraits
122 static handle_type GetInvali
142 typedef HCRYPTPROV handle_type; typedef in struct:llvm::CryptContextTraits
158 typedef HKEY handle_type; typedef in struct:llvm::RegTraits
[all...]
/freebsd-13-stable/contrib/libarchive/libarchive/
H A Darchive_check_magic.c135 const char *handle_type; local
142 handle_type = archive_handle_type_name(a->magic);
144 if (!handle_type) {
156 handle_type);
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stackdepotbase.h27 typedef typename Node::handle_type handle_type; typedef in class:__sanitizer::StackDepotBase
29 handle_type Put(args_type args, bool *inserted = nullptr);
96 typename StackDepotBase<Node, kReservedBits, kTabSizeLog>::handle_type
100 if (!Node::is_valid(args)) return handle_type();
H A Dsanitizer_stackdepot.cpp71 typedef StackDepotHandle handle_type; typedef in struct:__sanitizer::StackDepotNode
H A Dsanitizer_platform_limits_posix.h425 int handle_type; member in struct:__sanitizer::__sanitizer_file_handle
H A Dsanitizer_common_interceptors.inc7101 ctx, &sanitizer_handle->handle_type,
7102 sizeof(sanitizer_handle->handle_type));
7127 ctx, &sanitizer_handle->handle_type,
7128 sizeof(sanitizer_handle->handle_type));
/freebsd-13-stable/sys/compat/linux/
H A Dlinux_file.h180 l_int handle_type; member in struct:l_file_handle
H A Dlinux_file.c329 * We don't use handle_type for anything yet, but initialize a known
332 error = copyout(&mount_id, &args->handle->handle_type,
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_chained_origin_depot.cpp99 typedef Handle handle_type; typedef in struct:__msan::ChainedOriginDepotNode
/freebsd-13-stable/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)
150 find_handle(struct handle *h, int32_t idx, enum handle_type type)
/freebsd-13-stable/sys/vm/
H A Dvm_mmap.c1456 objtype_t handle_type, void *handle,
1474 switch (handle_type) {
1454 vm_mmap(vm_map_t map, vm_offset_t *addr, vm_size_t size, vm_prot_t prot, vm_prot_t maxprot, int flags, objtype_t handle_type, void *handle, vm_ooffset_t foff) argument

Completed in 300 milliseconds