Home
last modified time | relevance | path

Searched refs:dnode_t (Results 1 – 25 of 202) sorted by relevance

123456789

/dports/net/quagga/quagga-1.2.4/isisd/
H A Ddict.h43 typedef struct dnode_t { struct
44 struct dnode_t *dict_left; argument
45 struct dnode_t *dict_right; argument
46 struct dnode_t *dict_parent; argument
50 } dnode_t; argument
57 dnode_t dict_nilnode;
71 dnode_t dict_nilnode;
87 extern dnode_t *dict_delete(dict_t *, dnode_t *);
92 extern dnode_t *dict_next(dict_t *, dnode_t *);
93 extern dnode_t *dict_prev(dict_t *, dnode_t *);
[all …]
H A Ddict.c122 static void free_nodes(dict_t *dict, dnode_t *node, dnode_t *nil) in free_nodes()
176 static unsigned int verify_redblack(dnode_t *nil, dnode_t *root) in verify_redblack()
207 static dictcount_t verify_node_count(dnode_t *nil, dnode_t *root) in verify_node_count()
223 static int verify_dict_has_node(dnode_t *nil, dnode_t *root, dnode_t *node) in verify_dict_has_node()
628 dnode_t *dict_delete(dict_t *dict, dnode_t *delete) in dict_delete()
859 dnode_t *dict_next(dict_t *dict, dnode_t *curr) in dict_next()
885 dnode_t *dict_prev(dict_t *dict, dnode_t *curr) in dict_prev()
950 dnode_t *new = XCALLOC(MTYPE_ISIS_DICT_NODE, sizeof(dnode_t)); in dnode_create()
960 dnode_t *dnode_init(dnode_t *dnode, void *data) in dnode_init()
1254 dnode_t *dn; in construct()
[all …]
/dports/net-mgmt/pmacct/pmacct-1.7.5/src/isis/
H A Ddict.h38 typedef struct dnode_t { struct
40 struct dnode_t *dict_left; argument
41 struct dnode_t *dict_right; argument
42 struct dnode_t *dict_parent; argument
49 } dnode_t; argument
57 dnode_t dict_nilnode;
75 dnode_t dict_nilnode;
94 extern dnode_t *dict_delete(dict_t *, dnode_t *);
99 extern dnode_t *dict_next(dict_t *, dnode_t *);
100 extern dnode_t *dict_prev(dict_t *, dnode_t *);
[all …]
H A Ddict.c124 static void free_nodes(dict_t *dict, dnode_t *node, dnode_t *nil) in free_nodes()
144 dnode_t *first, *next; in verify_bintree()
178 static unsigned int verify_redblack(dnode_t *nil, dnode_t *root) in verify_redblack()
209 static dictcount_t verify_node_count(dnode_t *nil, dnode_t *root) in verify_node_count()
225 static int verify_dict_has_node(dnode_t *nil, dnode_t *root, dnode_t *node) in verify_dict_has_node()
432 dnode_t *saved; in dict_lookup()
630 dnode_t *dict_delete(dict_t *dict, dnode_t *delete) in dict_delete()
722 dnode_t *parent, *sister; in dict_delete()
861 dnode_t *dict_next(dict_t *dict, dnode_t *curr) in dict_next()
887 dnode_t *dict_prev(dict_t *dict, dnode_t *curr) in dict_prev()
[all …]
/dports/misc/e2fsprogs-libblkid/e2fsprogs-1.46.5/lib/support/
H A Ddict.h46 typedef struct dnode_t { struct
48 struct dnode_t *dict_left; argument
49 struct dnode_t *dict_right; argument
50 struct dnode_t *dict_parent; argument
57 } dnode_t; argument
65 dnode_t dict_nilnode;
84 dnode_t dict_nilnode;
104 extern dnode_t *dict_delete(dict_t *, dnode_t *);
109 extern dnode_t *dict_next(dict_t *, dnode_t *);
110 extern dnode_t *dict_prev(dict_t *, dnode_t *);
[all …]
H A Ddict.c144 static void free_nodes(dict_t *dict, dnode_t *node, dnode_t *nil) in free_nodes()
197 static unsigned int verify_redblack(dnode_t *nil, dnode_t *root) in verify_redblack()
228 static dictcount_t verify_node_count(dnode_t *nil, dnode_t *root) in verify_node_count()
245 static int verify_dict_has_node(dnode_t *nil, dnode_t *root, dnode_t *node) in verify_dict_has_node()
473 dnode_t *saved; in dict_lookup()
675 dnode_t *dict_delete(dict_t *dict, dnode_t *delete) in dict_delete()
909 dnode_t *dict_next(dict_t *dict, dnode_t *curr) in dict_next()
935 dnode_t *dict_prev(dict_t *dict, dnode_t *curr) in dict_prev()
1010 dnode_t *dnode_init(dnode_t *dnode, void *data) in dnode_init()
1310 dnode_t *dn; in construct()
[all …]
/dports/misc/e2fsprogs-libuuid/e2fsprogs-1.46.5/lib/support/
H A Ddict.h46 typedef struct dnode_t { struct
48 struct dnode_t *dict_left; argument
49 struct dnode_t *dict_right; argument
50 struct dnode_t *dict_parent; argument
57 } dnode_t; argument
65 dnode_t dict_nilnode;
84 dnode_t dict_nilnode;
104 extern dnode_t *dict_delete(dict_t *, dnode_t *);
109 extern dnode_t *dict_next(dict_t *, dnode_t *);
110 extern dnode_t *dict_prev(dict_t *, dnode_t *);
[all …]
H A Ddict.c144 static void free_nodes(dict_t *dict, dnode_t *node, dnode_t *nil) in free_nodes()
197 static unsigned int verify_redblack(dnode_t *nil, dnode_t *root) in verify_redblack()
228 static dictcount_t verify_node_count(dnode_t *nil, dnode_t *root) in verify_node_count()
245 static int verify_dict_has_node(dnode_t *nil, dnode_t *root, dnode_t *node) in verify_dict_has_node()
473 dnode_t *saved; in dict_lookup()
675 dnode_t *dict_delete(dict_t *dict, dnode_t *delete) in dict_delete()
909 dnode_t *dict_next(dict_t *dict, dnode_t *curr) in dict_next()
935 dnode_t *dict_prev(dict_t *dict, dnode_t *curr) in dict_prev()
1010 dnode_t *dnode_init(dnode_t *dnode, void *data) in dnode_init()
1310 dnode_t *dn; in construct()
[all …]
/dports/sysutils/e2fsprogs/e2fsprogs-1.46.5/lib/support/
H A Ddict.h46 typedef struct dnode_t { struct
48 struct dnode_t *dict_left; argument
49 struct dnode_t *dict_right; argument
50 struct dnode_t *dict_parent; argument
57 } dnode_t; argument
65 dnode_t dict_nilnode;
84 dnode_t dict_nilnode;
104 extern dnode_t *dict_delete(dict_t *, dnode_t *);
109 extern dnode_t *dict_next(dict_t *, dnode_t *);
110 extern dnode_t *dict_prev(dict_t *, dnode_t *);
[all …]
H A Ddict.c144 static void free_nodes(dict_t *dict, dnode_t *node, dnode_t *nil) in free_nodes()
197 static unsigned int verify_redblack(dnode_t *nil, dnode_t *root) in verify_redblack()
228 static dictcount_t verify_node_count(dnode_t *nil, dnode_t *root) in verify_node_count()
245 static int verify_dict_has_node(dnode_t *nil, dnode_t *root, dnode_t *node) in verify_dict_has_node()
473 dnode_t *saved; in dict_lookup()
675 dnode_t *dict_delete(dict_t *dict, dnode_t *delete) in dict_delete()
909 dnode_t *dict_next(dict_t *dict, dnode_t *curr) in dict_next()
935 dnode_t *dict_prev(dict_t *dict, dnode_t *curr) in dict_prev()
1010 dnode_t *dnode_init(dnode_t *dnode, void *data) in dnode_init()
1310 dnode_t *dn; in construct()
[all …]
/dports/games/freecell-solver/freecell-solver-6.2.0/
H A Dkaz_tree.h72 typedef struct dnode_t struct
75 struct dnode_t *dict_left; argument
76 struct dnode_t *dict_right; argument
86 } dnode_t; typedef
98 dnode_t dict_nilnode;
110 dnode_t *dict_recycle_bin;
127 dnode_t dict_nilnode;
165 extern dnode_t *fc_solve_kaz_tree_delete(dict_t *, dnode_t *);
173 extern dnode_t *fc_solve_kaz_tree_next(dict_t *, dnode_t *);
176 extern dnode_t *dict_prev(dict_t *, dnode_t *);
[all …]
H A Dkaz_tree.c153 static void free_nodes(dict_t *dict, dnode_t *node, dnode_t *nil)
216 static unsigned int verify_redblack(dnode_t *nil, dnode_t *root) in verify_redblack()
251 static dictcount_t verify_node_count(dnode_t *nil, dnode_t *root) in verify_node_count()
269 static int verify_dict_has_node(dnode_t *nil, dnode_t *root, dnode_t *node) in verify_dict_has_node()
591 dnode_t *saved; in fc_solve_kaz_tree_lookup()
935 static dnode_t *fc_solve_kaz_tree_delete(dict_t *dict, dnode_t *target) in fc_solve_kaz_tree_delete()
1133 static inline dnode_t *dnode_init(dnode_t *dnode, void *data) in dnode_init()
1135 static inline dnode_t *dnode_init(dnode_t *dnode) in dnode_init()
1160 dnode_t *node; in fc_solve_kaz_tree_alloc_insert()
1277 dnode_t *dict_prev(dict_t *dict, dnode_t *curr) in dict_prev()
[all …]
/dports/misc/rump/buildrump.sh-b914579/src/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
H A Ddnode.h198 } dnode_t; typedef
208 void dnode_special_close(dnode_t *dn);
212 void *ref, dnode_t **dnp);
214 void *ref, dnode_t **dnp);
216 void dnode_rele(dnode_t *dn, void *ref);
217 void dnode_setdirty(dnode_t *dn, dmu_tx_t *tx);
218 void dnode_sync(dnode_t *dn, dmu_tx_t *tx);
223 void dnode_free(dnode_t *dn, dmu_tx_t *tx);
226 void dnode_verify(dnode_t *dn);
228 uint64_t dnode_current_max_length(dnode_t *dn);
[all …]
H A Ddmu_objset.h66 dnode_t *os_meta_dnode;
67 dnode_t *os_userused_dnode;
68 dnode_t *os_groupused_dnode;
/dports/graphics/graphviz/graphviz-2.44.1/cmd/lefty/
H A Ddisplay.c23 typedef struct dnode_t { struct
27 } dnode_t; argument
40 static void update (dnode_t *);
42 static seennode_t *findseen (dnode_t *);
43 static void add2seen (dnode_t *);
58 dnode_t dnode; in Dtrace()
77 static void update (dnode_t *pnode) { in update()
79 dnode_t *list, *cnode; in update()
119 dnode_t *anode, *bnode; in cmp()
123 anode = (dnode_t *) a, bnode = (dnode_t *) b; in cmp()
[all …]
/dports/devel/py-yappi/yappi-1.3.3/yappi/
H A Dmem.c7 static dnode_t *dhead;
12 dnode_t *v; in YMEMLEAKCHECK()
46 dnode_t *v; in ymalloc()
61 v = PyMem_Malloc(sizeof(dnode_t)); in ymalloc()
75 dnode_t *v; in yfree()
76 dnode_t *prev; in yfree()
/dports/multimedia/libxine/xine-lib-1.2.11/include/xine/
H A Dxineutils.h66 } dnode_t; typedef
73 struct { dnode_t h; dnode_t *dummy1; };
74 struct { dnode_t *dummy2; dnode_t t; };
80 dnode_t * volatile head;
81 dnode_t *null;
82 dnode_t * volatile tail;
89 dnode_t *dl_rm_this = n; \
98 dnode_t *dl_ah_node = n; \
108 dnode_t *dl_at_node = n; \
117 dnode_t *dl_i_node = n; \
[all …]
/dports/misc/rump/buildrump.sh-b914579/src/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Ddnode.c53 dnode_t *dn = unused; in dnode_cons()
54 bzero(dn, sizeof (dnode_t)); in dnode_cons()
84 dnode_t *dn = unused; in dnode_dest()
105 sizeof (dnode_t), in dnode_init()
118 dnode_verify(dnode_t *dn) in dnode_verify()
274 static dnode_t *
310 dnode_destroy(dnode_t *dn) in dnode_destroy()
490 dnode_t *
545 dnode_t *mdn, *dn; in dnode_hold_impl()
603 dnode_t **winner; in dnode_hold_impl()
[all …]
H A Ddmu.c99 dnode_t *dn; in dmu_buf_hold()
151 dnode_t *dn; in dmu_bonus_hold()
284 dnode_t *dn; in dmu_buf_hold_array()
332 dnode_t *dn; in dmu_prefetch()
486 dnode_t *dn; in dmu_free_long_range()
500 dnode_t *dn; in dmu_free_object()
531 dnode_t *dn; in dmu_free_range()
546 dnode_t *dn; in dmu_read()
1252 dnode_t *dn; in dmu_object_set_blocksize()
1267 dnode_t *dn; in dmu_object_set_checksum()
[all …]
H A Ddmu_object.c38 dnode_t *dn = NULL; in dmu_object_alloc()
90 dnode_t *dn; in dmu_object_claim()
110 dnode_t *dn; in dmu_object_reclaim()
163 dnode_t *dn; in dmu_object_free()
H A Ddmu_tx.c99 dnode_t *dn = NULL; in dmu_tx_hold_object_impl()
213 dnode_t *dn = txh->txh_dnode; in dmu_tx_count_write()
378 dnode_t *dn = txh->txh_dnode; in dmu_tx_count_dnode()
418 dnode_t *dn = txh->txh_dnode; in dmu_tx_count_free()
568 dnode_t *dn; in dmu_tx_hold_free()
639 dnode_t *dn; in dmu_tx_hold_zap()
776 dnode_t *dn = db->db_dnode; in dmu_tx_dirty_buf()
905 dnode_t *dn = txh->txh_dnode; in dmu_tx_try_assign()
989 dnode_t *dn = txh->txh_dnode; in dmu_tx_unassign()
1100 dnode_t *dn = txh->txh_dnode; in dmu_tx_commit()
[all …]
H A Ddmu_objset.c330 offsetof(dnode_t, dn_dirty_link[i])); in dmu_objset_open_impl()
332 offsetof(dnode_t, dn_dirty_link[i])); in dmu_objset_open_impl()
334 list_create(&os->os_dnodes, sizeof (dnode_t), in dmu_objset_open_impl()
335 offsetof(dnode_t, dn_link)); in dmu_objset_open_impl()
440 dnode_t *dn; in dmu_objset_evict_dbufs()
460 dnode_t *next_dn = dn; in dmu_objset_evict_dbufs()
537 dnode_t *mdn; in dmu_objset_create_impl()
890 dnode_t *dn; in dmu_objset_sync_dnodes()
1023 list_create(newlist, sizeof (dnode_t), in dmu_objset_sync()
1024 offsetof(dnode_t, dn_dirty_link[txgoff])); in dmu_objset_sync()
[all …]
/dports/games/gtkradiant/GPL/GtkRadiant/contrib/bobtoolz/
H A Dbsploader.h41 } dnode_t; typedef
122 extern dnode_t *dnodes;
/dports/games/netradiant/netradiant-20150621-src/contrib/bobtoolz/
H A Dbsploader.h44 } dnode_t; typedef
125 extern dnode_t *dnodes;
/dports/games/quakeforge/quakeforge-0.7.2/include/QF/
H A Dbspfile.h145 } dnode_t; typedef
248 dnode_t *nodes;
300 void BSP_AddNode (bsp_t *bsp, const dnode_t *node);

123456789