Searched defs:leaves (Results 1 - 3 of 3) sorted by relevance

/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/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/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...]

Completed in 74 milliseconds