Searched refs:module (Results 351 - 375 of 705) sorted by relevance

<<11121314151617181920>>

/opensolaris-onvv-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Task/pod/
H A DTask.pod18 This module provides wrappers for the C<gettaskid(2)> and C<settaskid(2)>
49 By default nothing is exported from this module. The following tags can be
50 used to selectively import constants and functions defined in this module:
/opensolaris-onvv-gate/usr/src/cmd/picl/plugins/sun4u/boston/frudr/
H A Dfru_SC_data.info226 REFPROP _fru_parent name:/frutree/chassis/MB/system-board/C0/cpu-module
228 REFPROP _fru_parent name:/frutree/chassis/MB/system-board/C0/cpu-module
230 REFPROP _location_parent name:/frutree/chassis/MB/system-board/C0/cpu-module/P0/cpu
233 REFPROP _fru_parent name:/frutree/chassis/MB/system-board/C1/cpu-module
235 REFPROP _fru_parent name:/frutree/chassis/MB/system-board/C1/cpu-module
237 REFPROP _location_parent name:/frutree/chassis/MB/system-board/C1/cpu-module/P0/cpu
240 REFPROP _fru_parent name:/frutree/chassis/MB/system-board/C2/cpu-module
242 REFPROP _fru_parent name:/frutree/chassis/MB/system-board/C2/cpu-module
244 REFPROP _location_parent name:/frutree/chassis/MB/system-board/C2/cpu-module/P0/cpu
247 REFPROP _fru_parent name:/frutree/chassis/MB/system-board/C3/cpu-module
[all...]
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DExporter.pm104 In module YourModule.pm:
124 The Exporter module implements an C<import> method which allows a module
131 C<use> statement for a module. Modules and C<use> are documented
138 The arrays C<@EXPORT> and C<@EXPORT_OK> in a module hold lists of
157 Exports pollute the namespace of the module user. If you must export
162 module using the ModuleName::item_name (or $blessed_ref-E<gt>method)
175 As a general rule, if the module is trying to be object oriented
181 Other module design guidelines can be found in L<perlmod>.
185 In other files which wish to use your module ther
[all...]
H A DDBM_Filter.pm271 This module provides an interface that allows filters to be applied
275 to the *DB*_File modules distributed with Perl, the BerkeleyDB module,
296 Like the existing DBM Filter functionality, this module arranges for the
317 to be packaged into a stand-alone module.
323 This module will arrange for the following methods to be available via
405 problems it can be useful to package the filter up in its own module.
417 is the name of the module to load. If the string specified does not
419 the full module name "DBM_Filter::name". This means that the full names
420 for canned filters, "null" and "utf8", included with this module are:
428 encode filter for an example of a module tha
[all...]
H A DEnglish.pm21 This module provides aliases for the built-in variables whose
29 $INPUT_RECORD_SEPARATOR if you are using the English module.
35 This module can provoke sizeable inefficiencies for regular expressions,
H A Dbase.pm90 (Perhaps you need to 'use' the module which defines that package first.)
190 C<require> a base class module is determined by the absence of a global variable
203 This module was introduced with Perl 5.004_04.
H A Dlib_pm.PL176 This is a small simple module which simplifies the manipulation of @INC
194 For each directory in LIST (called $dir here) the lib module also
213 For each directory in LIST (called $dir here) the lib module also
220 When the lib module is first loaded it records the current value of @INC
238 In the future, this module will likely use File::Spec for determining
245 FindBin - optional module which deals with paths relative to the source file.
/opensolaris-onvv-gate/usr/src/uts/common/fs/objfs/
H A Dobjfs_data.c57 * .filename Filename of module
58 * .info Private module info structure
91 * For data sections, 'addr' and 'size' refer to offsets within the module
95 { SECT_TYPE_DATA, name, offsetof(struct module, addr), \
96 offsetof(struct module, size), type, flags, 0, 0, 0, align }
106 * as an offset into the module struct, so we have to create individual types
111 { SECT_TYPE_SYMTAB, name, offsetof(struct module, symtbl), 0, type, \
115 { SECT_TYPE_SYMTAB, name, offsetof(struct module, symtbl), 0, type, \
119 { SECT_TYPE_STRTAB, name, offsetof(struct module, strings), 0, type, \
123 * The .shstrtab section is constructed when the module i
[all...]
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/lib/Encode/
H A DEncoder.pm140 Here is how to use this module.
164 This module predefines the methods below:
198 -- this module may be used as a base class so method names that appear
205 This module is designed to work with L<Encode::Encoding>.
207 write a module like this:
224 And your caller module would be something like this:
236 This module overloads two operators, stringify ("") and numify (0+).
/opensolaris-onvv-gate/usr/src/uts/intel/ia32/ml/
H A Dmodstubs.s49 * NOTE: Use NO_UNLOAD_STUBs if the module is NOT unloadable once it is
99 #define MODULE(module,namespace) \
101 module/**/_modname: \
102 .string "namespace/module"; \
103 SET_SIZE(module/**/_modname); \
105 .globl module/**/_modinfo; \
106 .type module/**/_modinfo, @object; \
107 module/**/_modinfo: \
108 .quad module/**/_modname; \
114 #define END_MODULE(module) \
[all...]
/opensolaris-onvv-gate/usr/src/cmd/lp/cmd/lpsched/
H A Dports.c323 push_module(int fd, char *device, char *module) argument
325 int ret = ioctl(fd, I_PUSH, module);
328 note("push (%s) on %s failed (%s)\n", module, device, PERROR);
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/CN/
H A DCN.pm33 This module implements China-based Chinese charset encodings.
51 To find how to use this module in detail, see L<Encode>.
56 separately on CPAN, under the name L<Encode::HanExtra>. That module
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/TW/
H A DTW.pm28 This module implements tradition Chinese charset encodings as used
45 To find out how to use this module in detail, see L<Encode>.
52 on CPAN, under the name L<Encode::HanExtra>. That module also contains
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/XS/Typemap/
H A DTypemap.pm5 XS::Typemap - module to test the XS typemaps distributed with perl
17 This module is used to test that the XS typemaps distributed
81 This module is for testing only and should not normally be installed.
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/File/
H A Dstat.pm85 This module's default exports override the core stat()
120 As of Perl 5.8.0 after using this module you cannot use the implicit
135 module to build a struct-like class, you shouldn't rely upon this.
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Memoize/
H A DExpire.pm32 my ($module, @opts) = @{$args{TIE}};
33 my $modulefile = $module . '.pm';
37 croak "Memoize::Expire: Couldn't load hash tie module `$module': $@; aborting";
39 my $rc = (tie %cache => $module, @opts);
41 croak "Memoize::Expire: Couldn't tie hash to `$module': $@; aborting";
125 Memoize::Expire - Plug-in module for automatic expiration of memoized values
139 Memoize::Expire is a plug-in module for Memoize. It allows the cached
141 assumes you are already familiar with the Memoize module. If not, you
201 free to write your own expiration policy module tha
[all...]
/opensolaris-onvv-gate/usr/src/uts/common/krtld/
H A Dkobj.c87 static struct module *load_exec(val_t *, char *);
91 static int load_primary(struct module *, int);
93 static int get_progbits(struct module *, struct _buf *);
94 static int get_syms(struct module *, struct _buf *);
95 static int get_ctf(struct module *, struct _buf *);
96 static void get_signature(struct module *, struct _buf *);
97 static int do_common(struct module *);
98 static void add_dependent(struct module *, struct module *);
100 static int do_symbols(struct module *, Elf64_Add
[all...]
/opensolaris-onvv-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Exacct/pod/
H A DFile.pod19 This module provides access to the C<libexacct(3LIB)> functions that
22 module are C<ea_open(3EAXACCT)>, C<ea_close(3EAXACCT)>,
34 the standard Perl C<Fcntl> module.
151 By default nothing is exported from this module. The following tags can be
152 used to selectively import constants defined in this module:
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/Byte/
H A DByte.pm23 This module implements various single byte encodings. For most cases it uses
113 To find how to use this module in detail, see L<Encode>.
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/KR/
H A DKR.pm30 This module implements Korean charset encodings. Encodings supported
50 To find how to use this module in detail, see L<Encode>.
/opensolaris-onvv-gate/usr/src/cmd/picl/plugins/sun4u/grover/frutree/
H A Denvmodel.info37 * temperature_sensors on cpu-module
39 name:/frutree/chassis/system-board/cpu-slot?Slot=0/cpu-module
/opensolaris-onvv-gate/usr/src/cmd/rcm_daemon/common/
H A Drcm_script.c30 * rcm scripting module:
32 * This module implements rcm scripting interfaces.
33 * It translates rcm module based interfaces to rcm script based
45 * struct rcm_mod_ops *script_init(module_t *module)
47 * module->name contains the name of the script.
49 * Semantics are similar to module init.
51 * char *script_info(module_t *module)
53 * module->name contains the name of the script.
54 * Semantics are similar to module info.
56 * int script_fini(module_t *module)
365 script_init(module_t *module) argument
428 script_info(module_t *module) argument
443 script_fini(module_t *module) argument
1678 module_t *module = rsi->module; local
1698 module_t *module = rsi->module; local
1721 module_t *module = rsi->module; local
[all...]
/opensolaris-onvv-gate/usr/src/common/bignum/
H A DREADME36 This file is used in the kernel RSA module.
/opensolaris-onvv-gate/usr/src/lib/fm/libfmd_snmp/
H A DMakefile.com32 module.c \
/opensolaris-onvv-gate/usr/src/lib/libc/port/threads/
H A Dplockstat.d48 #pragma D attributes Private/Private/Unknown provider plockstat module

Completed in 93 milliseconds

<<11121314151617181920>>