Home
last modified time | relevance | path

Searched refs:is_leaf (Results 1 – 5 of 5) sorted by relevance

/titanic_50/usr/src/cmd/perl/contrib/Sun/Solaris/Pg/
H A DPg.pm242 sub is_leaf subroutine
246 return ($pg->{is_leaf});
258 return (grep { is_leaf($self, $_) } $self->all());
940 $pg->{is_leaf} = 1;
964 $pg->{is_leaf} = 0;
/titanic_50/usr/src/cmd/lgrpinfo/
H A Dlgrpinfo.pl246 my $is_leaf = $l->isleaf($lgrp);
250 "root": $is_leaf ? gettext("leaf") : gettext("intermediate");
256 $children = $is_leaf ?
/titanic_50/usr/src/uts/sparc/dtrace/
H A Dfbt.c1093 int have_ctf = 0, is_leaf = 0, nargs, cti = 0; in fbt_provide_module() local
1291 is_leaf = 1; in fbt_provide_module()
1303 if (!have_ctf && !is_leaf) { in fbt_provide_module()
/titanic_50/usr/src/cmd/perl/contrib/Sun/Solaris/Pg/pod/
H A DPg.pod137 =head2 is_leaf(PG)
/titanic_50/usr/src/cmd/perl/contrib/Sun/Solaris/Lgrp/pod/
H A DLgrp.pod83 my $is_leaf = lgrp_isleaf($cookie, $lgrp);
84 $is_leaf = $l->is_leaf($lgrp);