Searched refs:DAT_INTERNAL_ERROR (Results 1 – 16 of 16) sorted by relevance
/illumos-gate/usr/src/lib/udapl/libdat/common/ |
H A D | udat_sr_parser.c | 294 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() 496 status = DAT_INTERNAL_ERROR; in dat_sr_parse_entry() 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() [all …]
|
H A D | dat_osd.c | 153 return (DAT_INTERNAL_ERROR); in dat_os_library_load() 167 return (DAT_INTERNAL_ERROR); in dat_os_library_unload()
|
H A D | dat_strerror.c | 91 case DAT_INTERNAL_ERROR: in dat_strerror_major()
|
/illumos-gate/usr/src/lib/udapl/libdat/include/ |
H A D | dat_osd.h | 183 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 D | dapl_osd.h | 181 (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 D | dapl_osd.c | 201 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 D | dapl_name_service.c | 133 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 D | dapl_evd_dequeue.c | 126 dat_status = DAT_ERROR(DAT_INTERNAL_ERROR, 0); in dapl_evd_dequeue()
|
H A D | dapl_cr_callback.c | 138 dat_status = DAT_INTERNAL_ERROR; /* init to ERR */ in dapls_cr_callback()
|
/illumos-gate/usr/src/lib/udapl/udapl_tavor/tavor/ |
H A D | dapl_tavor_hca.c | 91 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 D | dapl_hermon_hw.c | 291 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 D | dapl_tavor_ibtf_util.c | 254 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 D | dapl_arbel_hw.c | 296 return (DAT_INTERNAL_ERROR); in dapli_arbel_wqe_send_build() 1239 return (DAT_INTERNAL_ERROR); in dapli_arbel_post_recv()
|
H A D | dapl_tavor_hw.c | 392 return (DAT_INTERNAL_ERROR); in dapli_tavor_wqe_send_build() 1494 return (DAT_INTERNAL_ERROR); in dapli_tavor_post_recv()
|
H A D | dapl_tavor_ibtf_qp.c | 898 return (DAT_INTERNAL_ERROR); in dapls_ib_srq_resize()
|
/illumos-gate/usr/src/lib/udapl/libdat/include/dat/ |
H A D | dat_error.h | 112 DAT_INTERNAL_ERROR = 0x00040000, enumerator
|