| /onnv/onnv-gate/usr/src/cmd/zpool/ |
| zpool_util.c | 70 uint_t c, children; local 74 &child, &children) != 0) 77 for (c = 0; c < children; c++) {
|
| zpool_vdev.c | 549 uint_t c, children; local 577 &child, &children) != 0) { 616 for (c = 0; c < children; c++) { 797 uint_t children; local 814 * for spares there may be no children, and therefore no 818 &child, &children) != 0) || (children == 0)) { 826 if (num_logs(newroot) == children) { 889 uint_t c, children; local 901 &child, &children) != 0) 1036 uint_t c, children; local 1187 int c, children = 0; local [all...] |
| /onnv/onnv-gate/usr/src/common/zfs/ |
| zfs_comutil.c | 52 uint_t children; local 55 &child, &children) != 0) { 58 for (c = 0; c < children; c++) {
|
| /onnv/onnv-gate/usr/src/lib/libast/common/misc/ |
| ftwalk.c | 57 register int children; local 73 if (children = flags & FTW_CHILDREN) 93 if (children && (e = fts_children(f, 0))) 124 if (children)
|
| /onnv/onnv-gate/usr/src/cmd/pools/poold/com/sun/solaris/service/locality/ |
| LocalityGroup.java | 65 private Set children; field in class:LocalityGroup 82 children = new HashSet(); 84 children.add(new LocalityGroup(domain, 113 return (children);
|
| LocalityDomain.java | 276 Set children = group.getChildren(); local 278 if (! children.isEmpty()) { 279 Iterator itChild = children.iterator(); 285 descendents.addAll(children); 310 Set children = group.getChildren(); local 312 if (children.isEmpty()) { 321 Iterator itGroup = children.iterator();
|
| /onnv/onnv-gate/usr/src/cmd/krb5/kadmin/gui/visualrt/sunsoft/jws/visual/rt/type/ |
| AttributeListConverter.java | 110 String children = null; local 138 isChildren = (key.equals(/* NOI18N */"children")); 142 children = value; 158 return children;
|
| TypeEditor.java | 71 private Vector children = new Vector(); field in class:TypeEditor 122 * during this method. Any children who have unapplied changes 208 Enumeration e = children.elements(); 281 children.addElement(child); 293 children.removeElement(child); 302 return children.elements(); 307 * type editor (or any of its children) and they have not yet been 311 Enumeration e = children.elements(); 323 * of its children. 328 Enumeration e = children.elements() [all...] |
| AMConverter.java | 247 // children 293 * string. That root object may contain other objects, or children, 331 // Parse the attributes and children 373 String children = attrlistconv.convertFromString local 375 if (children == null) 378 Enumeration e = ListParser.getListElements(children, 3); 406 // immediate children
|
| /onnv/onnv-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Lgrp/ |
| Lgrp.pm | 114 my @children = lgrp_children($cookie, $root); 118 # Concatenate root with subtrees for every children. Every subtree is 119 # obtained by calling lgrp_lgrps recursively with each of the children 122 @result = @children ? 123 ($root, map {lgrp_lgrps($cookie, $_)} @children) : 231 sub children subroutine 233 scalar @_ == 2 or _usage("children(class, lgrp)");
|
| /onnv/onnv-gate/usr/src/cmd/pools/poold/libjlgrp/ |
| jlgrp.c | 139 jlongArray children; local 155 children = (*env)->NewLongArray(env, nchild0); 176 (*env)->SetLongArrayRegion(env, children, 0, nchild, java_child); 179 return (children);
|
| /onnv/onnv-gate/usr/src/cmd/fm/schemes/zfs/ |
| scheme.c | 92 uint_t c, children; local 103 &child, &children) != 0) 106 for (c = 0; c < children; c++) 111 &child, &children) != 0) 114 for (c = 0; c < children; c++)
|
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/ |
| InputObjects.pm | 519 ## children that are interior-sequences to be $self 522 my ($self, @children) = @_; 524 for (@children) { 617 for ( $self->{'-ptree'}->children ) { 773 $ptree->top( @children ); 780 children for the top node. 797 =head2 $ptree-E<gt>B<children()> 799 This method gets/sets the children of the top node in the parse-tree. 800 If no arguments are given, it returns the list (array) of children 803 children for the top node 807 sub children { subroutine [all...] |
| /onnv/onnv-gate/usr/src/lib/libzpool/common/ |
| util.c | 75 uint_t c, children; local 119 if (nvlist_lookup_nvlist_array(nv, ctype, &child, &children) != 0) 122 for (c = 0; c < children; c++) {
|
| /onnv/onnv-gate/usr/src/cmd/hotplugd/ |
| hotplugd_info.c | 178 hp_node_list_t children; local 212 (void) memset(&children, 0, sizeof (hp_node_list_t)); 217 (void) hp_fini(children.head); 222 node_list_add(&children, branch); 224 self->hp_child = children.head;
|
| /onnv/onnv-gate/usr/src/lib/libzfs/common/ |
| libzfs_status.c | 122 uint_t c, children; local 136 &children) == 0) { 137 for (c = 0; c < children; c++)
|
| /onnv/onnv-gate/usr/src/cmd/krb5/kadmin/gui/visualrt/sunsoft/jws/visual/rt/base/ |
| AMContainerHelper.java | 59 * A list of any shadow children a particular shadow instance 65 private Vector children; field in class:AMContainerHelper 72 children = new Vector(); 76 * Returns the list of children this helper is keeping track 81 return children; 85 * Returns a list of the children that the caller can use 89 * for removing children from the container. 92 return ((Vector) children.clone()).elements(); 96 * Returns the number of children in the container. 99 return children.size() [all...] |
| Root.java | 135 * The first child in the children vector is the main container. 182 Vector children = containerHelper.getChildren(); local 183 if (!children.removeElement(container)) 187 children.insertElementAt(container, 0); 199 Vector children = containerHelper.getChildren(); local 200 if (children.size() > 0) 201 return (AttributeManager)children.elementAt(0); 281 // Naming children validly and uniquely 671 * Maps all the visible children of the root. Do not call this 696 * Unmaps all the children of the root. Do not call thi [all...] |
| /onnv/onnv-gate/usr/src/cmd/syseventd/modules/zfs_mod/ |
| zfs_mod.c | 238 uint_t c, children; local 244 * First iterate over any children. 247 &child, &children) == 0) { 248 for (c = 0; c < children; c++) 270 * of its children. 273 * the target is one of its children.
|
| /onnv/onnv-gate/usr/src/cmd/hal/hald/solaris/ |
| devinfo.c | 253 /* Leave device with info.ignore==TRUE so we won't pick up children */ 345 GSList *children; local 358 /* first remove children */ 359 children = hal_device_store_match_multiple_key_value_string (hald_get_gdl(), 361 for (i = children; i != NULL; i = g_slist_next (i)) { 366 g_slist_free (children); 367 HAL_INFO (("remove_branch: done with children"));
|
| /onnv/onnv-gate/usr/src/uts/common/fs/zfs/ |
| vdev_mirror.c | 262 int c, children; local 271 * children. If any child succeeds, it will copy its 288 children = (c >= 0); 293 * Writes go to all children. 296 children = mm->mm_children; 299 while (children--) { 379 * If we don't have a good copy yet, keep trying other children. 404 * Use the good data we have in hand to repair damaged children. 408 * Don't rewrite known good children.
|
| /onnv/onnv-gate/usr/src/cmd/rmt/ |
| rmt.c | 112 static int children; variable 413 while (children > 0) { 414 (void) kill(childpid[--children], SIGKILL); 415 while (wait(NULL) != childpid[children]) 446 while (children < MAXCHILD && 447 (childpid[children] = fork()) > 0) 448 next = childpid[children++];
|
| /onnv/onnv-gate/usr/src/uts/common/os/ |
| lgrp_topo.c | 254 * children 277 * that don't have any children left until we reach an ancestor that 278 * has multiple children 361 * Delete ancestors of lgrp1 that don't have any other children 375 * Reparent children lgroups of lgrp1 to lgrp2 899 * children 1268 * Remove leaf and its ancestors that don't have any other children 1545 klgrpset_t children; local [all...] |
| /onnv/onnv-gate/usr/src/cmd/fm/modules/common/zfs-diagnosis/ |
| zfs_de.c | 160 uint_t c, children; local 179 * Iterate over all children. 182 &children) == 0) { 183 for (c = 0; c < children; c++) 188 &children) == 0) { 189 for (c = 0; c < children; c++) 194 &children) == 0) { 195 for (c = 0; c < children; c++)
|
| /onnv/onnv-gate/usr/src/cmd/fm/modules/common/zfs-retire/ |
| zfs_retire.c | 100 uint_t c, children; local 115 &child, &children) != 0) 118 for (c = 0; c < children; c++) { 125 &child, &children) != 0) 128 for (c = 0; c < children; c++) {
|