/freebsd/sys/contrib/openzfs/module/os/linux/spl/ |
H A D | spl-procfs-list.c | 79 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 D | dnssec_sign.c | 760 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 = NULL; 826 while (cur_node && next_node) { [all …]
|
H A D | dnssec_zone.c | 1122 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) { 1156 next_name = ((ldns_dnssec_name *)next_node->data)->name; [all …]
|
H A D | radix.c | 645 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 D | ntp_prio_q.h | 46 void *next_node(void *my_node);
|
/freebsd/sys/contrib/openzfs/cmd/zpool/ |
H A D | zpool_iter.c | 179 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 D | ntp_prio_q.c | 108 next_node( in next_node() function
|
/freebsd/usr.sbin/bsnmpd/modules/snmp_netgraph/ |
H A D | snmp_netgraph.c | 809 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 D | drm_mm.c | 107 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 D | osm_ucast_dfsssp.c | 727 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 D | snmpagent.c | 291 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 D | ocs_domain.c | 867 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 D | zfs_main.c | 5560 fs_perm_node_t *next_node = in fs_perm_set_fini() local 5566 node = next_node; in fs_perm_set_fini() 5606 deleg_perm_node_t *next_node = in who_perm_fini() local 5611 node = next_node; in who_perm_fini() 5642 who_perm_node_t *next_node = uu_avl_next(fsperm->fsp_sc_avl, in fs_perm_fini() local 5648 node = next_node; in fs_perm_fini() 5653 who_perm_node_t *next_node = uu_avl_next(fsperm->fsp_uge_avl, in fs_perm_fini() local 5659 node = next_node; in fs_perm_fini()
|
/freebsd/contrib/ntp/ |
H A D | CommitLog | [all...] |