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

/freebsd-10.0-release/contrib/llvm/lib/Support/Windows/
H A DWindows.h47 typedef typename HandleTraits::handle_type handle_type; typedef in class:ScopedHandle
48 handle_type Handle;
56 explicit ScopedHandle(handle_type h)
64 handle_type take() {
65 handle_type t = Handle;
70 ScopedHandle &operator=(handle_type h) {
82 operator handle_type() const {
88 typedef HANDLE handle_type; typedef in struct:CommonHandleTraits
90 static handle_type GetInvali
110 typedef HCRYPTPROV handle_type; typedef in struct:CryptContextTraits
[all...]
/freebsd-10.0-release/contrib/atf/atf-run/
H A Dio.hpp72 //! The \a handle_type type is used to transparently refer to file
79 typedef int handle_type; typedef in class:atf::atf_run::file_handle
105 file_handle(handle_type h);
180 handle_type disown(void);
192 handle_type get(void) const;
216 void posix_remap(handle_type h);
227 mutable handle_type m_handle;
237 static handle_type invalid_value(void);
260 typedef int handle_type; typedef in class:atf::atf_run::systembuf
276 explicit systembuf(handle_type
[all...]
H A Dio.cpp62 impl::file_handle::file_handle(handle_type h) :
106 impl::file_handle::handle_type
111 handle_type h = m_handle;
116 impl::file_handle::handle_type
126 impl::file_handle::posix_remap(handle_type h)
146 impl::file_handle::handle_type
156 impl::systembuf::systembuf(handle_type h, std::size_t bufsize) :
/freebsd-10.0-release/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-10.0-release/sys/vm/
H A Dvm_mmap.c209 objtype_t handle_type; local
322 handle_type = OBJT_DEFAULT;
346 handle_type = OBJT_SWAP;
412 handle_type = OBJT_VNODE;
418 flags, handle_type, handle, pos);
422 if (error == 0 && handle_type == OBJT_VNODE &&
1507 objtype_t handle_type, void *handle,
1575 switch (handle_type) {
1505 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
/freebsd-10.0-release/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)

Completed in 116 milliseconds