Searched refs:ppd (Results 1 - 7 of 7) sorted by relevance

/osnet-11/usr/src/lib/efcode/fcdriver/
H A Dupload.c49 private_data_t *pd, *ppd; local
53 ppd = (private_data_t *)d->parent->private;
65 debug_msg(DEBUG_UPLOAD, " Parent : %p\n", ppd->node);
77 fc_phandle2cell(pd->node), fc_phandle2cell(ppd->node),
H A Dbuild_tree.c88 private_data_t *ppd = (private_data_t *) d->parent->private; local
91 if (os_get_prop_common(cdp, ppd->node, "name",
95 ppd, namebuf, ppd->node);
96 for (thisnode = fc_nodeop(cdp, ppd->node, FC_CHILD_FCODE);
/osnet-11/usr/src/lib/libc/port/fp/
H A Ddouble_decim.c67 * to base 10^4 in **ppd. The converted value is accurate to nsig
69 * nonzero fractional part. If pb->exponent > 0 and **ppd is not
72 * *ppd will point to a newly allocated _big_float, which must be
78 * This routine does not check that **ppd is large enough to hold
82 __big_binary_to_big_decimal(_big_float *pb, int nsig, _big_float **ppd, argument
89 pd = *ppd;
149 __big_float_times_power(pd, 2, pb->bexponent, nsig, ppd);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/t/
H A DMM_Unix.t109 ppd
H A Dbasic.t80 my $ppd_out = run("$make ppd");
82 ok( open(PPD, 'Big-Dummy.ppd'), ' .ppd file generated' );
104 END { unlink 'Big-Dummy.ppd' }
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A DMM_Unix.pm3315 =item ppd
3322 sub ppd { subroutine
3386 my @ppd_cmds = $self->echo($ppd_xml, '$(DISTNAME).ppd');
3390 ppd: label
H A DMakeMaker.pm269 install force perldepend makefile staticmake test ppd

Completed in 37 milliseconds