Searched refs:handle_type (Results 1 – 10 of 10) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/Windows/ |
H A D | WindowsSupport.h | 82 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 D | archive_check_magic.c | 132 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 D | sanitizer_stackdepotbase.h | 37 typedef typename Node::handle_type handle_type; typedef
|
H A D | sanitizer_chained_origin_depot.cpp | 56 typedef Handle handle_type; typedef
|
H A D | sanitizer_stackdepot.cpp | 50 typedef StackDepotHandle handle_type; typedef
|
H A D | sanitizer_platform_limits_posix.h | 440 int handle_type; member
|
H A D | sanitizer_common_interceptors.inc | 7411 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 D | gssmask.c | 41 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 D | vm_mmap.c | 1418 objtype_t handle_type, void *handle, in vm_mmap() argument 1433 switch (handle_type) { in vm_mmap()
|
/freebsd/sys/compat/linux/ |
H A D | linux_file.c | 283 error = copyout(&mount_id, &args->handle->handle_type, in linux_name_to_handle_at()
|