HomeSort by relevance Sort by last modified time
    Searched defs:tree (Results 1 - 25 of 59) sorted by null

1 2 3

  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/Perldoc/
ToTk.pm 16 sub tree { shift->_perldoc_elem('tree' , @_) } subroutine
44 my($tk_opt, $tree);
45 $tree = $self->{'tree' };
75 (($Tk::Pod::VERSION >= 4) ? ('-tree' => $tree) : ())
  /onnv/onnv-gate/usr/src/lib/libast/common/path/
pathexists.c 43 struct Tree_s* tree; member in struct:Tree_s
62 static Tree_t tree; local
64 t = &tree;
75 for (t = p->tree; t && (*cmp)(s, t->name); t = t->next);
84 t->next = p->tree;
85 p->tree = t;
110 p->next = t->tree;
111 t->tree = p;
  /onnv/onnv-gate/usr/src/uts/common/fs/smbsrv/
smb_trans2_query_fs_information.c 258 smb_tree_t *tree; local
263 tree = sr->tid_tree;
265 if (!STYPE_ISDSK(tree->t_res_type)) {
273 snode = tree->t_snode;
308 length = strlen(tree->t_volume);
312 fsid.val[0], length, tree->t_volume);
318 length = smb_wcequiv_strlen(tree->t_volume);
321 length = strlen(tree->t_volume);
334 tree->t_volume);
377 if (tree->t_flags & SMB_TREE_UNICODE_ON_DISK
    [all...]
smb_tree_connect.c 30 * SmbTreeConnect: Map a share to a tree and obtain a tree-id (TID).
51 * USHORT Tid; Tree ID
90 smb_tree_t *tree; local
93 if ((tree = smb_tree_connect(sr)) == NULL)
96 sr->smb_tid = tree->t_tid;
97 sr->tid_tree = tree;
109 * SmbTreeConnectX: Map a share to a tree and obtain a tree-id (TID).
131 * sent a successful SMB_COM_SESSION_SETUP_ANDX request when the tree
282 smb_tree_t *tree; local
    [all...]
smb_find.c 226 smb_tree_t *tree; local
249 tree = sr->tid_tree;
254 (void) strncpy(name, tree->t_volume, sizeof (name));
smb_odir.c 52 * | TREE |<----->| TREE |......| TREE |
98 * - the odir exists in the list of odirs of its tree
105 * - the odir exists in the list of odirs of its tree.
114 * - the odir exists in the list of odirs of its tree.
120 * - the odir exists in the list of odirs of its tree.
122 * - the odir is being removed from the tree's list and deleted.
129 * - The list of odirs of the tree it belongs to.
134 * and there's a lock embedded in the list of odirs of a tree. T
277 smb_tree_t *tree; local
832 smb_tree_t *tree; local
    [all...]
smb_ofile.c 52 * | TREE |<----->| TREE |......| TREE |
92 * - The ofile is queued in the list of ofiles of its tree.
98 * - The ofile is queued in the list of ofiles of its tree.
106 * - The ofile is queued in the list of ofiles of its tree.
113 * added to the list of ofiles of a tree.
130 * - The list of ofiles of the tree it belongs to.
135 * and there's a lock embedded in the list of ofiles of a tree. To
137 * To insert the ofile into the list of ofiles of the tree and to remov
894 smb_tree_t *tree; local
1228 smb_tree_t *tree; local
    [all...]
smb_user.c 52 * | TREE |<----->| TREE |......| TREE |
440 * set here may be overridden by the tree credentials. In domain mode,
441 * the user and tree credentials should be the same. In share mode, the
442 * tree credentials (defined in the share definition) should override
519 * Find a tree by tree-id.
527 smb_tree_t *tree; local
533 tree = smb_llist_head(&user->u_tree_list)
650 smb_tree_t *tree; local
673 smb_tree_t *tree; local
695 smb_tree_t *tree; local
720 smb_tree_t *tree; local
808 smb_tree_t *tree; local
    [all...]
  /onnv/onnv-gate/usr/src/lib/libresolv2/include/isc/
tree.h 0 /* tree.h - declare structures used by tree library
4 * vix 27jun86 [broken out of tree.c]
6 * $Id: tree.h,v 1.3 2005/04/27 04:56:18 sra Exp $
47 tree; typedef in typeref:struct:tree_s
50 void tree_init __P((tree **));
51 tree_t tree_srch __P((tree **, int (*)(), tree_t));
52 tree_t tree_add __P((tree **, int (*)(), tree_t, void (*)()));
53 int tree_delete __P((tree **, int (*)(), tree_t, void (*)()));
54 int tree_trav __P((tree **, int (*)()))
    [all...]
  /onnv/onnv-gate/usr/src/cmd/krb5/kadmin/gui/visualrt/sunsoft/jws/visual/rt/type/
AMConverter.java 50 * be used to save a tree to a file.
202 * attribute management tree given. Appends the string to the given
205 * @param obj attribute management tree reference
207 * @return string that describes the tree
221 AttributeManager tree = (AttributeManager) obj; local
227 if ((tree instanceof WindowShadow) && ((WindowShadow)tree).isPanel()) {
228 AttributeManager child = ((WindowShadow)tree).getPanel();
236 buf.append(shortenShadowPath(tree.getClass().getName()));
239 ListParser.quote(tree.getName(), buf, false)
    [all...]
  /onnv/onnv-gate/usr/src/cmd/mdb/common/modules/genunix/
avl.c 33 void *aw_buff; /* buffer to hold tree element */
65 * initialize a forward walk thru an avl tree.
68 * objects in the tree; either or both may be NULL (defaulting to first and
72 * "avl_tree_t" and "tree element" for use in error messages.
84 avl_tree_t *tree; local
90 element_name = "tree element";
100 tree = &aw->aw_tree;
101 if (mdb_vread(tree, sizeof (avl_tree_t), wsp->walk_addr) == -1) {
105 if (tree->avl_size < tree->avl_offset + sizeof (avl_node_t))
    [all...]
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/B/B/
Concise.pm 124 print $walkHandle tree($cv->ROOT, 0);
135 } elsif ($order eq "tree") {
137 print $walkHandle tree(main_root, 0);
187 } elsif ($o eq "-tree") {
188 $order = "tree";
712 sub tree { subroutine
723 push @lines, tree($kid, $level+1);
795 B::Concise - Walk Perl syntax tree, printing concise info about ops
806 tree in one of several space-efficient text formats suitable for debugging
808 the order they appear in the OP tree, in the order they will execute, o
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/fs/zfs/
zfs_rlock.c 38 * AVL tree
40 * An AVL tree is used to maintain the state of the existing ranges
42 * The starting range offset is used for searching and sorting the tree.
47 * locks. On entry to zfs_lock_range() a rl_t is allocated; the tree
48 * searched that finds no overlap, and *this* rl_t is placed in the tree.
103 avl_tree_t *tree = &zp->z_range_avl; local
146 if (avl_numnodes(tree) == 0) {
148 avl_add(tree, new);
155 rl = avl_find(tree, new, &where);
159 rl = (rl_t *)avl_nearest(tree, where, AVL_AFTER)
355 avl_tree_t *tree = &zp->z_range_avl; local
462 avl_tree_t *tree = &zp->z_range_avl; local
    [all...]
spa_errlog.c 128 avl_tree_t *tree; local
145 tree = &spa->spa_errlist_scrub;
147 tree = &spa->spa_errlist_last;
150 if (avl_find(tree, &search, &where) != NULL) {
157 avl_insert(tree, new, where);
291 * tree to add new errors. spa_errlog_sync() is responsible for actually
  /onnv/onnv-gate/usr/src/cmd/acct/
acctdusg.c 60 static avl_tree_t *tree = NULL; variable
224 switch (add_tnode(&tree, statb.st_dev, statb.st_ino)) {
  /onnv/onnv-gate/usr/src/cmd/chgrp/
chgrp.c 78 static avl_tree_t *tree; /* search tree to store inode data */ variable
235 tree = NULL;
269 * tree so we don't get into an
272 if (add_tnode(&tree,
290 * the search tree.
320 * Add this node to the search tree so we don't
323 if (add_tnode(&tree, stbuf.st_dev,
333 * to add the node to the tree.
337 * being added to the search tree
    [all...]
  /onnv/onnv-gate/usr/src/cmd/chown/
chown.c 72 static avl_tree_t *tree; variable
266 tree = NULL;
301 * tree so we don't get into an
304 if (add_tnode(&tree,
315 * the search tree.
338 * Add this node to the search tree so we don't
341 if (add_tnode(&tree, stbuf.st_dev,
347 * to add the node to the tree.
351 * being added to the search tree.
371 * directory to the search tree so we do not get into endless loops
    [all...]
  /onnv/onnv-gate/usr/src/common/openssl/crypto/x509v3/
pcy_tree.c 65 /* Initialize policy tree. Return values:
68 * 1 Tree initialized OK.
69 * 2 Policy tree is empty.
70 * 5 Tree OK and requireExplicitPolicy true.
71 * 6 Tree empty and requireExplicitPolicy true.
77 X509_POLICY_TREE *tree; local
149 /* If we get this far initialize the tree */
151 tree = OPENSSL_malloc(sizeof(X509_POLICY_TREE));
153 if (!tree)
156 tree->flags = 0
598 X509_POLICY_TREE *tree = NULL; local
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/idmap/
kidmap_priv.h 68 avl_tree_t tree; member in struct:idmap_sid2pid_cache
79 avl_tree_t tree; member in struct:idmap_pid2sid_cache
idmap_cache.c 105 struct avl_tree tree; member in struct:sid_prefix_store
182 avl_create(&cache->sid2pid.tree, (avl_comp_fn)kidmap_compare_sid,
192 avl_create(&cache->uid2sid.tree, (avl_comp_fn)kidmap_compare_pid,
199 avl_create(&cache->gid2sid.tree, (avl_comp_fn)kidmap_compare_pid,
216 while ((sid2pid = avl_destroy_nodes(&cache->sid2pid.tree, &cookie))
220 avl_destroy(&cache->sid2pid.tree);
225 while ((pid2sid = avl_destroy_nodes(&cache->uid2sid.tree, &cookie))
229 avl_destroy(&cache->uid2sid.tree);
234 while ((pid2sid = avl_destroy_nodes(&cache->gid2sid.tree, &cookie))
238 avl_destroy(&cache->gid2sid.tree);
    [all...]
  /onnv/onnv-gate/usr/src/lib/smbsrv/libsmb/common/
smb_kmod.c 250 smb_netconnectinfo_t *tree; local
271 tree = &item->nsi_un.nsi_tree;
272 free(tree->ci_username);
273 free(tree->ci_share);
302 smb_netconnectinfo_t *tree; local
334 tree = &items->nsi_un.nsi_tree;
335 rc = smb_netconnectinfo_decode(tree, data, len,
  /onnv/onnv-gate/usr/src/cmd/agents/snmp/parser/
parse.h 50 struct tree *tp;
104 * A tree in the format of the tree structure of the MIB.
106 struct tree { struct
107 struct tree *child_list; /* list of children of this node */
108 struct tree *next_peer; /* Next node in list of peers */
109 struct tree *parent;
123 struct tree *next;
132 /* non-aggregate types for tree end nodes */
154 struct tree *read_mib()
    [all...]
  /onnv/onnv-gate/usr/src/cmd/picl/plugins/sun4u/lw2plus/fcal_leds/
fcal_leds_thread.c 106 * In the case of disk ready, locate platform tree node for the disk
195 * cannot be found in the platform tree, we have probably
355 * located in the device tree. A check is applied that any node found has
410 di_node_t tree = di_init("/", DINFOCPYALL); local
411 if (tree == DI_NODE_NIL) {
416 r = walk_disks(tree, dtls);
417 if (tree != DI_NODE_NIL)
418 di_fini(tree);
  /onnv/onnv-gate/usr/src/cmd/unpack/
unpack.c 76 static char *tree[25]; variable
104 * set tree[i] to point to leaves for level i
140 tree[i] = eof;
204 p = &tree[lev][j];
487 static int Tree[1024];
510 t = Tree;
553 tp += Tree[tp + (word < 0)];
556 if (Tree[tp] == 0) {
557 putch(Tree[tp+1]);
  /onnv/onnv-gate/usr/src/lib/krb5/plugins/kdb/ldap/libkdb_ldap/
ldap_principal.c 152 unsigned int filterlen=0, tree=0, ntree=1, i=0; local
204 for (tree=0; tree < ntree; ++tree) {
206 LDAP_SEARCH(subtree[tree], ldap_context->lrparams->search_scope, filter, principal_attributes);
234 } /* end of for (tree= ... */

Completed in 360 milliseconds

1 2 3