/titanic_44/usr/src/lib/udapl/udapl_tavor/common/ |
H A D | dapl_rsp_create.c | 131 sp_ptr = dapls_ia_sp_search(ia_ptr, conn_qual, DAT_FALSE); in dapl_rsp_create() 134 sp_found = DAT_FALSE; in dapl_rsp_create() 137 sp_ptr = dapls_sp_alloc(ia_ptr, DAT_FALSE); in dapl_rsp_create() 171 if (sp_found == DAT_FALSE) { in dapl_rsp_create() 186 sp_ptr->listening = DAT_FALSE; in dapl_rsp_create()
|
H A D | dapl_ia_query.c | 153 provider_attr->is_thread_safe = DAT_FALSE; in dapl_ia_query() 170 provider_attr->srq_ep_pz_difference_supported = DAT_FALSE; in dapl_ia_query() 189 provider_attr->dto_async_return_guaranteed = DAT_FALSE; in dapl_ia_query() 190 provider_attr->rdma_write_for_rdma_read_req = DAT_FALSE; in dapl_ia_query() 211 evd_merge->array[i][j] = DAT_FALSE; in dapl_ia_query()
|
H A D | dapl_cr_callback.c | 148 if (sp_ptr->listening == DAT_FALSE) { in dapls_cr_callback() 160 sp_ptr->listening = DAT_FALSE; in dapls_cr_callback() 224 dapls_ib_disconnect_clean(ep_ptr, DAT_FALSE, in dapls_cr_callback() 259 dapls_ib_disconnect_clean(ep_ptr, DAT_FALSE, ib_cm_event); in dapls_cr_callback() 279 dapls_ib_disconnect_clean(ep_ptr, DAT_FALSE, ib_cm_event); in dapls_cr_callback() 289 dapls_ib_disconnect_clean(ep_ptr, DAT_FALSE, ib_cm_event); in dapls_cr_callback() 405 ep_ptr = dapl_ep_alloc(ia_ptr, NULL, DAT_FALSE); in dapli_connection_request()
|
H A D | dapl_psp_create.c | 139 sp_found = DAT_FALSE; in dapl_psp_create() 177 if (sp_found == DAT_FALSE) { in dapl_psp_create() 194 sp_ptr->listening = DAT_FALSE; in dapl_psp_create()
|
H A D | dapl_hash.c | 188 DAT_BOOLEAN status = DAT_FALSE; in dapli_hash_add() 192 (*report_dup) = DAT_FALSE; in dapli_hash_add() 203 return (DAT_FALSE); in dapli_hash_add() 220 return (DAT_FALSE); in dapli_hash_add() 256 status = DAT_FALSE; in dapli_hash_add() 336 return (curelement != NULL ? DAT_TRUE : DAT_FALSE); in dapl_hash_delete_element() 454 if (!dapli_hash_add(p_table, key, data, DAT_FALSE, NULL)) { in dapls_hash_insert()
|
H A D | dapl_osd.c | 199 wait_obj->signaled = DAT_FALSE; in dapl_os_wait_object_init() 257 while (wait_obj->signaled == DAT_FALSE && pthread_status == 0) { in dapl_os_wait_object_wait() 268 wait_obj->signaled = DAT_FALSE; in dapl_os_wait_object_wait() 273 while (wait_obj->signaled == DAT_FALSE && pthread_status == 0) { in dapl_os_wait_object_wait() 279 wait_obj->signaled = DAT_FALSE; in dapl_os_wait_object_wait()
|
H A D | dapl_ep_get_status.c | 99 *in_dto_idle = (ep_ptr->recv_count) ? DAT_FALSE : DAT_TRUE; in dapl_ep_get_status() 103 *out_dto_idle = (ep_ptr->req_count) ? DAT_FALSE : DAT_TRUE; in dapl_ep_get_status()
|
H A D | dapl_ep_modify.c | 97 DAT_BOOLEAN qp_allocated = DAT_FALSE; in dapl_ep_modify() 98 DAT_BOOLEAN rqst_cb_allocated = DAT_FALSE; in dapl_ep_modify() 99 DAT_BOOLEAN recv_cb_allocated = DAT_FALSE; in dapl_ep_modify() 102 DAT_BOOLEAN qp_used = DAT_FALSE; in dapl_ep_modify() 103 DAT_BOOLEAN rqst_cb_used = DAT_FALSE; in dapl_ep_modify() 104 DAT_BOOLEAN recv_cb_used = DAT_FALSE; in dapl_ep_modify()
|
H A D | dapl_ia_open.c | 246 dapli_hca_cleanup(hca_ptr, DAT_FALSE); in dapl_ia_open() 269 dapli_hca_cleanup(hca_ptr, DAT_FALSE); in dapl_ia_open() 293 dapli_hca_cleanup(hca_ptr, DAT_FALSE); in dapl_ia_open() 358 ia_ptr->cleanup_async_error_evd = DAT_FALSE; in dapl_ia_open()
|
H A D | dapl_evd_disable.c | 77 evd_ptr->evd_enabled = DAT_FALSE; in dapl_evd_disable()
|
H A D | dapl_evd_set_unwaitable.c | 76 evd_ptr->evd_waitable = DAT_FALSE; in dapl_evd_set_unwaitable()
|
H A D | dapl_mr_util.c | 94 return (DAT_FALSE); in dapl_mr_bounds_check()
|
H A D | dapl_provider.c | 372 return (DAT_FALSE); in dapl_provider_list_key_cmp() 374 return (DAT_FALSE); in dapl_provider_list_key_cmp()
|
H A D | dapl_psp_free.c | 96 sp_ptr->listening = DAT_FALSE; in dapl_psp_free()
|
H A D | dapl_rsp_free.c | 119 sp_ptr->listening = DAT_FALSE; in dapl_rsp_free()
|
H A D | dapl_evd_util.c | 235 evd_ptr->catastrophic_overflow = DAT_FALSE; in dapls_evd_alloc() 304 evd_ptr->cq_notified = DAT_FALSE; in dapli_evd_event_alloc() 994 return (DAT_FALSE); in dapli_evd_cqe_to_event() 1261 if (dapli_evd_cqe_to_event(evd_ptr, &cqe[i], DAT_FALSE, in dapls_evd_copy_cq() 1608 (void) dapli_evd_cqe_to_event(evd_ptr, &cur_cqe, DAT_FALSE, in dapls_evd_cq_poll_to_event()
|
H A D | dapl_evd_create.c | 150 == DAT_FALSE) { in dapl_evd_create()
|
H A D | dapl_psp_create_any.c | 167 sp_ptr->listening = DAT_FALSE; in dapl_psp_create_any()
|
H A D | dapl_rmr_util.c | 96 return (DAT_FALSE); in dapl_rmr_validate_completion_flag()
|
H A D | dapl_rmr_bind.c | 118 if (DAT_FALSE == dapl_mr_bounds_check( in dapli_rmr_bind_fuse()
|
H A D | dapl_ia_util.c | 98 ia_ptr->cleanup_async_error_evd = DAT_FALSE; in dapl_ia_alloc() 385 if (DAT_FALSE == ia_ptr->cleanup_async_error_evd) { in dapl_ia_graceful_close()
|
/titanic_44/usr/src/lib/udapl/libdat/common/ |
H A D | udat.c | 99 if (DAT_FALSE == udat_check_state()) { in dat_registry_add_provider() 127 if (DAT_FALSE == udat_check_state()) { in dat_registry_remove_provider() 180 if (DAT_FALSE == udat_check_state()) { in dat_ia_openv() 252 if (DAT_FALSE == udat_check_state()) { in dat_ia_close() 327 if (DAT_FALSE == udat_check_state()) { in dat_registry_list_providers() 395 status = DAT_FALSE; in udat_check_state()
|
H A D | udat_sr_parser.c | 337 return (DAT_FALSE); in dat_sr_is_valid_entry() 939 *is_thread_safe = DAT_FALSE; in dat_sr_convert_thread_safety() 964 *is_default = DAT_FALSE; in dat_sr_convert_default() 1146 is_quoted_str = DAT_FALSE; in dat_sr_read_token() 1147 is_prev_char_backslash = DAT_FALSE; in dat_sr_read_token() 1207 is_prev_char_backslash = DAT_FALSE; in dat_sr_read_token() 1296 is_prev_char_backslash = DAT_FALSE; in dat_sr_read_quoted_str() 1327 is_prev_char_backslash = DAT_FALSE; in dat_sr_read_quoted_str()
|
/titanic_44/usr/src/lib/udapl/libdat/include/ |
H A D | dat_osd.h | 141 ? DAT_TRUE : DAT_FALSE) 146 DAT_FALSE))
|
/titanic_44/usr/src/lib/udapl/libdat/include/dat/ |
H A D | udat_config.h | 76 #define DAT_THREADSAFE DAT_FALSE
|