Home
last modified time | relevance | path

Searched refs:next_node (Results 1 – 14 of 14) sorted by relevance

/freebsd/sys/contrib/openzfs/module/os/linux/spl/
H A Dspl-procfs-list.c79 void *next_node; in procfs_list_next_node() local
83 next_node = list_head(&procfs_list->pl_list); in procfs_list_next_node()
85 next_node = list_next(&procfs_list->pl_list, in procfs_list_next_node()
88 if (next_node != NULL) { in procfs_list_next_node()
89 cursor->cached_node = next_node; in procfs_list_next_node()
103 return (next_node); in procfs_list_next_node()
/freebsd/contrib/ldns/
H A Ddnssec_sign.c760 ldns_rbnode_t *next_node = NULL; local
767 next_node = node;
769 if (next_node == LDNS_RBTREE_NULL) {
776 next_node = ldns_rbtree_next(next_node);
780 return next_node;
788 ldns_rbnode_t *first_node, *cur_node, *next_node; local
820 next_node = ldns_dnssec_name_node_next_nonglue(
823 next_node = NULL;
826 while (cur_node && next_node) {
838 cur_node = next_node;
[all …]
H A Ddnssec_zone.c1122 ldns_rbnode_t *cur_node, *next_node, *new_node; local
1139 next_node = ldns_rbtree_next(cur_node);
1142 while (next_node != LDNS_RBTREE_NULL &&
1143 next_node->data &&
1144 ((ldns_dnssec_name *)next_node->data)->is_glue
1146 next_node = ldns_rbtree_next(next_node);
1149 if (next_node == LDNS_RBTREE_NULL) {
1150 next_node = ldns_rbtree_first(zone->names);
1152 if (! cur_node->data || ! next_node->data) {
1245 if (next_node != ldns_rbtree_first(zone->names)) {
[all …]
H A Dradix.c645 ldns_radix_node_t* cur_node, *next_node; in ldns_radix_join() local
665 next_node = ldns_radix_next(cur_node); in ldns_radix_join()
670 cur_node = next_node; in ldns_radix_join()
/freebsd/contrib/ntp/include/
H A Dntp_prio_q.h46 void *next_node(void *my_node);
/freebsd/sys/contrib/openzfs/cmd/zpool/
H A Dzpool_iter.c179 zpool_node_t *node, *next_node; in pool_list_iter() local
182 for (node = uu_avl_first(zlp->zl_avl); node != NULL; node = next_node) { in pool_list_iter()
183 next_node = uu_avl_next(zlp->zl_avl, node); in pool_list_iter()
/freebsd/contrib/ntp/ntpd/
H A Dntp_prio_q.c108 next_node( in next_node() function
/freebsd/usr.sbin/bsnmpd/modules/snmp_netgraph/
H A Dsnmp_netgraph.c809 ng_ID_t next_node; in ng_rmhook_tee_id() local
830 next_node = 0; in ng_rmhook_tee_id()
834 next_node = hooklist->link[i].nodeinfo.id; in ng_rmhook_tee_id()
837 next_node = hooklist->link[i].nodeinfo.id; in ng_rmhook_tee_id()
849 if ((node = next_node) == 0) in ng_rmhook_tee_id()
/freebsd/sys/dev/drm2/
H A Ddrm_mm.c107 struct drm_mm_node *next_node = in drm_mm_hole_node_end() local
111 return next_node->start; in drm_mm_hole_node_end()
/freebsd/contrib/ofed/opensm/opensm/
H A Dosm_ucast_dfsssp.c727 cdg_node_t *current = start_node, *next_node = NULL, *tmp = NULL; in search_cycle_in_channel_dep_graph() local
733 next_node = NULL; in search_cycle_in_channel_dep_graph()
736 next_node = link->node; in search_cycle_in_channel_dep_graph()
745 if (next_node) { in search_cycle_in_channel_dep_graph()
746 next_node->pre = current; in search_cycle_in_channel_dep_graph()
747 current = next_node; in search_cycle_in_channel_dep_graph()
/freebsd/contrib/bsnmp/lib/
H A Dsnmpagent.c291 next_node(const struct snmp_value *value, int *pnext) in next_node() function
341 if ((tp = next_node(inb, &next)) == NULL) in do_getnext()
/freebsd/sys/dev/ocs_fc/
H A Docs_domain.c867 ocs_node_t *next_node = NULL; in __ocs_domain_wait_attach() local
896 ocs_list_foreach_safe(&sport->node_list, node, next_node) { in __ocs_domain_wait_attach()
/freebsd/sys/contrib/openzfs/cmd/zfs/
H A Dzfs_main.c5315 fs_perm_node_t *next_node = in fs_perm_set_fini() local
5321 node = next_node; in fs_perm_set_fini()
5361 deleg_perm_node_t *next_node = in who_perm_fini() local
5366 node = next_node; in who_perm_fini()
5397 who_perm_node_t *next_node = uu_avl_next(fsperm->fsp_sc_avl, in fs_perm_fini() local
5403 node = next_node; in fs_perm_fini()
5408 who_perm_node_t *next_node = uu_avl_next(fsperm->fsp_uge_avl, in fs_perm_fini() local
5414 node = next_node; in fs_perm_fini()
/freebsd/contrib/ntp/
H A DCommitLog178536 make next_node() actually work