HomeSort by relevance Sort by last modified time
    Searched refs:children (Results 1 - 25 of 84) sorted by null

1 2 3 4

  /onnv/onnv-gate/usr/src/uts/common/io/
pseudo.conf 38 # /pseudo; it has as its children the zone console pseudo nodes.
40 name="zconsnex" parent="/pseudo" instance=1 valid-children="zcons";
  /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...]
zpool_main.c 329 uint_t c, children; local
336 &child, &children) != 0)
339 for (c = 0; c < children; c++) {
681 /* make_root_vdev() allows 0 toplevel children if there are spares */
950 uint_t c, children; local
959 &child, &children) == 0) {
960 for (c = 0; c < children; c++)
967 &child, &children) == 0) {
968 for (c = 0; c < children; c++)
975 &child, &children) == 0)
996 uint_t c, children; local
1039 uint_t c, children; local
1177 uint_t c, children; local
1272 uint_t c, children; local
1953 uint_t c, children; local
2501 uint_t c, children; local
    [all...]
  /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...]
  /onnv/onnv-gate/usr/src/uts/sun4u/lw8/sys/
sgfrutree.h 54 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);
  /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/cmd/pools/poold/com/sun/solaris/service/locality/
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();
LocalityGroup.java 65 private Set children; field in class:LocalityGroup
82 children = new HashSet();
84 children.add(new LocalityGroup(domain,
113 return (children);
  /onnv/onnv-gate/usr/src/cmd/krb5/kadmin/gui/visualrt/sunsoft/jws/visual/rt/type/
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...]
AttributeListConverter.java 110 String children = null; local
138 isChildren = (key.equals(/* NOI18N */"children"));
142 children = value;
158 return 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/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/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/isns/isnsd/xml/
data.c 547 xmlNodePtr children; local
553 children = node->children;
564 (children == NULL ||
565 (ec = parse_xml_obj(&children, &obj)) ==
567 if (children != NULL &&
568 children != node->children) {
569 *nodep = children;
580 if (children != NULL)
    [all...]
  /onnv/onnv-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Lgrp/t/
Lgrp.t 131 # 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...]
Lgrp_api.t 93 # 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');
  /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/isns/isnsd/
door.c 167 (xpath_obj->nodesetval->nodeTab[0]->children) &&
168 (xpath_obj->nodesetval->nodeTab[0]->children->name)) {
175 xpath_obj->nodesetval->nodeTab[0]->children->name,
177 xpath_obj->nodesetval->nodeTab[0]->children->name))
248 xmlNodeGetContent(attr->children);
296 xpath_obj->nodesetval->nodeTab[0]->children->content,
298 xpath_obj->nodesetval->nodeTab[0]->children->content))
355 xpath_obj->nodesetval->nodeTab[0]->children->content,
357 xpath_obj->nodesetval->nodeTab[0]->children->content))
453 xmlNodeGetContent(attr->children);
    [all...]
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/Perldoc/
ToTk.pm 78 # xxx dirty but it works. A simple $mw->destroy if $mw->children
82 if ($mw->children) {
85 foreach ($mw->children) {
  /onnv/onnv-gate/usr/src/lib/libzfs/common/
libzfs_import.c 128 uint_t c, children; local
135 &child, &children) == 0) {
136 for (c = 0; c < children; c++)
443 uint_t children = 0; local
582 if (id >= children) {
590 for (c = 0; c < children; c++)
595 children = id + 1;
610 if (max_id < children) {
611 for (c = max_id; c < children; c++)
613 children = max_id
1448 uint_t c, children; local
    [all...]
  /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/sgs/gprof/common/
lookup.c 113 for (arcp = parentp->children; arcp; arcp = arcp->arc_childlist) {
  /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/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;

Completed in 480 milliseconds

1 2 3 4