Searched refs:leaves (Results 1 - 9 of 9) sorted by relevance

/illumos-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Lgrp/t/
H A DLgrp_api.t97 my @leaves = $c->leaves;
98 ok(@leaves, 'There are some leaves');
100 cmp_ok(@children, '<=', @leaves, 'Root should have nchildren <= nleaves');
142 my $leaf = $leaves[0]; # Pickup any non-root lgrp.
237 my @d_lgrps = grep { defined $latencies->{$_}{$_} } @leaves;
H A DLgrp.t136 my @leaves = lgrp_leaves $c;
137 ok(scalar @leaves);
138 ok(scalar @leaves, lgrp_leaves $c);
139 ok(scalar @children <= scalar @leaves);
242 my@leaves1 = $c->leaves;
243 ok(@leaves, @leaves1) or
244 print STDERR "# \@leaves: @leaves, \@leaves1: @leaves\n";
/illumos-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Lgrp/
H A DLgrp.pm131 # Returns: list of leaves in the hierarchy starting from $lgrp.
219 sub leaves subroutine
221 scalar @_ > 0 or _usage("leaves(class, [lgrp])");
227 scalar @_ > 0 or _usage("leaves(class, [version])");
/illumos-gate/usr/src/cmd/lgrpinfo/
H A Dlgrpinfo.pl167 # "root" and "leaves"
329 gettext(" \"intermediate\" or \"leaves\".\n\n");
382 # Translate 'leaves' to the list of all lgrps'
397 push(@result, $lobj->leaves), next if $lgrp =~ m/^leaves$/i;
/illumos-gate/usr/src/cmd/ztest/
H A Dztest.c2505 uint64_t leaves; local
2511 leaves = MAX(zs->zs_mirrors + zs->zs_splits, 1) * ztest_opts.zo_raidz;
2515 ztest_shared->zs_vdev_next_leaf = find_vdev_hole(spa) * leaves;
2757 uint64_t leaves; local
2770 leaves = MAX(zs->zs_mirrors, 1) * ztest_opts.zo_raidz;
2787 leaf = ztest_random(leaves);
2845 top * leaves + leaf);
4798 uint64_t leaves; local
4814 leaves = MAX(zs->zs_mirrors, 1) * ztest_opts.zo_raidz;
4818 ASSERT(leaves >
[all...]
/illumos-gate/usr/src/uts/i86pc/ml/
H A Dsyscall_asm.s474 * The sys_call handler then leaves space for r_trapno and r_err, and
/illumos-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Pg/
H A DPg.pm252 sub leaves subroutine
254 scalar @_ == 1 or _usage("leaves(cookie, pg)");
/illumos-gate/usr/src/cmd/mdb/sparc/v9/kmdb/
H A Dkaif_startup.s558 * it leaves OBP. Arm the PROM-return programmed entry trap and
/illumos-gate/usr/src/grub/grub-0.97/docs/
H A Dtexinfo.tex3576 % If the index file exists but is empty, then \openin leaves \ifeof

Completed in 74 milliseconds