Home
last modified time | relevance | path

Searched refs:switch_to (Results 1 – 4 of 4) sorted by relevance

/freebsd/crypto/krb5/src/lib/krb5/ccache/
H A Dccfns.c297 if (cache->ops->switch_to == NULL) in krb5_cc_switch()
299 return cache->ops->switch_to(context, cache); in krb5_cc_switch()
H A Dcc-int.h224 krb5_error_code (KRB5_CALLCONV *switch_to)(krb5_context, krb5_ccache);
H A Dccbase.c464 return (err ? FALSE : (ops->switch_to != NULL)); in krb5_cc_support_switch()
/freebsd/contrib/ofed/opensm/opensm/
H A Dosm_ucast_lash.c252 static int get_phys_connection(switch_t *sw, int switch_to) in get_phys_connection() argument
257 if (sw->node->links[i]->switch_id == switch_to) in get_phys_connection()