Searched defs:next_node (Results 1 - 5 of 5) sorted by relevance

/osnet-11/usr/src/lib/udapl/udapl_tavor/common/
H A Ddapl_provider.c245 DAPL_PROVIDER_LIST_NODE *cur_node, *prev_node, *next_node; local
270 next_node = g_dapl_provider_list.tail;
276 cur_node->next = next_node;
280 next_node->prev = cur_node;
332 DAPL_PROVIDER_LIST_NODE *cur_node, *prev_node, *next_node; local
342 next_node = cur_node->next;
344 prev_node->next = next_node;
345 next_node->prev = prev_node;
/osnet-11/usr/src/lib/libinetutil/common/
H A Dtq.c62 iu_timer_node_t *node, *next_node; local
64 for (node = tq->iutq_head; node != NULL; node = next_node) {
65 next_node = node->iutn_next;
314 iu_timer_node_t *node, *next_node; local
381 node = next_node) {
382 next_node = node->iutn_next;
/osnet-11/usr/src/lib/udapl/libdat/common/
H A Ddat_dictionary.c262 DAT_DICTIONARY_NODE *cur_node, *prev_node, *next_node; local
281 next_node = p_dictionary->tail;
284 cur_node->next = next_node;
288 next_node->prev = cur_node;
379 DAT_DICTIONARY_NODE *cur_node, *prev_node, *next_node; local
397 next_node = cur_node->next;
399 prev_node->next = next_node;
400 next_node->prev = prev_node;
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/keytab/
H A Dkt_memory.c146 krb5_mkt_list_node *node, *next_node; local
151 for (node = krb5int_mkt_list; node; node = next_node) {
152 next_node = node->next;
/osnet-11/usr/src/grub/grub2/grub-core/gnulib/
H A Dregexec.c3117 Idx next_node = dfa->nexts[cur_node];
3130 ok = re_node_set_insert (&union_set, next_node);
3283 Idx to_idx, next_node;
3298 next_node = dfa->edests[ent->node].elems[0];
3299 if (re_node_set_contains (cur_nodes, next_node))
3301 err = re_node_set_init_1 (&new_dests, next_node);
3318 next_node = dfa->nexts[ent->node];
3323 next_node))
3327 ok = re_node_set_insert (&union_set, next_node);
3337 err = re_node_set_init_1 (&union_set, next_node);
3113 Idx next_node = dfa->nexts[cur_node]; local
3279 Idx to_idx, next_node; local
3450 Idx next_node; local
[all...]

Completed in 48 milliseconds