Searched refs:DAPL_MAGIC_PZ (Results 1 - 14 of 14) sorted by relevance
/illumos-gate/usr/src/lib/udapl/udapl_tavor/common/ |
H A D | dapl_pz_free.c | 75 if (DAPL_BAD_HANDLE(pz_handle, DAPL_MAGIC_PZ)) {
|
H A D | dapl_get_consumer_context.c | 79 header->magic != DAPL_MAGIC_PZ &&
|
H A D | dapl_get_handle_type.c | 78 header->magic != DAPL_MAGIC_PZ &&
|
H A D | dapl_pz_query.c | 80 if (DAPL_BAD_HANDLE(pz_handle, DAPL_MAGIC_PZ)) {
|
H A D | dapl_rmr_create.c | 72 if (DAPL_BAD_HANDLE(pz_handle, DAPL_MAGIC_PZ)) {
|
H A D | dapl_set_consumer_context.c | 80 header->magic != DAPL_MAGIC_PZ &&
|
H A D | dapl_pz_util.c | 77 pz->header.magic = DAPL_MAGIC_PZ;
|
H A D | dapl_ep_connect.c | 140 DAPL_BAD_HANDLE(ep_ptr->param.pz_handle, DAPL_MAGIC_PZ)) { 197 DAPL_BAD_HANDLE(ep_ptr->param.pz_handle, DAPL_MAGIC_PZ) ||
|
H A D | dapl_cr_accept.c | 154 DAPL_BAD_HANDLE(ep_ptr->param.pz_handle, DAPL_MAGIC_PZ) ||
|
H A D | dapl_srq.c | 90 if ((pz_handle == NULL) || DAPL_BAD_HANDLE(pz_handle, DAPL_MAGIC_PZ)) {
|
H A D | dapl_lmr_create.c | 318 DAPL_BAD_HANDLE(pz_handle, DAPL_MAGIC_PZ)) {
|
H A D | dapl_ep_modify.c | 449 DAPL_BAD_HANDLE(ep_param->pz_handle, DAPL_MAGIC_PZ)) {
|
H A D | dapl_ep_util.c | 516 DAPL_BAD_HANDLE(pz_handle, DAPL_MAGIC_PZ)) {
|
/illumos-gate/usr/src/lib/udapl/udapl_tavor/include/ |
H A D | dapl.h | 146 DAPL_MAGIC_PZ = 0x6eafBeef, enumerator in enum:dapl_magic
|
Completed in 82 milliseconds