HomeSort by relevance Sort by last modified time
    Searched refs:avl (Results 1 - 25 of 127) sorted by null

1 2 3 4 5 6

  /onnv/onnv-gate/usr/src/lib/libavl/
req.flg 29 find_files "s.*" usr/src/common/avl
README 31 The actual source code used to build the avl library is also built by
32 the kernel, therefore it resides under usr/src/common/avl. (Common
llib-lavl 36 #include <sys/avl.h>
Makefile.com 30 OBJECTS= avl.o
36 SRCS = $(COMDIR)/avl.c
40 COMDIR = $(SRC)/common/avl
  /onnv/onnv-gate/usr/src/lib/libuutil/
inc.flg 29 find_files "s.*" usr/src/common/avl
30 echo_file usr/src/uts/common/sys/avl.h
Makefile.com 32 avl.o \
53 ../../../common/avl/avl.c \
70 AVLDIR = ../../../common/avl
  /onnv/onnv-gate/usr/src/lib/libcmdutils/common/
llib-lcmdutils 31 #include <sys/avl.h>
avltree.c 29 #include <sys/avl.h>
42 * direct knowledge about the data being stored in the AVL tree,
43 * nor any of the details of the AVL tree representation.
50 * provide the necessary details about the data and AVL tree
56 * For more information on the avl tree routines, see the well
57 * documented source code in avl.c, and the header files in
58 * <sys/avl.h> and <sys/avl_impl.h>.
167 * Create an AVL search tree to keep track of inodes
  /onnv/onnv-gate/usr/src/cmd/mdb/intel/ia32/libavl/
Makefile 32 avl.c
  /onnv/onnv-gate/usr/src/cmd/mdb/sparc/v7/libavl/
Makefile 32 avl.c
  /onnv/onnv-gate/usr/src/cmd/mdb/intel/amd64/libavl/
Makefile 32 avl.c
  /onnv/onnv-gate/usr/src/cmd/mdb/sparc/v9/libavl/
Makefile 32 avl.c
  /onnv/onnv-gate/usr/src/uts/common/fs/smbclnt/netsmb/
smb_pass.h 34 #include <sys/avl.h>
  /onnv/onnv-gate/usr/src/cmd/sgs/tools/
Makefile.targ 48 avl.o: $(VAR_AVLDIR)/avl.c
50 $(VAR_AVLDIR)/avl.c
Makefile.com 49 AVLOBJ= avl.o
  /onnv/onnv-gate/usr/src/lib/libuutil/native/
Makefile 41 # We must use the build's avl headers, to match the common avl.c
43 AVLHEADERS = sys/avl.h sys/avl_impl.h
  /onnv/onnv-gate/usr/src/uts/common/sys/usb/usba/
usba_devdb_impl.h 38 #include <sys/avl.h>
  /onnv/onnv-gate/usr/src/cmd/sgs/include/
_string_table.h 32 #include <sys/avl.h>
43 * Each string table uses a 2-level AVL tree of AVL trees to represent this
46 * The outer (main) AVL tree contains LenNode structures. The search key for
51 * The strings within each LenNode are maintained using a secondary AVL tree
56 avl_node_t sn_avlnode; /* AVL book-keeping */
62 avl_node_t ln_avlnode; /* AVL book-keeping */
63 avl_tree_t *ln_strtree; /* AVL tree of associated strings */
101 avl_tree_t *st_lentree; /* AVL tree of string lengths */
  /onnv/onnv-gate/usr/src/lib/libcmdutils/
libcmdutils.h 50 #include <sys/avl.h>
  /onnv/onnv-gate/usr/src/cmd/mdb/common/modules/genunix/
Makefile.files 32 avl.c \
  /onnv/onnv-gate/usr/src/cmd/sgs/
Makefile.var 64 # VAR_AVLDIR - directory to find avl.c in.
66 # The avl.c file is under usr/src/common/avl in Solaris 10 (and later),
69 # The avl.h and avl_impl.h files are under usr/src/uts/common/sys in
74 # files avl.c, avl.h and avl_impl.h until these files are back ported into
77 VAR_AVLDIR= $(SRCBASE)/common/avl
  /onnv/onnv-gate/usr/src/lib/libidmap/common/
idmap_cache.h 36 #include <sys/avl.h>
  /onnv/onnv-gate/usr/src/uts/common/sys/
sem_impl.h 39 #include <sys/avl.h>
90 avl_node_t un_avl; /* node in per-process avl tree */
shm_impl.h 34 #include <sys/avl.h>
sid.h 31 #include <sys/avl.h>
58 /* Domains are stored in AVL trees so we can share them among SIDs */

Completed in 3350 milliseconds

1 2 3 4 5 6