Searched refs:avl (Results 1 - 25 of 31) sorted by relevance

12

/osnet-11/usr/src/lib/libavl/
H A Dreq.flg29 find_files "s.*" usr/src/common/avl
H A Dllib-lavl36 #include <sys/avl.h>
H A DMakefile.com27 OBJECTS= avl.o
33 SRCS = $(COMDIR)/avl.c
37 COMDIR = $(SRC)/common/avl
/osnet-11/usr/src/lib/libuutil/
H A Dinc.flg29 find_files "s.*" usr/src/common/avl
30 echo_file usr/src/uts/common/sys/avl.h
H A DMakefile.com29 avl.o \
52 ../../../common/avl/avl.c \
69 AVLDIR = ../../../common/avl
/osnet-11/usr/src/lib/libcmdutils/common/
H A Dllib-lcmdutils31 #include <sys/avl.h>
H A Davltree.c29 #include <sys/avl.h>
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>.
/osnet-11/usr/src/lib/libuutil/native/
H A DMakefile38 # We must use the build's avl headers, to match the common avl.c
40 AVLHEADERS = sys/avl.h sys/avl_impl.h
/osnet-11/usr/src/lib/libcmdutils/
H A Dlibcmdutils.h47 #include <sys/avl.h>
/osnet-11/usr/src/lib/libidmap/common/
H A Didmap_cache.h36 #include <sys/avl.h>
H A Didmap_cache.c34 #include <sys/avl.h>
184 idmap_purge_winname2uid_gid_cache(winname2uid_gid_cache_t *avl, size_t limit);
/osnet-11/usr/src/lib/pkcs11/pkcs11_kms/common/
H A DkmsSession.h34 #include <sys/avl.h>
/osnet-11/usr/src/lib/libuvfs/common/
H A Dlibuvfs.h79 #include <sys/avl.h>
H A Dstash.c28 #include <sys/avl.h>
H A Dname.c28 #include <sys/avl.h>
/osnet-11/usr/src/lib/libzpool/common/
H A Dutil.c27 #include <sys/avl.h>
/osnet-11/usr/src/lib/nsswitch/ldap/common/
H A Dldap_common.h41 #include <sys/avl.h>
/osnet-11/usr/src/lib/libzfs/common/
H A Dlibzfs_sendrecv.c466 fsavl_find(avl_tree_t *avl, zfs_type_t type, uint64_t guid, char **name) argument
474 fn = avl_find(avl, &fn_find, NULL);
484 fsavl_destroy(avl_tree_t *avl) argument
489 if (avl == NULL)
493 while ((fn = avl_destroy_nodes(avl, &cookie)) != NULL)
495 avl_destroy(avl);
496 free(avl);
500 * Given an nvlist, produce an avl tree of snapshots and shares,
917 avl_tree_t *avl = data; local
922 node = avl_find(avl,
969 avl_tree_t avl; local
1989 created_before(libzfs_handle_t *hdl, avl_tree_t *avl, uint64_t guid1, uint64_t guid2) argument
[all...]
H A Dlibzfs_cache.c32 #include <sys/avl.h>
/osnet-11/usr/src/lib/libsec/common/
H A Daclutils.c39 #include <sys/avl.h>
/osnet-11/usr/src/lib/libsmb/common/
H A Dlibsmb.h35 #include <sys/avl.h>
H A Dsmb_pwdutil.c34 #include <sys/avl.h>
/osnet-11/usr/src/lib/libuutil/common/
H A Duu_avl.c33 #include <sys/avl.h>
42 * We leave the low bit alone, since the avl code uses it.
/osnet-11/usr/src/lib/libntfs/common/libntfs/
H A Dattrib.c1785 register u32 avl; local
1786 avl = le32_to_cpu(a->u.res.value_length);
1787 if (val_len == avl)
1789 if (val_len < avl) {
/osnet-11/usr/src/lib/libdiskmgt/common/
H A Dentry.c39 #include <sys/avl.h>

Completed in 143 milliseconds

12