Home
last modified time | relevance | path

Searched refs:DAT_FALSE (Results 1 – 25 of 31) sorted by relevance

12

/illumos-gate/usr/src/lib/udapl/udapl_tavor/common/
H A Ddapl_rsp_create.c131 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 Ddapl_ia_query.c153 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 Ddapl_cr_callback.c148 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 Ddapl_hash.c188 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 Ddapl_psp_create.c139 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 Ddapl_osd.c199 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 Ddapl_ep_get_status.c99 *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 Ddapl_ep_modify.c97 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 Ddapl_ia_open.c246 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 Ddapl_evd_disable.c77 evd_ptr->evd_enabled = DAT_FALSE; in dapl_evd_disable()
H A Ddapl_evd_set_unwaitable.c76 evd_ptr->evd_waitable = DAT_FALSE; in dapl_evd_set_unwaitable()
H A Ddapl_mr_util.c94 return (DAT_FALSE); in dapl_mr_bounds_check()
H A Ddapl_provider.c372 return (DAT_FALSE); in dapl_provider_list_key_cmp()
374 return (DAT_FALSE); in dapl_provider_list_key_cmp()
H A Ddapl_psp_free.c96 sp_ptr->listening = DAT_FALSE; in dapl_psp_free()
H A Ddapl_rsp_free.c119 sp_ptr->listening = DAT_FALSE; in dapl_rsp_free()
H A Ddapl_evd_util.c243 evd_ptr->catastrophic_overflow = DAT_FALSE; in dapls_evd_alloc()
312 evd_ptr->cq_notified = DAT_FALSE; in dapli_evd_event_alloc()
1001 return (DAT_FALSE); in dapli_evd_cqe_to_event()
1268 if (dapli_evd_cqe_to_event(evd_ptr, &cqe[i], DAT_FALSE, in dapls_evd_copy_cq()
1611 (void) dapli_evd_cqe_to_event(evd_ptr, &cur_cqe, DAT_FALSE, in dapls_evd_cq_poll_to_event()
H A Ddapl_psp_create_any.c167 sp_ptr->listening = DAT_FALSE; in dapl_psp_create_any()
H A Ddapl_rmr_util.c96 return (DAT_FALSE); in dapl_rmr_validate_completion_flag()
H A Ddapl_evd_create.c150 == DAT_FALSE) { in dapl_evd_create()
H A Ddapl_ia_util.c98 ia_ptr->cleanup_async_error_evd = DAT_FALSE; in dapl_ia_alloc()
383 if (DAT_FALSE == ia_ptr->cleanup_async_error_evd) { in dapl_ia_graceful_close()
H A Ddapl_rmr_bind.c118 if (DAT_FALSE == dapl_mr_bounds_check( in dapli_rmr_bind_fuse()
/illumos-gate/usr/src/lib/udapl/libdat/common/
H A Dudat.c99 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 Dudat_sr_parser.c334 return (DAT_FALSE); in dat_sr_is_valid_entry()
936 *is_thread_safe = DAT_FALSE; in dat_sr_convert_thread_safety()
961 *is_default = DAT_FALSE; in dat_sr_convert_default()
1143 is_quoted_str = DAT_FALSE; in dat_sr_read_token()
1144 is_prev_char_backslash = DAT_FALSE; in dat_sr_read_token()
1204 is_prev_char_backslash = DAT_FALSE; in dat_sr_read_token()
1293 is_prev_char_backslash = DAT_FALSE; in dat_sr_read_quoted_str()
1324 is_prev_char_backslash = DAT_FALSE; in dat_sr_read_quoted_str()
/illumos-gate/usr/src/lib/udapl/libdat/include/
H A Ddat_osd.h139 ? DAT_TRUE : DAT_FALSE)
144 DAT_FALSE))
/illumos-gate/usr/src/lib/udapl/libdat/include/dat/
H A Dudat_config.h74 #define DAT_THREADSAFE DAT_FALSE

12