HomeSort by relevance Sort by last modified time
    Searched refs:avl_offset (Results 1 - 5 of 5) sorted by null

  /onnv/onnv-gate/usr/src/cmd/mdb/common/modules/genunix/
avl.c 105 if (tree->avl_size < tree->avl_offset + sizeof (avl_node_t)) {
106 mdb_warn("invalid avl_tree_t at %p, avl_size:%d, avl_offset:%d",
107 wsp->walk_addr, tree->avl_size, tree->avl_offset);
116 aw->aw_end = (end == NULL ? NULL : end + tree->avl_offset);
131 addr = avl_leftmostchild(addr, aw->aw_buff, tree->avl_offset,
137 wsp->walk_addr = begin + tree->avl_offset;
200 offset = aw->aw_tree.avl_offset;
  /onnv/onnv-gate/usr/src/common/avl/
avl.c 48 * data structure "void *"s by adding/subracting the avl_offset.
126 size_t off = tree->avl_offset;
175 size_t off = tree->avl_offset;
194 size_t off = tree->avl_offset;
219 size_t off = tree->avl_offset;
249 size_t off = tree->avl_offset;
477 size_t off = tree->avl_offset;
581 node = AVL_DATA2NODE(here, tree->avl_offset);
596 AVL_NODE2DATA(node, tree->avl_offset));
605 AVL_NODE2DATA(node, tree->avl_offset));
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/sys/
avl_impl.h 126 * the value of "o" is tree->avl_offset
142 * The tree structure. The fields avl_root, avl_compar, and avl_offset come
149 size_t avl_offset; /* offsetof(type, avl_link_t field) */ member in struct:avl_tree
  /onnv/onnv-gate/usr/src/cmd/filebench/common/
fb_avl.c 50 * data structure "void *"s by adding/subracting the avl_offset.
125 size_t off = tree->avl_offset;
174 size_t off = tree->avl_offset;
193 size_t off = tree->avl_offset;
218 size_t off = tree->avl_offset;
250 size_t off = tree->avl_offset;
480 size_t off = tree->avl_offset;
595 node = AVL_DATA2NODE(here, tree->avl_offset);
664 size_t off = tree->avl_offset;
897 tree->avl_offset = offset
    [all...]
fb_avl.h 144 * the value of "o" is tree->avl_offset
160 * The tree structure. The fields avl_root, avl_compar, and avl_offset come
167 size_t avl_offset; /* offsetof(type, avl_link_t field) */ member in struct:avl_tree

Completed in 5819 milliseconds