Searched refs:next_node (Results 1 - 13 of 13) sorted by relevance

/freebsd-current/sys/contrib/openzfs/module/os/linux/spl/
H A Dspl-procfs-list.c79 void *next_node; local
83 next_node = list_head(&procfs_list->pl_list);
85 next_node = list_next(&procfs_list->pl_list,
88 if (next_node != NULL) {
89 cursor->cached_node = next_node;
103 return (next_node);
/freebsd-current/contrib/ntp/include/
H A Dntp_prio_q.h46 void *next_node(void *my_node);
/freebsd-current/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) {
772 next_name = (ldns_dnssec_name *)next_node->data;
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
[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
[all...]
H A Dradix.c645 ldns_radix_node_t* cur_node, *next_node; local
665 next_node = ldns_radix_next(cur_node);
670 cur_node = next_node;
/freebsd-current/contrib/ntp/ntpd/
H A Dntp_prio_q.c108 next_node( function
/freebsd-current/sys/contrib/openzfs/cmd/zpool/
H A Dzpool_iter.c179 zpool_node_t *node, *next_node; local
182 for (node = uu_avl_first(zlp->zl_avl); node != NULL; node = next_node) {
183 next_node = uu_avl_next(zlp->zl_avl, node);
/freebsd-current/usr.sbin/bsnmpd/modules/snmp_netgraph/
H A Dsnmp_netgraph.c809 ng_ID_t next_node; local
830 next_node = 0;
834 next_node = hooklist->link[i].nodeinfo.id;
837 next_node = hooklist->link[i].nodeinfo.id;
849 if ((node = next_node) == 0)
/freebsd-current/sys/dev/drm2/
H A Ddrm_mm.c107 struct drm_mm_node *next_node = local
111 return next_node->start;
/freebsd-current/contrib/ofed/opensm/opensm/
H A Dosm_ucast_dfsssp.c727 cdg_node_t *current = start_node, *next_node = NULL, *tmp = NULL; local
733 next_node = NULL;
736 next_node = link->node;
745 if (next_node) {
746 next_node->pre = current;
747 current = next_node;
/freebsd-current/contrib/bsnmp/lib/
H A Dsnmpagent.c291 next_node(const struct snmp_value *value, int *pnext) function
341 if ((tp = next_node(inb, &next)) == NULL)
/freebsd-current/sys/dev/ocs_fc/
H A Docs_domain.c867 ocs_node_t *next_node = NULL; local
896 ocs_list_foreach_safe(&sport->node_list, node, next_node) {
/freebsd-current/sys/contrib/openzfs/cmd/zfs/
H A Dzfs_main.c5315 fs_perm_node_t *next_node = local
5321 node = next_node;
5361 deleg_perm_node_t *next_node = local
5366 node = next_node;
5397 who_perm_node_t *next_node = uu_avl_next(fsperm->fsp_sc_avl, local
5403 node = next_node;
5408 who_perm_node_t *next_node = uu_avl_next(fsperm->fsp_uge_avl, local
5414 node = next_node;

Completed in 256 milliseconds