Searched refs:client_context (Results 1 – 12 of 12) sorted by relevance
| /NextBSD/sys/ofed/include/rdma/ |
| HD | peer_mem.h | 51 char *peer_mem_name, void **client_context); 55 void *client_context, void *core_context); 56 int (*dma_map) (struct sg_table *sg_head, void *client_context, 58 int (*dma_unmap) (struct sg_table *sg_head, void *client_context, 60 void (*put_pages) (struct sg_table *sg_head, void *client_context); 61 unsigned long (*get_page_size) (void *client_context); 62 void (*release) (void *client_context);
|
| /NextBSD/tools/regression/kgssapi/ |
| HD | gsstest.c | 108 gss_ctx_id_t client_context = GSS_C_NO_CONTEXT; in main() local 166 &client_context, in main() 206 maj_stat = gss_get_mic(&min_stat, client_context, in main() 223 maj_stat = gss_verify_mic(&min_stat, client_context, in main() 231 maj_stat = gss_wrap(&min_stat, client_context, in main() 249 maj_stat = gss_unwrap(&min_stat, client_context, in main() 258 maj_stat = gss_wrap(&min_stat, client_context, in main() 276 maj_stat = gss_unwrap(&min_stat, client_context, in main() 290 gss_delete_sec_context(&min_stat, &client_context, in main()
|
| /NextBSD/sys/kgssapi/ |
| HD | gsstest.c | 207 gss_ctx_id_t client_context = GSS_C_NO_CONTEXT; in gsstest_1() local 274 &client_context, in gsstest_1() 326 if (client_context != GSS_C_NO_CONTEXT) in gsstest_1() 328 &client_context, in gsstest_1() 341 maj_stat = gss_get_mic(&min_stat, client_context, in gsstest_1() 357 maj_stat = gss_wrap(&min_stat, client_context, in gsstest_1() 381 if (client_context) in gsstest_1() 382 gss_delete_sec_context(&min_stat, &client_context, in gsstest_1()
|
| /NextBSD/contrib/ofed/management/opensm/include/vendor/ |
| HD | osm_mtl_bind.h | 94 void *client_context; member
|
| HD | osm_umadt.h | 90 void *client_context; member
|
| HD | osm_vendor_ts.h | 95 void *client_context; member
|
| /NextBSD/contrib/ofed/management/opensm/libvendor/ |
| HD | osm_vendor_ibumad.c | 79 void *client_context; member 185 (*p_bind->send_err_callback) (p_bind->client_context, p_req_madw); in put_madw() 363 client_context, in umad_receiver() 403 (*p_bind->mad_recv_callback) (p_madw, p_bind->client_context, in umad_receiver() 811 p_bind->client_context = context; in osm_vendor_bind() 1092 (*p_bind->send_err_callback) (p_bind->client_context, p_madw); /* cb frees madw */
|
| HD | osm_vendor_ts.c | 366 (p_madw, p_bind->client_context, p_req_madw); in __osm_ts_rcv_callback() 431 (bind_info_p->client_context, madw_p); in __osm_ts_send_callback() 601 p_bind->client_context = context; in osm_vendor_bind()
|
| HD | osm_vendor_al.c | 77 void *client_context; member 237 p_bind->send_err_callback(p_bind->client_context, in __osm_al_send_callback() 336 p_bind->rcv_callback(p_new_madw, p_bind->client_context, in __osm_al_rcv_callback() 927 p_bind->client_context = context; in osm_vendor_bind()
|
| HD | osm_vendor_mtl.c | 503 (*bind_info_p->rcv_callback) (madw_p, bind_info_p->client_context, in __osm_mtl_rcv_callback() 575 client_context, in __osm_mtl_send_callback() 656 p_bind->client_context = context; in osm_vendor_bind()
|
| HD | osm_vendor_umadt.c | 772 p_mad_bind_info->client_context = context; in osm_vendor_bind() 1014 client_context, in __mad_recv_processor() 1100 client_context, in __osm_vendor_timer_callback()
|
| HD | osm_vendor_mtl_transaction_mgr.c | 259 (p_bind->send_err_callback)) (p_bind->client_context, madw_p); in __osm_transaction_mgr_callback()
|