| /onnv/onnv-gate/usr/src/lib/libavl/ |
| mapfile-vers | 54 avl_walk;
|
| /onnv/onnv-gate/usr/src/uts/common/sys/ |
| avl.h | 205 #define AVL_NEXT(tree, node) avl_walk(tree, node, AVL_AFTER) 206 #define AVL_PREV(tree, node) avl_walk(tree, node, AVL_BEFORE)
|
| avl_impl.h | 158 extern void *avl_walk(struct avl_tree *, void *, int);
|
| /onnv/onnv-gate/usr/src/cmd/filebench/common/ |
| fb_avl.h | 176 extern void *avl_walk(struct avl_tree *, void *, int); 319 #define AVL_NEXT(tree, node) avl_walk(tree, node, AVL_AFTER) 320 #define AVL_PREV(tree, node) avl_walk(tree, node, AVL_BEFORE)
|
| fb_avl.c | 123 avl_walk(avl_tree_t *tree, void *oldnode, int left) function 230 return (avl_walk(tree, data, direction));
|
| /onnv/onnv-gate/usr/src/common/avl/ |
| avl.c | 124 avl_walk(avl_tree_t *tree, void *oldnode, int left) function 229 return (avl_walk(tree, data, direction));
|
| /onnv/onnv-gate/usr/src/uts/common/os/ |
| kstat_fr.c | 483 for (e = avl_first(t); e != NULL; e = avl_walk(t, e, AVL_AFTER)) 771 for (e = avl_first(t); e != NULL; e = avl_walk(t, e, AVL_AFTER)) { 801 for (e = avl_first(t); e != NULL; e = avl_walk(t, e, AVL_AFTER)) { [all...] |
| /onnv/onnv-gate/usr/src/uts/common/fs/zfs/ |
| zap_micro.c | 726 for (other = avl_walk(&zap->zap_m.zap_avl, mze, direction); 728 other = avl_walk(&zap->zap_m.zap_avl, other, direction)) { [all...] |
| /onnv/onnv-gate/usr/src/uts/common/inet/ip/ |
| igmp.c | [all...] |
| ip_if.c | [all...] |
| /onnv/onnv-gate/usr/src/uts/common/inet/ipnet/ |
| ipnet.c | [all...] |
| /onnv/onnv-gate/usr/src/lib/libzfs/common/ |
| libzfs_import.c | 1219 (slice = avl_walk(&slice_cache, slice, [all...] |
| /onnv/onnv-gate/usr/src/uts/common/io/ib/mgt/ibcm/ |
| ibcm_impl.c | 1098 sp = avl_walk(avl_tree, sp, AVL_AFTER)) { [all...] |
| ibcm_ti.c | [all...] |
| /onnv/onnv-gate/usr/src/cmd/nscd/ |
| cache.c | 584 entry = avl_walk(&nscdb->tree, entry, AVL_AFTER)) { [all...] |