Searched refs:_handle (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/lld/include/lld/Core/
H A DInstrumentation.h48 __itt_string_handle *_handle; member in class:lld::StringHandle
51 StringHandle(const char *name) : _handle(__itt_string_handle_createA(name)) {}
53 operator __itt_string_handle *() const { return _handle; }
/freebsd-12-stable/sys/dev/vmware/vmci/
H A Dvmci_defs.h152 #define VMCI_HANDLE_TO_CONTEXT_ID(_handle) \
153 ((_handle).context)
154 #define VMCI_HANDLE_TO_RESOURCE_ID(_handle) \
155 ((_handle).resource)
163 #define VMCI_HANDLE_INVALID(_handle) \
164 VMCI_HANDLE_EQUAL((_handle), VMCI_INVALID_HANDLE)
/freebsd-12-stable/contrib/sendmail/include/sm/
H A Dexc.h127 SM_EXC_DEFAULT_HANDLER_T _handle));

Completed in 66 milliseconds