Home
last modified time | relevance | path

Searched refs:cc_context (Results 1 – 3 of 3) sorted by relevance

/freebsd/crypto/krb5/src/lib/krb5/ccache/
H A Dcc_api_macos.c56 cc_context_t cc_context; member
63 cc_context_t cc_context; member
88 make_cache(const char *residual, cc_context_t cc_context, in make_cache() argument
98 if (cc_context == NULL) { in make_cache()
99 err = cc_initialize(&cc_context, ccapi_version_max, NULL, NULL); in make_cache()
117 data->cc_context = cc_context; in make_cache()
128 if (cc_context) in make_cache()
129 cc_context_release(cc_context); in make_cache()
138 return cc_context_open_ccache(data->cc_context, data->residual, in open_cache()
249 cc_context_t cc_context = NULL; in api_macos_gen_new() local
[all …]
/freebsd/contrib/ofed/opensm/opensm/
H A Dosm_congestion_control.c109 p_madw->context.cc_context.node_guid = osm_node_get_node_guid(p_node); in cc_mad_post()
110 p_madw->context.cc_context.port_guid = osm_physp_get_port_guid(p_physp); in cc_mad_post()
111 p_madw->context.cc_context.port = port; in cc_mad_post()
112 p_madw->context.cc_context.mad_method = IB_MAD_METHOD_SET; in cc_mad_post()
113 p_madw->context.cc_context.attr_mod = attr_mod; in cc_mad_post()
452 ib_net64_t node_guid = p_mad_context->cc_context.node_guid; in cc_rcv_mad()
453 ib_net64_t port_guid = p_mad_context->cc_context.port_guid; in cc_rcv_mad()
454 uint8_t port = p_mad_context->cc_context.port; in cc_rcv_mad()
463 cl_ntoh32(p_mad_context->cc_context.attr_mod), in cc_rcv_mad()
505 ib_net32_t attr_mod = p_mad_context->cc_context.attr_mod; in cc_rcv_mad()
[all …]
/freebsd/contrib/ofed/opensm/include/opensm/
H A Dosm_madw.h398 osm_cc_context_t cc_context; member