/titanic_41/usr/src/cmd/pginfo/ |
H A D | pginfo.pl | 405 my $children = $pg_tree->{$pg}->{children}; 406 my @children = $children ? @{$children} : (); 407 @children = $p->intersect(\@children, \@pgs); 408 pg_print_tree($p, $pg_tree, $pg, '', '', scalar @children); 496 my $children = $pg_tree->{$pg}->{children}; 497 my @children = $children ? @{$children} : (); 498 @children = $p->intersect(\@children, \@pgs); 499 my $nchildren = scalar @children; 516 } @children; 539 my @children = $p->children($pg); [all …]
|
/titanic_41/usr/src/cmd/krb5/kadmin/gui/visualrt/sunsoft/jws/visual/rt/base/ |
H A D | AMContainerHelper.java | 65 private Vector children; field in AMContainerHelper 72 children = new Vector(); in AMContainerHelper() 81 return children; in getChildren() 92 return ((Vector) children.clone()).elements(); in getChildList() 99 return children.size(); in getChildCount() 106 if (child != null && !children.contains(child)) { in add() 123 children.addElement(child); in add() 209 children.removeElement(child); in remove() 235 for (Enumeration e = children.elements(); in getChild() 251 for (Enumeration e = children.elements(); e.hasMoreElements(); ) in createChildren() [all …]
|
H A D | Group.java | 136 private Vector children = new Vector(); field in Group 538 Enumeration e = children.elements(); in internalShowGroup() 589 Enumeration e = children.elements(); in internalHideGroup() 725 Enumeration e = children.elements(); in start() 768 Enumeration e = children.elements(); in stop() 804 if (!children.contains(child)) { in add() 806 children.addElement(child); in add() 811 if (children.contains(child)) { in remove() 813 children.removeElement(child); in remove() 833 Enumeration e = children.elements(); in removeRootChildren() [all …]
|
/titanic_41/usr/src/cmd/zpool/ |
H A D | zpool_vdev.c | 549 uint_t c, children; in get_replication() local 577 &child, &children) != 0) { in get_replication() 616 for (c = 0; c < children; c++) { in get_replication() 797 uint_t children; in check_replication() local 818 &child, &children) != 0) || (children == 0)) { in check_replication() 826 if (num_logs(newroot) == children) { in check_replication() 889 uint_t c, children; in make_disks() local 901 &child, &children) != 0) { in make_disks() 960 for (c = 0; c < children; c++) in make_disks() 965 &child, &children) == 0) in make_disks() [all …]
|
H A D | zpool_util.c | 70 uint_t c, children; in num_logs() local 74 &child, &children) != 0) in num_logs() 77 for (c = 0; c < children; c++) { in num_logs()
|
H A D | zpool_main.c | 361 uint_t c, children; in print_vdev_tree() local 368 &child, &children) != 0) in print_vdev_tree() 371 for (c = 0; c < children; c++) { in print_vdev_tree() 1085 uint_t c, children; in max_width() local 1094 &child, &children) == 0) { in max_width() 1095 for (c = 0; c < children; c++) in max_width() 1102 &child, &children) == 0) { in max_width() 1103 for (c = 0; c < children; c++) in max_width() 1110 &child, &children) == 0) { in max_width() 1111 for (c = 0; c < children; c++) in max_width() [all …]
|
/titanic_41/usr/src/cmd/krb5/kadmin/gui/visualrt/sunsoft/jws/visual/rt/type/ |
H A D | TypeEditor.java | 71 private Vector children = new Vector(); field in TypeEditor 208 Enumeration e = children.elements(); in setTitle() 281 children.addElement(child); in addChildEditor() 293 children.removeElement(child); in removeChildEditor() 302 return children.elements(); in getChildEditorList() 311 Enumeration e = children.elements(); in hasChanges() 328 Enumeration e = children.elements(); in clearChanges() 390 Enumeration e = children.elements(); in apply() 439 Enumeration e = children.elements(); in reset()
|
H A D | AttributeListConverter.java | 110 String children = null; in convertFromString() local 142 children = value; in convertFromString() 158 return children; in convertFromString()
|
/titanic_41/usr/src/test/zfs-tests/tests/functional/cli_user/zfs_list/ |
H A D | zfs_list_003_pos.ksh | 58 children="$TESTPOOL/$TESTFS" 61 children="$children $TESTPOOL/$TESTFS/$fs" 68 for fs in $children ; do
|
/titanic_41/usr/src/cmd/pools/poold/com/sun/solaris/service/locality/ |
H A D | LocalityDomain.java | 276 Set children = group.getChildren(); in getGroups() local 278 if (! children.isEmpty()) { in getGroups() 279 Iterator itChild = children.iterator(); in getGroups() 285 descendents.addAll(children); in getGroups() 310 Set children = group.getChildren(); in getGroup() local 312 if (children.isEmpty()) { in getGroup() 321 Iterator itGroup = children.iterator(); in getGroup()
|
H A D | LocalityGroup.java | 65 private Set children; field in LocalityGroup 82 children = new HashSet(); in LocalityGroup() 84 children.add(new LocalityGroup(domain, in LocalityGroup() 113 return (children); in getChildren()
|
/titanic_41/usr/src/cmd/fm/schemes/zfs/ |
H A D | scheme.c | 94 uint_t c, children; in find_vdev_iter() local 105 &child, &children) == 0) { in find_vdev_iter() 107 for (c = 0; c < children; c++) in find_vdev_iter() 113 &child, &children) == 0) { in find_vdev_iter() 115 for (c = 0; c < children; c++) in find_vdev_iter() 121 &child, &children) == 0) { in find_vdev_iter() 123 for (c = 0; c < children; c++) in find_vdev_iter()
|
/titanic_41/usr/src/cmd/isns/isnsd/xml/ |
H A D | data.c | 547 xmlNodePtr children; in parse_xml_obj() local 553 children = node->children; in parse_xml_obj() 564 (children == NULL || in parse_xml_obj() 565 (ec = parse_xml_obj(&children, &obj)) == in parse_xml_obj() 567 if (children != NULL && in parse_xml_obj() 568 children != node->children) { in parse_xml_obj() 569 *nodep = children; in parse_xml_obj() 580 if (children != NULL) { in parse_xml_obj() 581 ec = parse_xml_attr(children, obj, i); in parse_xml_obj() 582 *nodep = children; in parse_xml_obj() [all …]
|
/titanic_41/usr/src/cmd/perl/contrib/Sun/Solaris/Lgrp/ |
H A D | Lgrp.pm | 115 my @children = lgrp_children($cookie, $root); 123 @result = @children ? 124 ($root, map {lgrp_lgrps($cookie, $_)} @children) : 232 sub children subroutine
|
/titanic_41/usr/src/lib/libzfs/common/ |
H A D | libzfs_import.c | 131 uint_t c, children; in fix_paths() local 138 &child, &children) == 0) { in fix_paths() 139 for (c = 0; c < children; c++) in fix_paths() 448 uint_t children = 0; in get_configs() local 588 if (id >= children) { in get_configs() 596 for (c = 0; c < children; c++) in get_configs() 601 children = id + 1; in get_configs() 616 if (max_id < children) { in get_configs() 617 for (c = max_id; c < children; c++) in get_configs() 619 children = max_id; in get_configs() [all …]
|
H A D | libzfs_status.c | 125 uint_t c, children; in find_vdev_problem() local 139 &children) == 0) { in find_vdev_problem() 140 for (c = 0; c < children; c++) in find_vdev_problem() 158 &children) == 0) { in find_vdev_problem() 159 for (c = 0; c < children; c++) in find_vdev_problem()
|
/titanic_41/usr/src/cmd/isns/isnsd/ |
H A D | door.c | 167 (xpath_obj->nodesetval->nodeTab[0]->children) && in process_get_request_from_doc() 168 (xpath_obj->nodesetval->nodeTab[0]->children->name)) { in process_get_request_from_doc() 175 xpath_obj->nodesetval->nodeTab[0]->children->name, in process_get_request_from_doc() 177 xpath_obj->nodesetval->nodeTab[0]->children->name)) in process_get_request_from_doc() 248 xmlNodeGetContent(attr->children); in process_get_request_from_doc() 296 xpath_obj->nodesetval->nodeTab[0]->children->content, in process_enumerate_request_from_doc() 298 xpath_obj->nodesetval->nodeTab[0]->children->content)) in process_enumerate_request_from_doc() 355 xpath_obj->nodesetval->nodeTab[0]->children->content, in process_getAssociated_request_from_doc() 357 xpath_obj->nodesetval->nodeTab[0]->children->content)) in process_getAssociated_request_from_doc() 453 xmlNodeGetContent(attr->children); in process_getAssociated_request_from_doc() [all …]
|
/titanic_41/usr/src/cmd/perl/contrib/Sun/Solaris/Lgrp/t/ |
H A D | Lgrp.t | 134 my @children = lgrp_children($c, $root); 135 ok(scalar @children, lgrp_children($c, $root), 'lgrp_children as scalar'); 139 ok(scalar @children <= scalar @leaves); 145 foreach my $l (@children) { 160 @children = lgrp_children($c, -1); 162 ok(scalar @children, 0, 'Illegal parents have no children');
|
H A D | Lgrp_api.t | 96 my (@children) = $c->children($root); 100 cmp_ok(@children, '<=', @leaves, 'Root should have nchildren <= nleaves'); 103 foreach my $l (@children) {
|
/titanic_41/usr/src/lib/libast/common/misc/ |
H A D | ftwalk.c | 57 register int children; in ftwalk() local 73 if (children = flags & FTW_CHILDREN) in ftwalk() 93 if (children && (e = fts_children(f, 0))) in ftwalk() 124 if (children) in ftwalk()
|
/titanic_41/usr/src/common/zfs/ |
H A D | zfs_comutil.c | 53 uint_t children; in zfs_allocatable_devs() local 56 &child, &children) != 0) { in zfs_allocatable_devs() 59 for (c = 0; c < children; c++) { in zfs_allocatable_devs()
|
/titanic_41/usr/src/cmd/rmt/ |
H A D | rmt.c | 112 static int children; variable 413 while (children > 0) { in main() 414 (void) kill(childpid[--children], SIGKILL); in main() 415 while (wait(NULL) != childpid[children]) in main() 446 while (children < MAXCHILD && in main() 447 (childpid[children] = fork()) > 0) in main() 448 next = childpid[children++]; in main()
|
/titanic_41/usr/src/cmd/lgrpinfo/ |
H A D | lgrpinfo.pl | 173 @lgrp_list = map { $l->children($_) } @lgrp_list if $opt_C; 247 my ($children, $parents, $cpus, $memstr, $rsrc); 255 my @children = $l->children($lgrp); 256 $children = $is_leaf ? 258 gettext("Children: ") . lgrp_collapse(@children); 277 print "\n\t$children$parents" if $do_topo; 423 [ (map { lgrp_tree($c, $_) } $c->children($lgrp)), $lgrp ];
|
/titanic_41/usr/src/uts/sun4u/lw8/sys/ |
H A D | sgfrutree.h | 123 int fru_get_children(fru_hdl_t parent, node_t *children, int max_children); 141 int fru_get_handles(fru_hdl_t parent, fru_hdl_t *children, int max_handles);
|
/titanic_41/usr/src/lib/libzpool/common/ |
H A D | util.c | 74 uint_t c, children; in show_vdev_stats() local 118 if (nvlist_lookup_nvlist_array(nv, ctype, &child, &children) != 0) in show_vdev_stats() 121 for (c = 0; c < children; c++) { in show_vdev_stats()
|