Home
last modified time | relevance | path

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

/freebsd/sys/dev/vmware/vmci/
H A Dvmci_defs.h150 #define VMCI_HANDLE_TO_CONTEXT_ID(_handle) \ argument
151 ((_handle).context)
152 #define VMCI_HANDLE_TO_RESOURCE_ID(_handle) \ argument
153 ((_handle).resource)
161 #define VMCI_HANDLE_INVALID(_handle) \ argument
162 VMCI_HANDLE_EQUAL((_handle), VMCI_INVALID_HANDLE)
/freebsd/sys/dev/ofw/
H A Dofw_if.m83 * @param _handle Selected instance
87 ihandle_t _handle;
177 * @param _handle Instance handle
183 ihandle_t _handle;
/freebsd/contrib/sendmail/include/sm/
H A Dexc.h127 SM_EXC_DEFAULT_HANDLER_T _handle));