/onnv-gate/usr/src/uts/intel/io/acpica/utilities/ |
H A D | uttrack.c | 149 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 D | utalloc.c | 417 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 D | signature.t | 6 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 D | errgen.help.txt | 38 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 D | Tutorial.pod | 16 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 D | FAQ.pod | 34 (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 D | lib.t | 19 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 D | htmlview.t | 56 use My::Module;</pre> 58 my $module = My::Module->new();</pre> 170 …html">Test Page 2</a>, the <a href="/Your/Module.html">the Your::Module manpage</a> and <a href="/…
|
H A D | htmlview.pod | 7 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 D | driver-crypto-tpm.mf | 33 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 D | system-library-svm-rcm.mf | 29 set name=pkg.summary value="SVM RCM Module" 39 name="SVM RCM Module"
|
H A D | system-kernel-rsmops.mf | 35 set name=pkg.summary value="RSMPI Operations Registration Module" 46 name="RSMPI Operations Registration Module"
|
H A D | library-print-open-printing-lpd.mf | 30 value="FSG Open Printing API RFC-1179 Print Service Module" 41 name="FSG Open Printing API RFC-1179 Print Service Module" \
|
H A D | library-print-open-printing-ipp.mf | 29 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 D | service-network-dhcp-datastore-binfiles.mf | 31 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 D | acutils.h | 913 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 D | problems.t | 21 ok( chdir 'Problem-Module', "chdir'd to Problem-Module" ) ||
|
/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/CPAN/ |
H A D | SIGNATURE | 2 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 D | perlmod.pod | 371 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 D | perlmodinstall.pod | 205 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 D | MANIFEST.SKIP | 6 t/Problem-Module
|
/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/DynaLoader/t/ |
H A D | XSLoader.t | 21 ok( $@ =~ /^XSLoader::load\('Your::Module', \$Your::Module::VERSION\)/ );
|
/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/PerlIO/t/ |
H A D | via.t | 62 package Incomplete::Module;
|
/onnv-gate/usr/src/cmd/cmd-inet/etc/sock2path.d/ |
H A D | driver%2Fnetwork%2Fsdp | 24 # Family Type Protocol Dev|Module
|
H A D | driver%2Fnetwork%2Frds | 24 # Family Type Protocol Dev|Module
|