Searched refs:parents (Results 1 - 14 of 14) sorted by relevance

/osnet-11/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;
111 is($fail, 0, 'correct parents for children');
115 # root should have no parents.
121 my (@parents) = $c->parents($l) or
123 my $nparents = @parents;
[all...]
H A DLgrp.t138 my @parents;
143 @parents = lgrp_parents($c, $l) or
145 my $nparents = @parents;
146 my ($parent, @rest) = @parents;
151 ok($fail, 0, 'correct parents for children');
155 # Illegal parents have no children
159 ok(scalar @children, 0, 'Illegal parents have no children');
164 # root should have no parents.
166 @parents = lgrp_parents($c, $root);
167 ok(scalar @parents,
[all...]
/osnet-11/usr/src/tools/onbld/Scm/
H A DWorkSpace.py340 return filter(lambda ctx: not [p for p in ctx.parents() if p in revset],
447 parents = (active.parenttip.node(), node.nullid)
449 context.memctx.__init__(self, active.ws.repo, parents, message,
508 if (wctx.files() or len(wctx.parents()) > 1 or
509 wctx.branch() != wctx.parents()[0].branch()):
512 heads = self.repo.heads(start=wctx.parents()[0].node())
604 return len(wctx.parents()) > 1
611 return wctx.branch() != wctx.parents()[0].branch()
633 heads = localtip.parents()
H A DBackup.py223 parent = wctx.parents()[0]
239 dirstate = node.hex(self.ws.workingctx().parents()[0].node())
372 cnode = self.ws.workingctx().parents()[0].node()
/osnet-11/usr/src/lib/liblgrp/common/
H A Dlgrp.c194 * Find any orphan lgroups without parents and make them be children of
205 ulong_t *parents; local
229 * Make sure parents bitmap is setup
237 * Look for orphans (lgroups with no parents)
240 parents = lgrp_info->info_parents;
242 if (parents[j] != 0) {
251 BT_SET(parents, root->info_lgrpid);
270 ulong_t *parents; local
277 parents = lgrp_info->info_parents;
278 if (parents
665 lgrp_parents(lgrp_cookie_t cookie, lgrp_id_t lgrp, lgrp_id_t *parents, uint_t count) argument
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/B/B/
H A DLint.pm135 use B qw(walkoptree_slow main_root walksymtable svref_2object parents
201 my $parent = parents->[0];
208 my $gpname = parents->[1]->name;
/osnet-11/usr/src/lib/libfru/include/
H A Dlibfru.h285 fru_strlist_t *parents);
/osnet-11/usr/src/cmd/perl/contrib/Sun/Solaris/Lgrp/
H A DLgrp.pm236 sub parents subroutine
238 scalar @_ == 2 or _usage("parents(class, lgrp)");
H A DLgrp.xs329 # @parents = lgrp_parents($cookie, $lgrp).
358 # @parents = lgrp_cpus($cookie, $lgrp, $content).
/osnet-11/usr/src/lib/libfru/libfru/
H A Dlibfru.cc2142 fru_get_tagged_parents(const char *element, fru_strlist_t *parents) argument
2155 parents->num = 0;
2156 parents->strs = NULL;
2160 parents->strs = (char **)malloc(number * sizeof (char *));
2161 if (parents->strs == NULL) {
2164 memset(parents->strs, 0x00, (number * sizeof (char *)));
2169 fru_destroy_strlist(parents);
2172 parents->strs[i] = strdup(cur->getDef()->name);
2173 if (parents->strs[i] == NULL) {
2174 fru_destroy_strlist(parents);
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/B/
H A DB.pm23 parents comppadlist sv_undef compile_stats timing_info
93 my @parents = ();
108 sub parents { \@parents } subroutine
124 unshift(@parents, $op);
128 shift @parents;
131 unshift(@parents, $op);
133 shift @parents;
/osnet-11/usr/src/tools/onbld/hgext/
H A Dcdm.py676 parents = set([x.node() for x in wslist[repo].workingctx().parents()])
680 # identical to the dirstate parents (if they are identical, it's
684 if len(heads) > 1 and heads != parents:
813 merges = filter(lambda x: len(x.parents()) == 2 and x.parents()[1],
984 if filter(lambda b: len(b.parents()) > 1, active.bases()):
/osnet-11/usr/src/lib/nsswitch/ldap/common/
H A Dgetgrent.c61 * These filters are used to get all the containing groups (immediate parents)
74 * These filters are used to get all the containing groups (immediate parents)
217 * -- parents
251 int parents; member in struct:__anon2781
1837 gres->parents = 0;
1964 gres->parents++;
2495 for (i = 0; i < gres->parents; i++) {
2526 for (i = gres->parents; --i >= 0; ) {
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dperl5db.pl6822 B<i> I<class> Prints nested parents of given class.

Completed in 70 milliseconds