Home
last modified time | relevance | path

Searched refs:handle_type (Results 1 – 15 of 15) sorted by relevance

/illumos-gate/usr/src/lib/udapl/udapl_tavor/common/
H A Ddapl_get_handle_type.c63 OUT DAT_HANDLE_TYPE *handle_type) in dapl_get_handle_type() argument
85 *handle_type = header->handle_type; in dapl_get_handle_type()
H A Ddapl_sp_util.c86 sp_ptr->header.handle_type = DAT_HANDLE_TYPE_PSP; in dapls_sp_alloc()
89 sp_ptr->header.handle_type = DAT_HANDLE_TYPE_RSP; in dapls_sp_alloc()
H A Ddapl_cr_util.c82 cr_ptr->header.handle_type = DAT_HANDLE_TYPE_CR; in dapls_cr_alloc()
H A Ddapl_pz_util.c78 pz->header.handle_type = DAT_HANDLE_TYPE_PZ; in dapl_pz_alloc()
H A Ddapl_srq_util.c74 srq_ptr->header.handle_type = DAT_HANDLE_TYPE_SRQ; in dapl_srq_alloc()
H A Ddapl_cno_util.c77 cno_ptr->header.handle_type = DAT_HANDLE_TYPE_CNO; in dapl_cno_alloc()
H A Ddapl_lmr_util.c69 lmr->header.handle_type = DAT_HANDLE_TYPE_LMR; in dapl_lmr_alloc()
H A Ddapl_rmr_util.c53 rmr->header.handle_type = DAT_HANDLE_TYPE_RMR; in dapl_rmr_alloc()
H A Ddapl_cr_callback.c155 if (sp_ptr->header.handle_type == DAT_HANDLE_TYPE_RSP) { in dapls_cr_callback()
423 dapl_os_assert(sp_ptr->header.handle_type == in dapli_connection_request()
H A Ddapl_ia_util.c86 ia_ptr->header.handle_type = DAT_HANDLE_TYPE_IA; in dapl_ia_alloc()
907 if (sp_ptr->header.handle_type == DAT_HANDLE_TYPE_PSP) { in dapls_ia_unlink_sp()
910 dapl_os_assert(sp_ptr->header.handle_type == in dapls_ia_unlink_sp()
H A Ddapl_ep_util.c106 ep_ptr->header.handle_type = DAT_HANDLE_TYPE_EP; in dapl_ep_alloc()
H A Ddapl_evd_util.c226 evd_ptr->header.handle_type = DAT_HANDLE_TYPE_EVD; in dapls_evd_alloc()
/illumos-gate/usr/src/lib/udapl/libdat/include/dat/
H A Ddat_redirection.h93 #define DAT_GET_HANDLE_TYPE(handle, handle_type) \ argument
96 (handle_type))
/illumos-gate/usr/src/lib/udapl/udapl_tavor/include/
H A Ddapl.h368 DAT_HANDLE_TYPE handle_type; /* struct type */ member
/illumos-gate/usr/src/tools/smatch/src/smatch_data/
H A Dkernel.implicit_dependencies.no_structs472 …_to_handle_at write_list: [(struct file_handle)->handle_bytes, (struct file_handle)->handle_type, ]