Home
last modified time | relevance | path

Searched refs:parents (Results 1 – 25 of 44) sorted by relevance

12

/titanic_44/usr/src/cmd/perl/contrib/Sun/Solaris/Lgrp/t/
H A DLgrp_api.t101 my @parents;
104 (@parents) = $c->parents($l) or
106 my $nparents = @parents;
107 my ($parent, @rest) = @parents;
121 my (@parents) = $c->parents($l) or
123 my $nparents = @parents;
128 @parents = $c->parents($root);
129 ok(!@parents, 'root should have no parents');
H A DLgrp.t141 my @parents;
146 @parents = lgrp_parents($c, $l) or
148 my $nparents = @parents;
149 my ($parent, @rest) = @parents;
169 @parents = lgrp_parents($c, $root);
170 ok(scalar @parents, 0, 'root should have no parents');
177 @parents = lgrp_parents($c, -1);
179 ok(scalar @parents, 0, 'Illegal children have no paremts');
/titanic_44/usr/src/cmd/sgs/gprof/common/
H A Darcs.c87 arcp->arc_parentlist = childp->parents; in addarc()
88 childp->parents = arcp; in addarc()
309 cyclenlp->parents = 0; /* caller arcs list */ in cyclelink()
331 for (arcp = memberp->parents; arcp; in cyclelink()
371 for (arcp = childp->parents; arcp; in inheritflags()
397 for (arcp = memp->parents; arcp; in inheritflags()
434 if (!siblingp->parents) in check_ancestors()
436 for (parentsp = siblingp->parents; parentsp; in check_ancestors()
453 if (!siblingp->parents) in check_parents()
455 for (parentsp = siblingp->parents; parentsp; in check_parents()
H A Dgprof.callg.blurb48 its parents.
51 all of its parents. This is the denominator of
54 parents the name of this parent, with an indication of the
88 * these fields are omitted for parents (or
95 ** static-only parents and children are indicated
H A Dprintgprof.c403 if (childp->parents == 0) { in printparents()
411 for (arcp = childp->parents; arcp; arcp = arcp->arc_parentlist) { in printparents()
608 for ((arcp = childp->parents) && (detachedp = arcp->arc_parentlist); in sortparents()
628 childp->parents = sorted.arc_parentlist; in sortparents()
/titanic_44/usr/src/lib/liblgrp/common/
H A Dlgrp.c152 ulong_t *parents; in parent_orphans() local
187 parents = lgrp_info->info_parents; in parent_orphans()
189 if (parents[j] != 0) { in parent_orphans()
198 BT_SET(parents, root->info_lgrpid); in parent_orphans()
217 ulong_t *parents; in prune_child() local
224 parents = lgrp_info->info_parents; in prune_child()
225 if (parents == NULL) in prune_child()
232 if (BT_TEST(parents, i)) { in prune_child()
611 lgrp_parents(lgrp_cookie_t cookie, lgrp_id_t lgrp, lgrp_id_t *parents, in lgrp_parents() argument
645 if (parents == NULL || count < 1) in lgrp_parents()
[all …]
/titanic_44/usr/src/tools/scripts/
H A Dhgstyle1 changeset = 'changeset: {rev}:{node|short}\n{branches}{tags}{parents}user: {author}\ndate:…
3 changeset_verbose = '\nchangeset: {rev}:{node|short}\n{branches}{tags}{parents}user: {auth…
4 changeset_debug = 'changeset: {rev}:{node}\n{branches}{tags}{parents}{manifest}{extras}user: …
/titanic_44/usr/src/cmd/lgrpinfo/
H A Dlgrpinfo.pl172 @lgrp_list = map { $l->parents($_) } @lgrp_list if $opt_P;
247 my ($children, $parents, $cpus, $memstr, $rsrc);
260 my @parents = $l->parents($lgrp);
261 $parents = @parents ?
262 gettext(", Parent: ") . "@parents" :
277 print "\n\t$children$parents" if $do_topo;
/titanic_44/usr/src/cmd/picl/plugins/sun4u/boston/frudr/
H A Dfru_SC_data.info59 * This file captures all of the location and fru parents for the
82 * fru/location parents and device tables for the disks and their
95 * fru/location parents and device tables for the power supplies
121 * parents for system leds
140 * parents for fan-fault led's
171 * fru parents for motherboard sensors
207 * fru parents for front IO board sensors
223 * parents for CPU board and CPU die sensors
/titanic_44/usr/src/tools/onbld/Scm/
H A DWorkSpace.py336 return filter(lambda ctx: not [p for p in ctx.parents() if p in revset],
569 parents = (active.parenttip.node(), node.nullid)
571 context.memctx.__init__(self, active.ws.repo, parents, message,
626 if (wctx.files() or len(wctx.parents()) > 1 or
627 wctx.branch() != wctx.parents()[0].branch()):
630 heads = self.repo.heads(start=wctx.parents()[0].node())
728 return len(wctx.parents()) > 1
735 return wctx.branch() != wctx.parents()[0].branch()
771 heads = localtip.parents()
H A DBackup.py335 parent = self.wctx.parents()[0]
351 dirstate = node.hex(self.wctx.parents()[0].node())
467 cnode = self.wctx.parents()[0].node()
712 heads = filter(lambda x: x not in wctx.parents(), heads) + [wctx]
717 c = head.parents()
/titanic_44/usr/src/cmd/pginfo/
H A Dpginfo.pl595 my @parents = grep { defined($_) } map { $p->parent ($_) } @_;
597 return ($p->uniq(@_, @parents, pg_lineage ($p, @parents)));
/titanic_44/usr/src/lib/libfru/libfru/
H A Dlibfru.cc2142 fru_get_tagged_parents(const char *element, fru_strlist_t *parents) in fru_get_tagged_parents() argument
2155 parents->num = 0; in fru_get_tagged_parents()
2156 parents->strs = NULL; in fru_get_tagged_parents()
2160 parents->strs = (char **)malloc(number * sizeof (char *)); in fru_get_tagged_parents()
2161 if (parents->strs == NULL) { in fru_get_tagged_parents()
2164 memset(parents->strs, 0x00, (number * sizeof (char *))); in fru_get_tagged_parents()
2169 fru_destroy_strlist(parents); in fru_get_tagged_parents()
2172 parents->strs[i] = strdup(cur->getDef()->name); in fru_get_tagged_parents()
2173 if (parents->strs[i] == NULL) { in fru_get_tagged_parents()
2174 fru_destroy_strlist(parents); in fru_get_tagged_parents()
[all …]
/titanic_44/usr/src/cmd/picl/plugins/sun4u/seattle/frudr/
H A Dfru_FT0_data.info84 * Create device table and location parents for Seattle 1U fans
106 * Create device table and location parents for Seattle 2U fans
H A Dfru_FT1_data.info84 * Create device table and location parents for Seattle 1U fans
106 * Create device table and location parents for Seattle 2U fans
H A Dfru_FT2_data.info84 * Create device table and location parents for the Seattle 1U fans
107 * Create device table and location parents for Seattle 2U fans
H A Dfru_FT3_data.info84 * Create device table and location parents for Seattle 1U fans
107 * Create device table and location parents for Seattle 2U fans
H A Dfru_FT4_data.info84 * Create device table and location parents for Seattle 1U fans
107 * Create device table and location parents for Seattle 2U fans
H A Dfru_FT5_data.info84 * Create device table and location parents for Seattle 1U fans
107 * Create device table and location parents for Seattle 2U fans
H A Dfru_FT6_data.info85 * Create device table and location parents for Seattle 1U fans
108 * Create device table and location parents for Seattle 2U fans
/titanic_44/usr/src/tools/onbld/hgext/
H A Dcdm.py686 parents = set([x.node() for x in wslist[repo].workingctx().parents()])
694 if len(heads) > 1 and heads != parents:
787 merges = filter(lambda x: len(x.parents()) == 2 and x.parents()[1],
961 if filter(lambda b: len(b.parents()) > 1, active.bases()):
/titanic_44/usr/src/cmd/perl/contrib/Sun/Solaris/Lgrp/
H A DLgrp.pm238 sub parents subroutine
H A DLgrp.xs332 # @parents = lgrp_parents($cookie, $lgrp).
361 # @parents = lgrp_cpus($cookie, $lgrp, $content).
/titanic_44/usr/src/uts/common/sys/
H A Dlgrp_user.h277 lgrp_id_t *parents, uint_t count);
/titanic_44/usr/src/lib/libfru/include/
H A Dlibfru.h285 fru_strlist_t *parents);

12