Home
last modified time | relevance | path

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

/freebsd/contrib/ofed/opensm/opensm/
H A Dosm_ucast_dnup.c113 dnup_switch_dir_t next_dir, current_dir; in dnup_bfs_by_node() local
156 next_dir = dnup_get_dir(u->rank, rem_u->rank); in dnup_bfs_by_node()
167 if ((current_dir == UP) && (next_dir == DOWN)) { in dnup_bfs_by_node()
205 rem_u->dir = next_dir; in dnup_bfs_by_node()
H A Dosm_ucast_updn.c118 updn_switch_dir_t next_dir, current_dir; in updn_bfs_by_node() local
161 next_dir = updn_get_dir(u->rank, rem_u->rank, in updn_bfs_by_node()
166 if ((current_dir == DOWN) && (next_dir == UP)) { in updn_bfs_by_node()
194 rem_u->dir = next_dir; in updn_bfs_by_node()
/freebsd/crypto/heimdal/lib/krb5/
H A Dplugin.c245 goto next_dir; in load_plugins()
253 goto next_dir; in load_plugins()
294 next_dir: in load_plugins()