Home
last modified time | relevance | path

Searched refs:DAT_INTERNAL_ERROR (Results 1 – 16 of 16) sorted by relevance

/illumos-gate/usr/src/lib/udapl/libdat/common/
H A Dudat_sr_parser.c294 return (DAT_INTERNAL_ERROR); in dat_sr_load()
309 return (DAT_INTERNAL_ERROR); in dat_sr_load()
405 return (DAT_INTERNAL_ERROR); in dat_sr_parse_eof()
412 return (DAT_INTERNAL_ERROR); in dat_sr_parse_eof()
550 return (DAT_INTERNAL_ERROR); in dat_sr_parse_ia_name()
554 status = DAT_INTERNAL_ERROR; in dat_sr_parse_ia_name()
585 return (DAT_INTERNAL_ERROR); in dat_sr_parse_api()
589 status = DAT_INTERNAL_ERROR; in dat_sr_parse_api()
592 status = DAT_INTERNAL_ERROR; in dat_sr_parse_api()
624 return (DAT_INTERNAL_ERROR); in dat_sr_parse_thread_safety()
[all …]
H A Ddat_osd.c153 return (DAT_INTERNAL_ERROR); in dat_os_library_load()
167 return (DAT_INTERNAL_ERROR); in dat_os_library_unload()
H A Ddat_strerror.c91 case DAT_INTERNAL_ERROR: in dat_strerror_major()
/illumos-gate/usr/src/lib/udapl/libdat/include/
H A Ddat_osd.h183 DAT_INTERNAL_ERROR))
188 DAT_INTERNAL_ERROR))
212 DAT_INTERNAL_ERROR)
228 DAT_SUCCESS : DAT_INTERNAL_ERROR)
233 DAT_SUCCESS : DAT_INTERNAL_ERROR))
238 DAT_SUCCESS : DAT_INTERNAL_ERROR))
243 DAT_SUCCESS : DAT_INTERNAL_ERROR))
/illumos-gate/usr/src/lib/udapl/udapl_tavor/include/
H A Ddapl_osd.h181 (DAT_CLASS_ERROR | DAT_INTERNAL_ERROR))
187 (DAT_CLASS_ERROR | DAT_INTERNAL_ERROR)))
193 (DAT_CLASS_ERROR | DAT_INTERNAL_ERROR)))
199 (DAT_CLASS_ERROR | DAT_INTERNAL_ERROR)))
/illumos-gate/usr/src/lib/udapl/udapl_tavor/common/
H A Ddapl_osd.c201 return (DAT_ERROR(DAT_INTERNAL_ERROR, 0)); in dapl_os_wait_object_init()
287 dat_status = DAT_ERROR(DAT_INTERNAL_ERROR, 0); in dapl_os_wait_object_wait()
314 return (DAT_ERROR(DAT_INTERNAL_ERROR, 0)); in dapl_os_wait_object_wakeup()
338 return (DAT_ERROR(DAT_INTERNAL_ERROR, 0)); in dapl_os_wait_object_destroy()
341 return (DAT_ERROR(DAT_INTERNAL_ERROR, 0)); in dapl_os_wait_object_destroy()
H A Ddapl_evd_dequeue.c126 dat_status = DAT_ERROR(DAT_INTERNAL_ERROR, 0); in dapl_evd_dequeue()
H A Ddapl_name_service.c133 return (DAT_ERROR(DAT_INTERNAL_ERROR, 0)); in dapli_ns_create_gid_map()
371 return (DAT_INTERNAL_ERROR); in dapls_ns_lookup_v4()
457 return (DAT_INTERNAL_ERROR); in dapls_ns_lookup_v6()
H A Ddapl_cr_callback.c138 dat_status = DAT_INTERNAL_ERROR; /* init to ERR */ in dapls_cr_callback()
/illumos-gate/usr/src/lib/udapl/udapl_tavor/tavor/
H A Ddapl_tavor_hca.c91 return (DAT_INTERNAL_ERROR); in dapli_init_hca()
219 return (DAT_ERROR(DAT_INTERNAL_ERROR, 0)); in dapli_process_tavor_node()
231 return (DAT_ERROR(DAT_INTERNAL_ERROR, 0)); in dapli_process_tavor_node()
264 return (DAT_ERROR(DAT_INTERNAL_ERROR, 0)); in dapli_process_tavor_node()
518 return (DAT_INTERNAL_ERROR); in dapls_ib_open_hca()
H A Ddapl_hermon_hw.c291 return (DAT_INTERNAL_ERROR); in dapli_hermon_wqe_send_build()
644 return (DAT_ERROR(DAT_INTERNAL_ERROR, 0)); in dapli_hermon_cq_poll()
734 return (DAT_ERROR(DAT_INTERNAL_ERROR, 0)); in dapli_hermon_cq_poll_one()
1294 return (DAT_INTERNAL_ERROR); in dapli_hermon_post_recv()
H A Ddapl_tavor_ibtf_util.c254 return (DAT_INTERNAL_ERROR); in dapls_ib_cq_resize()
1947 return (DAT_INTERNAL_ERROR); in dapls_convert_error()
1949 return (DAT_INTERNAL_ERROR); in dapls_convert_error()
1971 return (DAT_INTERNAL_ERROR); in dapls_convert_error()
H A Ddapl_arbel_hw.c296 return (DAT_INTERNAL_ERROR); in dapli_arbel_wqe_send_build()
1239 return (DAT_INTERNAL_ERROR); in dapli_arbel_post_recv()
H A Ddapl_tavor_hw.c392 return (DAT_INTERNAL_ERROR); in dapli_tavor_wqe_send_build()
1494 return (DAT_INTERNAL_ERROR); in dapli_tavor_post_recv()
H A Ddapl_tavor_ibtf_qp.c898 return (DAT_INTERNAL_ERROR); in dapls_ib_srq_resize()
/illumos-gate/usr/src/lib/udapl/libdat/include/dat/
H A Ddat_error.h112 DAT_INTERNAL_ERROR = 0x00040000, enumerator