Searched refs:handle_type (Results 1 – 11 of 11) sorted by relevance
| /freebsd-14.2/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; 99 handle_type take() { in take() 100 handle_type t = Handle; in take() 117 operator handle_type() const { in handle_type() function 123 typedef HANDLE handle_type; typedef 125 static handle_type GetInvalid() { in GetInvalid() 139 static handle_type GetInvalid() { in GetInvalid() 145 typedef HCRYPTPROV handle_type; typedef 147 static handle_type GetInvalid() { in GetInvalid() [all …]
|
| /freebsd-14.2/contrib/libarchive/libarchive/ |
| H A D | archive_check_magic.c | 132 const char *handle_type; in __archive_check_magic() local 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()
|
| /freebsd-14.2/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 | 7398 ctx, &sanitizer_handle->handle_type, 7399 sizeof(sanitizer_handle->handle_type)); 7424 ctx, &sanitizer_handle->handle_type, 7425 sizeof(sanitizer_handle->handle_type));
|
| /freebsd-14.2/sys/compat/linux/ |
| H A D | linux_file.h | 195 l_int handle_type; member
|
| H A D | linux_file.c | 283 error = copyout(&mount_id, &args->handle->handle_type, in linux_name_to_handle_at()
|
| /freebsd-14.2/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-14.2/sys/vm/ |
| H A D | vm_mmap.c | 1449 objtype_t handle_type, void *handle, in vm_mmap() argument 1464 switch (handle_type) { in vm_mmap()
|