Home
last modified time | relevance | path

Searched refs:tree (Results 151 – 175 of 186) sorted by relevance

12345678

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/
H A Dbuiltins.mm599 a pointer to the parse tree corresponding to the discipline
638 The \f5sh_parse()\fP function returns a parse tree corresponding
639 to a give file stream. The tree can be executed by supplying
/illumos-gate/usr/src/cmd/zfs/
H A Dzfs_main.c6842 uu_avl_t *tree = NULL; in unshare_unmount() local
6856 ((tree = uu_avl_create(pool, NULL, UU_DEFAULT)) == NULL)) in unshare_unmount()
6922 if (uu_avl_find(tree, node, NULL, &idx) == NULL) { in unshare_unmount()
6923 uu_avl_insert(tree, node, idx); in unshare_unmount()
6959 if ((walk = uu_avl_walk_start(tree, in unshare_unmount()
6964 uu_avl_remove(tree, node); in unshare_unmount()
6986 uu_avl_destroy(tree); in unshare_unmount()
/illumos-gate/usr/src/uts/common/fs/proc/
H A Dprsubr.c4273 avl_tree_t *tree; in clear_watched_page() local
4279 tree = &p->p_wpage; in clear_watched_page()
4281 tree = &as->a_wpage; in clear_watched_page()
4285 pwp = avl_find(tree, &tpw, &where); in clear_watched_page()
4287 pwp = avl_nearest(tree, where, AVL_AFTER); in clear_watched_page()
4338 pwp = AVL_NEXT(tree, pwp); in clear_watched_page()
/illumos-gate/usr/src/uts/common/io/usb/clients/hidparser/
H A DREADME51 So how do we construct the tree ?
553 The tree corresponding to the above list will be
579 The actual tree corresponding to a descriptor dump will be
598 As can be seen, the tree that Solaris constructs have carried over GI extra
1521 The actual tree is
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/excalibur/frutree/
H A Dsystem-board.info96 * create the fru modules for CPU and upa in the fru tree
/illumos-gate/usr/src/cmd/zdb/
H A Dzdb.c3074 cksum_record_lookup(avl_tree_t *tree, zio_cksum_t *cksum) in cksum_record_lookup() argument
3079 return (avl_find(tree, &lookup, &where)); in cksum_record_lookup()
3083 cksum_record_insert(avl_tree_t *tree, zio_cksum_t *cksum, int l) in cksum_record_insert() argument
3087 rec = cksum_record_lookup(tree, cksum); in cksum_record_insert()
3092 avl_add(tree, rec); in cksum_record_insert()
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_subr.c115 avl_node_t tree; /* AVL tree link */ member
2395 offsetof(rddir4_cache_impl, tree)); in rddir4_cache_create()
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/enchilada/frutree/
H A Dsystem-board.info376 * Hard disk link between fru and device tree
/illumos-gate/usr/src/lib/krb5/plugins/kdb/ldap/libkdb_ldap/
H A Dkerberos.ldif613 #### This is a kerberos container for all the realms in a tree.
/illumos-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_pool.c3354 nvlist_t *tree, *config, **child, **newchild, *newconfig = NULL; in zpool_vdev_split() local
3374 verify(nvlist_lookup_nvlist(config, ZPOOL_CONFIG_VDEV_TREE, &tree) in zpool_vdev_split()
3385 if (nvlist_lookup_nvlist_array(tree, ZPOOL_CONFIG_CHILDREN, &child, in zpool_vdev_split()
H A Dlibzfs_dataset.c5375 nvlist_t *config, *tree, **vdevs; in volsize_from_vdevs() local
5380 if (nvlist_lookup_nvlist(config, ZPOOL_CONFIG_VDEV_TREE, &tree) != 0 || in volsize_from_vdevs()
5381 nvlist_lookup_nvlist_array(tree, ZPOOL_CONFIG_CHILDREN, in volsize_from_vdevs()
/illumos-gate/usr/src/common/util/
H A DTHIRDPARTYLICENSE.multi3230 1) It will be in a separate directory tree with its own `LICENSE.txt` or
/illumos-gate/usr/src/contrib/ast/lib/package/
H A Dpackage.mk118 packages in this directory tree are controlled by the command
/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/
H A Dpackage.mk118 packages in this directory tree are controlled by the command
/illumos-gate/usr/src/uts/common/smbsrv/ndl/
H A Dsrvsvc.ndl525 * The specified share is present in a Dfs tree structure.
529 * The specified share is the root volume in a Dfs tree.
/illumos-gate/usr/src/pkg/
H A DREADME.pkg135 tree, so if you do this in a workspace that had proto area copied
/illumos-gate/usr/src/tools/scripts/
H A Dwebrev.sh2143 $GIT ls-tree $GIT_PARENT $file | read o_mode type o_object junk
/illumos-gate/usr/src/cmd/file/
H A Dmagic538 0 string EFT\0 Fault tree file,
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/chicago/frutree/
H A Dsystem-board.info466 * Hard disk link between fru and device tree
/illumos-gate/usr/src/lib/
H A DREADME.Makefiles118 header files to install and HDRDIR to the their location in the source tree.
/illumos-gate/exception_lists/
H A Dpackaging755 # smatch is delivered and used only with the source tree
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dspd.c925 ipsec_insert_always(avl_tree_t *tree, void *new_node) in ipsec_insert_always() argument
930 node = avl_find(tree, new_node, &where); in ipsec_insert_always()
932 avl_insert(tree, new_node, where); in ipsec_insert_always()
/illumos-gate/usr/src/cmd/ztest/
H A Dztest.c3118 nvlist_t *tree, **child, *config, *split, **schild; in ztest_split_pool() local
3141 &tree) == 0); in ztest_split_pool()
3144 VERIFY(nvlist_lookup_nvlist_array(tree, ZPOOL_CONFIG_CHILDREN, &child, in ztest_split_pool()
/illumos-gate/usr/src/cmd/ypcmd/yp2lscripts/
H A Dinityp2l.sh488 the directory tree at which all the name service entries
/illumos-gate/usr/src/uts/intel/io/acpica/
H A Dchanges.txt5662 the parse tree object.
6190 tree head. ACPICA BZ 776.
6378 utilities from the original acpica git source tree structure.
7136 0) Git source tree / acpica.org
7139 source tree.
9766 tree. The transformed tree is dumped also.
10203 Linted the entire ACPICA source tree for both 32-bit and 64-bit.
14748 tree.
15752 The source code directory tree was restructured to reflect the
15951 The source code tree has been restructured.
[all …]

12345678