Searched refs:DAT_INTERNAL_ERROR (Results 1 – 16 of 16) sorted by relevance
/titanic_44/usr/src/lib/udapl/libdat/common/ |
H A D | udat_sr_parser.c | 297 return (DAT_INTERNAL_ERROR); in dat_sr_load() 312 return (DAT_INTERNAL_ERROR); in dat_sr_load() 408 return (DAT_INTERNAL_ERROR); in dat_sr_parse_eof() 415 return (DAT_INTERNAL_ERROR); in dat_sr_parse_eof() 499 status = DAT_INTERNAL_ERROR; in dat_sr_parse_entry() 553 return (DAT_INTERNAL_ERROR); in dat_sr_parse_ia_name() 557 status = DAT_INTERNAL_ERROR; in dat_sr_parse_ia_name() 588 return (DAT_INTERNAL_ERROR); in dat_sr_parse_api() 592 status = DAT_INTERNAL_ERROR; in dat_sr_parse_api() 595 status = DAT_INTERNAL_ERROR; in dat_sr_parse_api() [all …]
|
H A D | dat_osd.c | 155 return (DAT_INTERNAL_ERROR); in dat_os_library_load() 169 return (DAT_INTERNAL_ERROR); in dat_os_library_unload()
|
H A D | dat_strerror.c | 91 case DAT_INTERNAL_ERROR: in dat_strerror_major()
|
/titanic_44/usr/src/lib/udapl/libdat/include/ |
H A D | dat_osd.h | 185 DAT_INTERNAL_ERROR)) 190 DAT_INTERNAL_ERROR)) 214 DAT_INTERNAL_ERROR) 230 DAT_SUCCESS : DAT_INTERNAL_ERROR) 235 DAT_SUCCESS : DAT_INTERNAL_ERROR)) 240 DAT_SUCCESS : DAT_INTERNAL_ERROR)) 245 DAT_SUCCESS : DAT_INTERNAL_ERROR))
|
/titanic_44/usr/src/lib/udapl/udapl_tavor/include/ |
H A D | dapl_osd.h | 183 (DAT_CLASS_ERROR | DAT_INTERNAL_ERROR)) 189 (DAT_CLASS_ERROR | DAT_INTERNAL_ERROR))) 195 (DAT_CLASS_ERROR | DAT_INTERNAL_ERROR))) 201 (DAT_CLASS_ERROR | DAT_INTERNAL_ERROR)))
|
/titanic_44/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_evd_dequeue.c | 126 dat_status = DAT_ERROR(DAT_INTERNAL_ERROR, 0); in dapl_evd_dequeue()
|
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_cr_callback.c | 138 dat_status = DAT_INTERNAL_ERROR; /* init to ERR */ in dapls_cr_callback()
|
/titanic_44/usr/src/lib/udapl/udapl_tavor/tavor/ |
H A D | dapl_tavor_hca.c | 90 return (DAT_INTERNAL_ERROR); in dapli_init_hca() 218 return (DAT_ERROR(DAT_INTERNAL_ERROR, 0)); in dapli_process_tavor_node() 230 return (DAT_ERROR(DAT_INTERNAL_ERROR, 0)); in dapli_process_tavor_node() 263 return (DAT_ERROR(DAT_INTERNAL_ERROR, 0)); in dapli_process_tavor_node() 517 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()
|
/titanic_44/usr/src/lib/udapl/libdat/include/dat/ |
H A D | dat_error.h | 112 DAT_INTERNAL_ERROR = 0x00040000, enumerator
|