Home
last modified time | relevance | path

Searched refs:Module (Results 1 – 25 of 82) sorted by relevance

1234

/onnv-gate/usr/src/uts/intel/io/acpica/utilities/
H A Duttrack.c149 const char *Module,
156 const char *Module,
218 const char *Module, in AcpiUtAllocateAndTrack() argument
226 Component, Module, Line); in AcpiUtAllocateAndTrack()
233 ACPI_MEM_MALLOC, Component, Module, Line); in AcpiUtAllocateAndTrack()
271 const char *Module, in AcpiUtAllocateZeroedAndTrack() argument
279 Component, Module, Line); in AcpiUtAllocateZeroedAndTrack()
284 ACPI_ERROR ((Module, Line, in AcpiUtAllocateZeroedAndTrack()
290 ACPI_MEM_CALLOC, Component, Module, Line); in AcpiUtAllocateZeroedAndTrack()
328 const char *Module, in AcpiUtFreeAndTrack() argument
[all …]
H A Dutalloc.c417 const char *Module, in AcpiUtAllocate() argument
430 ACPI_WARNING ((Module, Line, in AcpiUtAllocate()
440 ACPI_WARNING ((Module, Line, in AcpiUtAllocate()
469 const char *Module, in AcpiUtAllocateZeroed() argument
478 Allocation = AcpiUtAllocate (Size, Component, Module, Line); in AcpiUtAllocateZeroed()
/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/CPAN/t/
H A Dsignature.t6 if (!eval { require Module::Signature; 1 }) {
7 print "ok 1 # skip - no Module::Signature found\n";
13 (Module::Signature::verify() == Module::Signature::SIGNATURE_OK())
/onnv-gate/usr/src/cmd/avs/errgen/
H A Derrgen.help.txt38 DSW DataShadow Module
39 SV Storage Volume Module
40 RDC Remote Dual Copy Module
41 SDBC Storage Device Block Cache Module
42 STE SCSI Target Emulation Module
43 SDCTL Storage Device Control Module
44 MC Memory Channel Module
45 SIMCKD CKD Simulation (SIMCKD) Module
/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/MakeMaker/
H A DTutorial.pod16 NAME => 'Your::Module',
17 VERSION_FROM => 'lib/Your/Module.pm'
44 lib/Your/Module.pm
49 lib/Your/Other/Module.pm
72 NAME => 'Your::Module',
73 VERSION_FROM => 'lib/Your/Module.pm'
87 lib/Your/Module.pm
175 L<ExtUtils::ModuleMaker>, L<Module::Install>, L<PAR>
H A DFAQ.pod34 (Module::Build).
37 =item What's Module::Build and how does it relate to MakeMaker?
39 Module::Build is a project by Ken Williams to supplant MakeMaker.
54 Module::Build is the official heir apparent to MakeMaker and we
60 =head2 Module Writing
95 F<META.yml> is a module meta-data file pioneered by Module::Build and
97 'dist'). See L<ExtUtils::MakeMaker/"Module Meta-Data">.
/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dlib.t19 my $Module;
28 $Module = File::Spec->catfile(@lib_dir, 'Yup.pm');
32 open(MOD, ">$Module") || DIE $!;
/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/t/
H A Dhtmlview.t56 use My::Module;</pre>
58 my $module = My::Module-&gt;new();</pre>
170 …html">Test Page 2</a>, the <a href="/Your/Module.html">the Your::Module manpage</a> and <a href="/…
H A Dhtmlview.pod7 use My::Module;
9 my $module = My::Module->new();
142 See also L<Test Page 2|htmlescp>, the L<Your::Module> and L<Their::Module>
/onnv-gate/usr/src/pkg/manifests/
H A Ddriver-crypto-tpm.mf33 set name=pkg.description value="Trusted Platform Module driver"
34 set name=pkg.summary value="Trusted Platform Module driver"
53 legacy pkg=SUNWtpm desc="Trusted Platform Module driver" \
54 name="Trusted Platform Module driver" version=11.11.0,REV=2009.11.11
H A Dsystem-library-svm-rcm.mf29 set name=pkg.summary value="SVM RCM Module"
39 name="SVM RCM Module"
H A Dsystem-kernel-rsmops.mf35 set name=pkg.summary value="RSMPI Operations Registration Module"
46 name="RSMPI Operations Registration Module"
H A Dlibrary-print-open-printing-lpd.mf30 value="FSG Open Printing API RFC-1179 Print Service Module"
41 name="FSG Open Printing API RFC-1179 Print Service Module" \
H A Dlibrary-print-open-printing-ipp.mf29 set name=pkg.summary value="FSG Open Printing API IPP Print Service Module"
40 name="FSG Open Printing API IPP Print Service Module" \
H A Dservice-network-dhcp-datastore-binfiles.mf31 value="Binary File Format Data Module for BOOTP/DHCP Services"
47 name="Binary File Format Data Module for BOOTP/DHCP Services"
/onnv-gate/usr/src/uts/intel/sys/acpi/
H A Dacutils.h913 const char *Module,
920 const char *Module,
928 const char *Module,
935 const char *Module,
942 const char *Module,
952 const char *Module);
/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/t/
H A Dproblems.t21 ok( chdir 'Problem-Module', "chdir'd to Problem-Module" ) ||
/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/CPAN/
H A DSIGNATURE2 signed via the Module::Signature module, version 0.26.
5 Module::Signature installed, then type:
/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/pod/
H A Dperlmod.pod371 For example, to start a traditional, non-OO module called Some::Module,
372 create a file called F<Some/Module.pm> and start with this template:
374 package Some::Module; # assumes Some/Module.pm
410 # then the others (which are still accessible as $Some::Module::stuff)
448 use Module;
452 use Module LIST;
456 BEGIN { require Module; import Module; }
460 BEGIN { require Module; import Module LIST; }
464 use Module ();
468 BEGIN { require Module; }
[all …]
H A Dperlmodinstall.pod205 MacPerl Module Porters site ( http://pudge.net/mmp/ ).
237 (i.e., for C<Some::Module>, create
239 C<Module.pm> in that directory).
246 autosplit("$dir:Some:Module.pm", "$dir:auto", 0, 1, 1);
294 C<Your-Module-1.33.tar.gz> should be downloaded as
295 C<Your-Module-1_33.tgz>.
301 gzip -d Your-Module.tgz
305 unzip Your-Module.zip
324 VMStar xf Your-Module.tar
/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A DMANIFEST.SKIP6 t/Problem-Module
/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/DynaLoader/t/
H A DXSLoader.t21 ok( $@ =~ /^XSLoader::load\('Your::Module', \$Your::Module::VERSION\)/ );
/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/PerlIO/t/
H A Dvia.t62 package Incomplete::Module;
/onnv-gate/usr/src/cmd/cmd-inet/etc/sock2path.d/
H A Ddriver%2Fnetwork%2Fsdp24 # Family Type Protocol Dev|Module
H A Ddriver%2Fnetwork%2Frds24 # Family Type Protocol Dev|Module

1234