Home
last modified time | relevance | path

Searched refs:tree (Results 101 – 125 of 186) sorted by relevance

12345678

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/tests/
H A Dcomvar.sh498 typeset -C tree
510 f1 tree
512 [[ $tree == "$expected" ]] || err_exit 'move of compound local variable to global variable not wor…
/illumos-gate/usr/src/cmd/du/
H A Ddu.c96 static avl_tree_t *tree = NULL; variable
365 if ((rc = add_tnode(&tree, stb.st_dev, stb.st_ino)) != 1) { in descend()
/illumos-gate/usr/src/uts/common/fs/smbclnt/netsmb/
H A DREADME13 tree.
/illumos-gate/usr/src/uts/common/fs/smbclnt/smbfs/
H A Dsmbfs_node.h73 avl_node_t tree; /* AVL tree links */ member
/illumos-gate/usr/src/cmd/nscd/
H A Dcache.c602 for (entry = avl_first(&nscdb->tree), i = 0; entry != NULL; in avl_dump()
603 entry = avl_walk(&nscdb->tree, entry, AVL_AFTER)) { in avl_dump()
620 nscdb->name, avl_numnodes(&nscdb->tree)); in queue_dump()
757 avl_create(&nscdb->tree, nscdb->compar, sizeof (nsc_entry_t), in make_cache()
2094 avl_remove(&nscdb->tree, entry); in delete_entry()
2136 *entry = (nsc_entry_t *)avl_find(&nscdb->tree, &find_entry, &pos); in lookup_cache()
2185 avl_insert(&nscdb->tree, *entry, pos); /* O(log n) */ in lookup_cache()
2358 nentries = avl_numnodes(&nscdb->tree); in reap_cache()
2431 nodes_togo = (value * avl_numnodes(&nscdb->tree)) / 100; in reap_cache()
H A Dcache.h241 avl_tree_t tree; member
/illumos-gate/usr/src/lib/libshare/common/
H A Dlibshare_impl.h110 xmlNodePtr tree; member
/illumos-gate/usr/src/cmd/ast/
H A DREADME.ast12 builds, these files are present in this tree under libXXX/<arch>/FEATURE/
/illumos-gate/usr/src/uts/i86pc/io/acpi/drmach_acpi/
H A Ddrmach_acpi.h134 drmach_node_t *tree; member
/illumos-gate/
H A DREADME.md3 This is the core [illumos](https://illumos.org) source tree.
/illumos-gate/usr/src/tools/smatch/src/Documentation/
H A Ddata-structures.txt21 …t symbol, struct statement, and struct expression represent most of the abstract syntax tree for C.
22 …t represents most of the "front-end" of Sparse: parsing C and generating that abstract syntax tree.
/illumos-gate/usr/src/lib/smbsrv/libmlsvc/common/
H A Dsrvsvc_svc.c428 smb_netconnectinfo_t *tree; in srvsvc_netconnectenum_common() local
441 tree = &item->nsi_un.nsi_tree; in srvsvc_netconnectenum_common()
445 ci0->coni0_id = tree->ci_id; in srvsvc_netconnectenum_common()
450 ci1->coni1_id = tree->ci_id; in srvsvc_netconnectenum_common()
451 ci1->coni1_type = tree->ci_type; in srvsvc_netconnectenum_common()
452 ci1->coni1_num_opens = tree->ci_numopens; in srvsvc_netconnectenum_common()
453 ci1->coni1_num_users = tree->ci_numusers; in srvsvc_netconnectenum_common()
454 ci1->coni1_time = tree->ci_time; in srvsvc_netconnectenum_common()
456 NDR_STRDUP(mxa, tree->ci_username); in srvsvc_netconnectenum_common()
458 NDR_STRDUP(mxa, tree->ci_share); in srvsvc_netconnectenum_common()
/illumos-gate/usr/src/uts/common/xen/public/
H A DCOPYING11 tree of an operating system when porting that OS to run on Xen. Doing
/illumos-gate/usr/src/contrib/ast/src/cmd/msgcc/
H A DNOTES37 architecture specific tree, even though they will be eventually used
/illumos-gate/usr/src/cmd/fm/modules/common/eversholt/
H A DREADME30 driven by one or more eversholt fault tree (.eft) files.
/illumos-gate/usr/src/tools/findunref/
H A Dexception_list.open29 # open-tree exception list
176 # These are in the source tree for reference, but another identical copy is
H A Dexception_list.closed27 # closed-tree exception list
/illumos-gate/usr/src/uts/common/io/ib/clients/rds/
H A DTHIRDPARTYLICENSE6 * COPYING in the main directory of this source tree, or the
/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_common_open.c251 smb_tree_t *tree = sr->tid_tree; in smb_common_open() local
321 if (smb_idpool_alloc(&tree->t_fid_pool, &tree_fid)) in smb_common_open()
1223 smb_idpool_free(&tree->t_fid_pool, tree_fid); in smb_common_open()
H A Dsmb_node.c1158 smb_node_getshrpath(smb_node_t *node, smb_tree_t *tree, in smb_node_getshrpath() argument
1164 ASSERT(tree); in smb_node_getshrpath()
1165 ASSERT(tree->t_snode); in smb_node_getshrpath()
1167 rc = smb_node_getpath(node, tree->t_snode->vp, buf, buflen); in smb_node_getshrpath()
H A Dsmb2_qinfo_file.c734 smb_tree_t *tree = sr->tid_tree; in smb2_qif_id_info() local
744 s_vfs = SMB_NODE_VFS(tree->t_snode); in smb2_qif_id_info()
/illumos-gate/usr/src/data/ucode/
H A DREADME.ucode53 inserting it into the tree and package manifest. Be careful about new files.
/illumos-gate/usr/src/uts/sun4u/opl/io/
H A Ddrmach.c146 drmach_node_t *tree; member
1050 bp->tree = drmach_node_new(); in drmach_board_new()
1074 if (bp->tree) in drmach_board_dispose()
1075 drmach_node_dispose(bp->tree); in drmach_board_dispose()
1681 if (bp->tree == NULL) in drmach_board_find_devices()
1682 bp->tree = drmach_node_new(); in drmach_board_find_devices()
1690 rv = drmach_node_walk(bp->tree, &data, drmach_board_find_devices_cb); in drmach_board_find_devices()
2509 if (bp->tree) { in drmach_board_deprobe()
2510 drmach_node_dispose(bp->tree); in drmach_board_deprobe()
2511 bp->tree = NULL; in drmach_board_deprobe()
/illumos-gate/usr/src/uts/common/os/
H A Dcontract.c1185 contract_lookup_common(avl_tree_t *tree, uint64_t zuniqid, ctid_t current) in contract_lookup_common() argument
1192 ct = avl_find(tree, &template, &where); in contract_lookup_common()
1194 ct = avl_nearest(tree, where, AVL_AFTER); in contract_lookup_common()
1197 ct = AVL_NEXT(tree, ct); in contract_lookup_common()
1288 contract_ptr_common(avl_tree_t *tree, ctid_t id, uint64_t zuniqid) in contract_ptr_common() argument
1293 ct = avl_find(tree, &template, NULL); in contract_ptr_common()
/illumos-gate/usr/src/uts/
H A DREADME132 in a multiple directory environment. Each source tree below the
230 The above diagram does not reflect the full component tree. The full component
231 tree may be displayed with the "nsecomp list -r :src:uts.all" command.

12345678