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

/netbsd-current/external/bsd/atf/dist/tools/
H A Dio.hpp71 //! The \a handle_type type is used to transparently refer to file
78 typedef int handle_type; typedef in class:tools::io::file_handle
104 file_handle(handle_type h);
179 handle_type disown(void);
191 handle_type get(void) const;
215 void posix_remap(handle_type h);
226 mutable handle_type m_handle;
236 static handle_type invalid_value(void);
262 typedef int handle_type; typedef in class:tools::io::systembuf
278 explicit systembuf(handle_type
[all...]
H A Dio.cpp57 impl::file_handle::file_handle(handle_type h) :
101 impl::file_handle::handle_type
106 handle_type h = m_handle;
111 impl::file_handle::handle_type
121 impl::file_handle::posix_remap(handle_type h)
141 impl::file_handle::handle_type
151 impl::systembuf::systembuf(handle_type h, std::size_t bufsize) :
/netbsd-current/external/apache2/llvm/dist/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...]
/netbsd-current/external/bsd/libarchive/dist/libarchive/
H A Darchive_check_magic.c132 const char *handle_type; local
139 handle_type = archive_handle_type_name(a->magic);
141 if (!handle_type) {
153 handle_type);
/netbsd-current/external/apache2/llvm/dist/llvm/utils/KillTheDoctor/
H A DKillTheDoctor.cpp79 typedef typename HandleType::handle_type handle_type; typedef in class:__anon3013::ScopedHandle
81 handle_type Handle;
87 explicit ScopedHandle(handle_type handle)
94 ScopedHandle& operator=(handle_type handle) {
106 operator handle_type() {
113 typedef HANDLE handle_type; typedef in struct:__anon3013::CommonHandle
115 static handle_type GetInvalidHandle() {
119 static void Destruct(handle_type Handle) {
123 static bool isValid(handle_type Handl
129 typedef HANDLE handle_type; typedef in struct:__anon3013::FileMappingHandle
145 typedef LPVOID handle_type; typedef in struct:__anon3013::MappedViewOfFileHandle
[all...]
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_stackdepotbase.h28 typedef typename Node::handle_type handle_type; typedef in class:__sanitizer::StackDepotBase
30 handle_type Put(args_type args, bool *inserted = nullptr);
97 typename StackDepotBase<Node, kReservedBits, kTabSizeLog>::handle_type
101 if (!Node::is_valid(args)) return handle_type();
H A Dsanitizer_stackdepot.cc85 typedef StackDepotHandle handle_type; typedef in struct:__sanitizer::StackDepotNode
H A Dsanitizer_platform_limits_posix.h433 int handle_type; member in struct:__sanitizer::__sanitizer_file_handle
H A Dsanitizer_common_interceptors.inc6930 ctx, &sanitizer_handle->handle_type,
6931 sizeof(sanitizer_handle->handle_type));
6956 ctx, &sanitizer_handle->handle_type,
6957 sizeof(sanitizer_handle->handle_type));
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_stackdepotbase.h26 typedef typename Node::handle_type handle_type; typedef in class:__sanitizer::StackDepotBase
28 handle_type Put(args_type args, bool *inserted = nullptr);
95 typename StackDepotBase<Node, kReservedBits, kTabSizeLog>::handle_type
99 if (!Node::is_valid(args)) return handle_type();
H A Dsanitizer_stackdepot.cc83 typedef StackDepotHandle handle_type; typedef in struct:__sanitizer::StackDepotNode
H A Dsanitizer_platform_limits_posix.h489 int handle_type; member in struct:__sanitizer::__sanitizer_file_handle
H A Dsanitizer_common_interceptors.inc7201 ctx, &sanitizer_handle->handle_type,
7202 sizeof(sanitizer_handle->handle_type));
7227 ctx, &sanitizer_handle->handle_type,
7228 sizeof(sanitizer_handle->handle_type));
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/msan/
H A Dmsan_chained_origin_depot.cc100 typedef Handle handle_type; typedef in struct:__msan::ChainedOriginDepotNode
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_stackdepotbase.h37 typedef typename Node::handle_type handle_type; typedef in class:__sanitizer::StackDepotBase
H A Dsanitizer_chained_origin_depot.cpp57 typedef Handle handle_type; typedef in struct:__sanitizer::__anon1714::ChainedOriginDepotNode
H A Dsanitizer_stackdepot.cpp50 typedef StackDepotHandle handle_type; typedef in struct:__sanitizer::StackDepotNode
H A Dsanitizer_platform_limits_posix.h428 int handle_type; member in struct:__sanitizer::__sanitizer_file_handle
H A Dsanitizer_common_interceptors.inc7404 ctx, &sanitizer_handle->handle_type,
7405 sizeof(sanitizer_handle->handle_type));
7430 ctx, &sanitizer_handle->handle_type,
7431 sizeof(sanitizer_handle->handle_type));
/netbsd-current/external/gpl3/gcc/dist/gcc/cp/
H A Dcoroutines.cc88 tree handle_type; /* The cached coroutine handle for this function. */ variable
399 tree handle_type local
405 if (handle_type == error_mark_node)
412 return handle_type;
529 tree handle_type = local
531 if (handle_type == NULL_TREE)
535 coro_info->handle_type = complete_type_or_else (handle_type, fndecl);
538 if (!coro_info->handle_type)
545 coro_info->handle_type);
2144 tree handle_type = get_coroutine_handle_type (orig); local
2582 tree handle_type; /* The self-handle type for this coroutine. */ member in struct:susp_frame_data
4455 tree handle_type = get_coroutine_handle_type (orig); local
[all...]
/netbsd-current/sys/external/bsd/drm2/dist/include/uapi/drm/
H A Dvmwgfx_drm.h206 * @handle_type: Handle type for DRM_VMW_REF_SURFACE Ioctl.
215 enum drm_vmw_handle_type handle_type; member in struct:drm_vmw_surface_arg
/netbsd-current/external/gpl3/gcc.old/dist/gcc/cp/
H A Dcoroutines.cc88 tree handle_type; /* The cached coroutine handle for this function. */ variable
376 tree handle_type local
382 if (handle_type == error_mark_node)
389 return handle_type;
500 tree handle_type = local
502 if (handle_type == NULL_TREE)
506 coro_info->handle_type = complete_type_or_else (handle_type, fndecl);
509 if (!coro_info->handle_type)
516 coro_info->handle_type);
2216 tree handle_type = get_coroutine_handle_type (orig); local
2724 tree handle_type; /* The self-handle type for this coroutine. */ member in struct:susp_frame_data
4413 tree handle_type = get_coroutine_handle_type (orig); local
[all...]
/netbsd-current/sys/external/bsd/drm2/dist/drm/vmwgfx/
H A Dvmwgfx_surface.c934 enum drm_vmw_handle_type handle_type,
943 if (handle_type == DRM_VMW_HANDLE_PRIME) {
963 if (handle_type != DRM_VMW_HANDLE_PRIME) {
1001 if (handle_type == DRM_VMW_HANDLE_PRIME)
1031 req->handle_type, &base);
1775 req->handle_type, &base);
931 vmw_surface_handle_reference(struct vmw_private *dev_priv, struct drm_file *file_priv, uint32_t u_handle, enum drm_vmw_handle_type handle_type, struct ttm_base_object **base_p) argument

Completed in 283 milliseconds