Home
last modified time | relevance | path

Searched refs:tree (Results 126 – 150 of 185) sorted by relevance

12345678

/illumos-gate/usr/src/lib/libprtdiag/common/
H A Dio.c263 display_io_devices(Sys_tree *tree) in display_io_devices() argument
279 bnode = tree->bd_list; in display_io_devices()
H A Ddisplay_sun4v.c118 sun4v_display(Sys_tree *tree, Prom_node *root, int log, in sun4v_display() argument
158 display_memorysize(tree, NULL, &memory_total); in sun4v_display()
/illumos-gate/usr/src/lib/libresolv2/
H A DMakefile.com63 movefile.o tree.o
/illumos-gate/usr/src/tools/smatch/src/
H A Dparse.c51 static struct token *statement(struct token *token, struct statement **tree);
2070 static struct token *expression_statement(struct token *token, struct expression **tree) in expression_statement() argument
2075 token = parse_expression(token, tree); in expression_statement()
2517 static struct token *statement(struct token *token, struct statement **tree) in statement() argument
2521 *tree = stmt; in statement()
2533 return statement(token, tree); in statement()
2758 struct token *initializer(struct expression **tree, struct token *token) in initializer() argument
2762 *tree = expr; in initializer()
2766 return assignment_expression(token, tree); in initializer()
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/grover/frutree/
H A Dpiclfrutree.info105 * create the fru modules for disks in the fru tree
/illumos-gate/usr/src/tools/smatch/src/Documentation/
H A Dsmatch.txt36 "--call-tree --info --param-mapper --spammy" and finish building the
/illumos-gate/usr/src/grub/grub-0.97/
H A DMAINTENANCE21 1. Check out the source tree from the CVS from scratch.
/illumos-gate/usr/src/uts/common/nfs/
H A Drnode.h82 avl_node_t tree; /* AVL tree links */ member
/illumos-gate/usr/src/uts/common/sys/ib/clients/rds/
H A Dreadme.txt38 * COPYING in the main directory of this source tree, or the
/illumos-gate/usr/src/uts/common/io/ib/clients/rds/
H A Dreadme.txt38 * COPYING in the main directory of this source tree, or the
/illumos-gate/usr/src/contrib/ast/src/lib/libast/
H A DREADME19 ship/shipin from the root of the distribution directory tree.
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/excalibur/frutree/
H A Dpiclfrutree.info123 * create the fru modules for disks in the fru tree
/illumos-gate/usr/src/uts/common/fs/zfs/lua/
H A DREADME.zfs24 source tree to enable execution of ZFS channel programs, including its
/illumos-gate/exception_lists/
H A Dinterface_check43 # Shared objects underneath these parts of the tree are taken to be plugins.
/illumos-gate/usr/src/uts/common/fs/proc/
H A Dprcontrol.c2621 avl_tree_t *tree; in pr_cancel_watch() local
2629 tree = &p->p_wpage; in pr_cancel_watch()
2631 tree = &as->a_wpage; in pr_cancel_watch()
2636 for (pwp = avl_first(tree); pwp != NULL; in pr_cancel_watch()
2637 pwp = AVL_NEXT(tree, pwp)) { in pr_cancel_watch()
/illumos-gate/usr/src/data/zoneinfo/
H A DREADME.illumos34 different names in our source tree.
/illumos-gate/usr/src/lib/libsqlite/test/
H A Dbtree.test786 # Create a tree of depth two. That is, there is a single divider entry
826 # Create a tree with lots more pages
997 # 1. Do some deletes from the 3-layer tree
/illumos-gate/usr/src/tools/
H A DREADME.tools128 Search a directory tree for ELF objects, and produce one line of
133 Finds all files in a source tree that have access times older than a
/illumos-gate/usr/src/uts/common/inet/ipnet/
H A Dipnet.c1666 avl_tree_t *tree; in ipnetif_getby_dev() local
1669 tree = &ips->ips_avl_by_index; in ipnetif_getby_dev()
1670 for (ipnetif = avl_first(tree); ipnetif != NULL; in ipnetif_getby_dev()
1671 ipnetif = avl_walk(tree, ipnetif, AVL_AFTER)) { in ipnetif_getby_dev()
/illumos-gate/usr/src/uts/common/io/e1000api/
H A DREADME.illumos59 other information to the devinfo tree.
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/lw2plus/frutree/
H A Dsystem-board.info109 * create the fru modules for CPUs in the fru tree
118 * create fru module for LOMLite2 in the fru tree
/illumos-gate/usr/src/uts/common/inet/
H A Dipsec_impl.h925 extern void ipsec_insert_always(avl_tree_t *tree, void *new_node);
/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_protect.c1436 insert_slaac_ip(avl_tree_t *tree, in6_addr_t *token, slaac_addr_t *addr) in insert_slaac_ip() argument
1452 if (avl_find(tree, addr, &where) != NULL) in insert_slaac_ip()
1455 avl_insert(tree, addr, where); in insert_slaac_ip()
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/taco/frutree/
H A Dsystem-board.info245 * Hard disk link between fru and device tree
/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

12345678