Searched refs:parts (Results 26 - 50 of 63) sorted by relevance

123

/osnet-11/usr/src/lib/lvm/libmeta/common/
H A Dmeta_check.c762 partp1 = &vtocp1->parts[partno1];
763 partp2 = &vtocp2->parts[partno2];
H A Dmeta_getdevs.c438 if (mdvtocp->parts[i].size > 0)
H A Dmeta_import.c658 if (dnp->vtoc.parts[sliceno].size == 0) {
1380 if (dnp->vtoc.parts[sliceno].size
2141 if (dnp->vtoc.parts[sliceno].size == 0)
3421 if (dnp->vtoc.parts[s].size == 0)
3749 if (dnp->vtoc.parts[sliceno].size == 0) {
H A Dmeta_db_balance.c738 partp = &d->drv_dnp->vtoc.parts[rep_slice];
/osnet-11/usr/src/lib/libefi/common/
H A Drdwr_efi.c674 bzero(&mb.parts, sizeof (mb.parts));
675 cp = (uchar_t *)&mb.parts[0];
/osnet-11/usr/src/lib/rad/pyrad/common/
H A Dclient.py942 parts = namestr.split(":", 1) variable in class:Name
943 if len(parts) < 2:
946 domain = parts[0]
947 if len(parts[1]) == 0:
951 kvstr = parts[1].split(",")
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/
H A DBigInt.pm13 # _f : flags, used by MBF to flag parts of a float as untouchable
769 my ($m,$e) = $x->parts();
832 # leave bigfloat parts alone
892 # leave bigfloat parts alone
1999 sub parts subroutine
2354 my @parts = split /::/, $lib; # Math::BigInt => Math BigInt
2355 my $file = pop @parts; $file .= '.pm'; # BigInt => BigInt.pm
2357 $file = File::Spec->catfile (@parts, $file);
2674 $x->parts(); # return (mantissa,exponent) as BigInt
3199 =head2 parts
[all...]
H A DComplex.pm1524 keep track of the real and the imaginary parts, but otherwise the
1732 number first, and imaginary parts are compared only when the real
1733 parts match.
1830 to be used for both numeric parts of the complex number(s). The is
H A DBigFloat.pm48 # the package we are using for our private parts, defaults to:
936 # break the computation down into parts based on the observation that:
1532 # copy private parts over
2239 sub parts subroutine
2292 # alternative class for our private parts()
2557 $x->parts(); # return (mantissa,exponent) as BigInt
2642 =head2 C<mantissa()>, C<exponent()> and C<parts()>
2644 C<mantissa()> and C<exponent()> return the said parts of the BigFloat
2652 C<< ($m,$e) = $x->parts(); >> is just a shortcut giving you both of them.
/osnet-11/usr/src/lib/libpkg/common/
H A Dpkglib.h428 extern int ds_totread; /* total number of parts read */
436 extern void ds_inc_totread(int parts);
H A Ddstream.c98 int ds_totread; /* total number of parts read */
108 static int ds_read; /* number of parts read for current package */
111 static char ds_volnos[128]; /* parts/volume info */
113 static int ds_volpart; /* number of parts read in current volume, */
114 /* including skipped parts */
116 static int ds_skippart; /* number of parts skipped in current volume */
122 ds_inc_totread(int parts) argument
124 ds_totread += parts;
249 /* side effect - set number of parts read on current volume */
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/File/
H A DBasename.pm58 parts: a leading B<path>, a file B<name>, and a B<suffix>. The
H A DFind.pm302 for parts of your file system, like a mounted CD-ROM.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/User/
H A Dpwent.pm221 from F<pwd.h>, stripped of their leading "pw_" parts, namely C<name>,
/osnet-11/usr/src/lib/libbootmgmt/common/
H A Dlibbootmgmt.c581 ipart = (struct ipart *)(uintptr_t)mboot->parts;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/DynaLoader/
H A DXSLoader_pm.PL234 of the F<.pm> and the (compiled) F<.xs> parts are compatible;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/pod/
H A Dpod2man.PL494 signal handlers. These headings are primarily useful when documenting parts
497 parts of the library and save the DESCRIPTION section for an overview; other
/osnet-11/usr/src/cmd/ldap/ns_ldap/
H A Dldapaddent.c135 in_addr_t parts[4], *pp = parts; local
162 if (pp >= parts + 4)
170 n = pp - parts;
175 val |= parts[i] & 0xff;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DPerlIO.pm128 is chosen to render simple text parts (i.e. non-accented letters,
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DParseUtils.pm225 different parts of a POD hyperlink for further processing. It can also be
H A DText.pm709 If set to a true value, the non-POD parts of the input file will be included
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/utils/
H A Dc2ph.PL269 been less cavalier in how the parts of the program communicated with each
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Devel/Peek/
H A DPeek.pm537 Readers have been known to skip important parts of L<perlguts>, causing much
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/
H A DEncode.pm735 The following API uses parts of Perl's internals in the current
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Data/Dumper/
H A DDumper.pm805 C<local>ized in a block so that other parts of the code are not affected by

Completed in 97 milliseconds

123