Searched refs:children (Results 1 - 25 of 73) sorted by relevance

123

/illumos-gate/usr/src/uts/common/io/
H A Dpseudo.conf38 # /pseudo; it has as its children the zone console pseudo nodes.
40 name="zconsnex" parent="/pseudo" instance=1 valid-children="zcons";
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_user/zfs_list/
H A Dzfs_list_003_pos.ksh36 # Verify 'zfs list -r' could recursively display any children
55 log_assert "Verify 'zfs list -r' could display any children recursively."
58 children="$TESTPOOL/$TESTFS"
61 children="$children $TESTPOOL/$TESTFS/$fs"
68 for fs in $children ; do
76 log_pass "'zfs list -r' could display any children recursively."
/illumos-gate/usr/src/cmd/pginfo/
H A Dpginfo.pl405 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);
482 # prefix should be used for the current node, childprefix for children nodes
495 # Get list of my children
[all...]
/illumos-gate/usr/src/cmd/zpool/
H A Dzpool_util.c70 uint_t c, children; local
74 &child, &children) != 0)
77 for (c = 0; c < children; c++) {
H A Dzpool_vdev.c548 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) !
1036 uint_t c, children; local
1188 int c, children = 0; local
1369 uint_t c, children; local
[all...]
/illumos-gate/usr/src/uts/sun4u/lw8/sys/
H A Dsgfrutree.h54 int16_t has_children; /* hint if node has children */
110 * children of a node.
121 * The parent FRU has more than "max_children" children.
123 int fru_get_children(fru_hdl_t parent, node_t *children, int max_children);
128 * children of a node that have FRUs. Use 0 for the top root node.
139 * The parent FRU has more than "max_handles" children.
141 int fru_get_handles(fru_hdl_t parent, fru_hdl_t *children, int max_handles);
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/service/locality/
H A DLocalityDomain.java276 Set children = group.getChildren();
278 if (! children.isEmpty()) {
279 Iterator itChild = children.iterator();
285 descendents.addAll(children);
310 Set children = group.getChildren();
312 if (children.isEmpty()) {
321 Iterator itGroup = children.iterator();
H A DLocalityGroup.java65 private Set children; field in class:LocalityGroup
82 children = new HashSet();
84 children.add(new LocalityGroup(domain,
113 return (children);
/illumos-gate/usr/src/cmd/fm/schemes/zfs/
H A Dscheme.c94 uint_t c, children; local
105 &child, &children) == 0) {
107 for (c = 0; c < children; c++)
113 &child, &children) == 0) {
115 for (c = 0; c < children; c++)
121 &child, &children) == 0) {
123 for (c = 0; c < children; c++)
/illumos-gate/usr/src/common/zfs/
H A Dzfs_comutil.c53 uint_t children; local
56 &child, &children) != 0) {
59 for (c = 0; c < children; c++) {
/illumos-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Lgrp/
H A DLgrp.pm115 my @children = lgrp_children($cookie, $root);
119 # Concatenate root with subtrees for every children. Every subtree is
120 # obtained by calling lgrp_lgrps recursively with each of the children
123 @result = @children ?
124 ($root, map {lgrp_lgrps($cookie, $_)} @children) :
232 sub children subroutine
234 scalar @_ == 2 or _usage("children(class, lgrp)");
/illumos-gate/usr/src/lib/libast/common/misc/
H A Dftwalk.c57 register int children; local
73 if (children = flags & FTW_CHILDREN)
93 if (children && (e = fts_children(f, 0)))
124 if (children)
/illumos-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_status.c125 uint_t c, children; local
139 &children) == 0) {
140 for (c = 0; c < children; c++)
158 &children) == 0) {
159 for (c = 0; c < children; c++)
H A Dlibzfs_import.c131 uint_t c, children; local
138 &child, &children) == 0) {
139 for (c = 0; c < children; c++)
448 uint_t children = 0; local
588 if (id >= children) {
596 for (c = 0; c < children; c++)
601 children = id + 1;
616 if (max_id < children) {
617 for (c = max_id; c < children; c++)
619 children
1470 uint_t c, children; local
[all...]
/illumos-gate/usr/src/cmd/isns/isnsd/xml/
H A Ddata.c553 xmlNodePtr children; local
559 children = node->children;
570 (children == NULL ||
571 (ec = parse_xml_obj(&children, &obj)) ==
573 if (children != NULL &&
574 children != node->children) {
575 *nodep = children;
586 if (children !
[all...]
/illumos-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Lgrp/t/
H A DLgrp.t131 # All root children should have root as their one and only one parent
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) {
154 ok($fail, 0, 'correct parents for children');
158 # Illegal parents have no children
160 @children = lgrp_children($c, -1);
162 ok(scalar @children, 0, 'Illegal parents have no children');
[all...]
H A DLgrp_api.t93 # All root children should have root as their one and only one parent
96 my (@children) = $c->children($root);
100 cmp_ok(@children, '<=', @leaves, 'Root should have nchildren <= nleaves');
103 foreach my $l (@children) {
111 is($fail, 0, 'correct parents for children');
/illumos-gate/usr/src/cmd/isns/isnsd/
H A Ddoor.c173 (xpath_obj->nodesetval->nodeTab[0]->children) &&
174 (xpath_obj->nodesetval->nodeTab[0]->children->name)) {
181 xpath_obj->nodesetval->nodeTab[0]->children->name,
183 xpath_obj->nodesetval->nodeTab[0]->children->name))
254 xmlNodeGetContent(attr->children);
302 xpath_obj->nodesetval->nodeTab[0]->children->content,
304 xpath_obj->nodesetval->nodeTab[0]->children->content))
361 xpath_obj->nodesetval->nodeTab[0]->children->content,
363 xpath_obj->nodesetval->nodeTab[0]->children->content))
459 xmlNodeGetContent(attr->children);
[all...]
/illumos-gate/usr/src/cmd/pools/poold/libjlgrp/
H A Djlgrp.c139 jlongArray children; local
155 children = (*env)->NewLongArray(env, nchild0);
176 (*env)->SetLongArrayRegion(env, children, 0, nchild, java_child);
179 return (children);
/illumos-gate/usr/src/cmd/sgs/gprof/common/
H A Dlookup.c113 for (arcp = parentp->children; arcp; arcp = arcp->arc_childlist) {
/illumos-gate/usr/src/cmd/rmt/
H A Drmt.c112 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++];
/illumos-gate/usr/src/cmd/lgrpinfo/
H A Dlgrpinfo.pl173 @lgrp_list = map { $l->children($_) } @lgrp_list if $opt_C;
247 my ($children, $parents, $cpus, $memstr, $rsrc);
254 # Get children of this lgrp.
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;
414 # of the children as a starting node. Builds a reference to the list with the
422 # Call itself for each of the children an
[all...]
/illumos-gate/usr/src/cmd/hotplugd/
H A Dhotplugd_info.c178 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;
/illumos-gate/usr/src/cmd/hal/hald/solaris/
H A Ddevinfo.c253 /* 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"));
/illumos-gate/usr/src/lib/libzpool/common/
H A Dutil.c76 uint_t c, children; local
120 if (nvlist_lookup_nvlist_array(nv, ctype, &child, &children) != 0)
123 for (c = 0; c < children; c++) {

Completed in 107 milliseconds

123