Searched refs:it (Results 176 - 200 of 639) sorted by relevance

1234567891011>>

/opensolaris-onvv-gate/usr/src/lib/hal/libhal-storage/common/
H A Dlibhal-storage.c12 * This program is free software; you can redistribute it and/or modify
13 * it under the terms of the GNU General Public License as published by
17 * This program is distributed in the hope that it will be useful,
105 /* see if it already exist */
639 /* skip if hal says it's not used as a filesystem */
667 /* only the real lucky mount points will make it this far :-) */
879 #define LIBHAL_PROP_EXTRACT_INT(_property_, _where_) else if (strcmp (key, _property_) == 0 && type == LIBHAL_PROPERTY_TYPE_INT32) _where_ = libhal_psi_get_int (&it)
880 #define LIBHAL_PROP_EXTRACT_UINT64(_property_, _where_) else if (strcmp (key, _property_) == 0 && type == LIBHAL_PROPERTY_TYPE_UINT64) _where_ = libhal_psi_get_uint64 (&it)
881 #define LIBHAL_PROP_EXTRACT_STRING(_property_, _where_) else if (strcmp (key, _property_) == 0 && type == LIBHAL_PROPERTY_TYPE_STRING) _where_ = (libhal_psi_get_string (&it) != NULL && strlen (libhal_psi_get_string (&it)) >
900 LibHalPropertySetIterator it; local
1095 LibHalPropertySetIterator it; local
1882 LibHalPropertySetIterator it; local
[all...]
/opensolaris-onvv-gate/usr/src/uts/common/io/idm/
H A Didm.c183 idm_transport_t *it; local
187 it = idm_transport_lookup(cr);
190 ic = idm_conn_create_common(CONN_TYPE_INI, it->it_type,
197 rc = it->it_ops->it_ini_conn_create(cr, ic);
209 if (it->it_type == IDM_TRANSPORT_TYPE_ISER) {
210 it = &idm_transport_list[IDM_TRANSPORT_TYPE_SOCKETS];
273 * process doesn't complete in a timely manner it will fail.
309 * check, we will detect it in iscsi_login.
373 idm_transport_t *it; local
401 it
446 idm_transport_t *it; local
506 idm_transport_t *it; local
568 idm_transport_t *it; local
[all...]
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Unicode/Normalize/
H A DNormalize.pm176 returns it without modification; otherwise returns an FCD string.
211 If the second parameter (a boolean) is omitted or false, decomposes it
213 If true, decomposes it using the Compatibility Decomposition Mapping.
282 If a string is not in FCD, it must not be in FCC.
328 returns the B<completely decomposed> string canonically equivalent to it.
330 If it is not decomposable, returns C<undef>.
336 returns the B<completely decomposed> string compatibility equivalent to it.
338 If it is not decomposable, returns C<undef>.
391 This module is free software; you can redistribute it
392 and/or modify it unde
[all...]
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/File/
H A DSpec.pm64 only under that OS, it may not be possible to load all modules under all
94 string, because it doesn't look good, isn't necessary and confuses
157 Takes as argument a path and returns true if it is an absolute path.
225 relative, then it is converted to absolute form using
226 L</rel2abs()>. This means that it is taken to be relative to
239 If $path is relative, it is converted to absolute form using L</rel2abs()>.
240 This means that it is taken to be relative to L<cwd()|Cwd>.
256 then it is converted to absolute form using L</rel2abs()>. This means that it
269 If $path is absolute, it i
[all...]
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Devel/Peek/
H A DPeek.pm89 it should look. The trick, then, is to know what the raw datatype is
90 supposed to look like when it gets to Perl. This document offers some tips
104 to data debugging and for that it will describe only the C<Dump()>
111 number of character printed in various string values. Setting it to 0
204 the quicksand (it's bad for business).
207 expect to see it well-thumbed.
254 reference count is 1. It has the C<IOK> flag set, meaning it is currently
280 This shows what a reference looks like when it references a simple scalar.
299 reference. It has the C<ROK> flag set, meaning it is a reference. Because
340 This says C<$a> is an SV and that it i
[all...]
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/MIME/Base64/
H A DBase64.pm56 characters each and it will end with $eol unless it is empty. Pass an
106 If you want to encode a large file, you should encode it in chunks
137 This library is free software; you can redistribute it and/or
138 modify it under the same terms as Perl itself.
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Filter/
H A DSimple.pm258 language (e.g. Lingua::Romana::Perligata). Effectively, it allows one to use
262 usable Perl interface to source filtering, but it is often too powerful
263 and not nearly as simple as it could be.
265 To use the module it is necessary to do the following:
285 it either a subroutine reference.
305 code filtering to cease, create an C<unimport> subroutine, and have it call
310 pre-pre-parsing of the source code it's filtering.
473 is useful because it allows other code (typically parser support code
477 In those cases, it is easier to just append the filtering subroutine and
505 is that it indiscriminatel
[all...]
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DUNIVERSAL.pm6 # that it exists to define. The use of Exporter below is a historical
102 C<can> checks if the object or class has a method called C<METHOD>. If it does
103 then a reference to the sub is returned. If it does not then I<undef> is
121 If C<VAL> is not a blessed reference, or if it does not have a method
128 it will do a comparison and die if the package version is not
142 C<VERSION>), however it isn't usually necessary to do so. Perl magically
H A Dfields.pm219 Do B<not> update the %FIELDS hash directly, because it must be created
220 at compile-time for it to be fully useful, as is done by this pragma.
265 This makes it possible to write a constructor like this:
288 it must also be a reference to an array whose elements will be used as
291 This makes it particularly useful for creating a pseudo-hash from
H A Dattributes.pm139 directly by this module, depending on how you look at it.) However,
151 will neither assign 42 to $x I<nor> will it apply the C<Bent> attribute
155 error is trappable, but it still stops the compilation within that
175 Perl ensures that any invocation of it implicitly locks its first
210 empty. If passed invalid arguments, it uses die() (via L<Carp::croak|Carp>)
211 to raise a fatal exception. If it can find an appropriate package name
212 for a class method lookup, it will include the results from a
221 ignoring any package into which it might have been blessed.
271 which the base class didn't already handle for it.
284 attributes. A named subroutine knows to which symbol table entry it belong
[all...]
/opensolaris-onvv-gate/usr/src/lib/libc/
H A DREADME87 It cannot be interposed upon and it is safe to use while in
89 region; it is async-signal-safe and fork-safe):
110 memory out of libc if the caller of libc is expected to free it.
113 Do not use it as a general-purpose allocator. Be kind to it.
122 fork_lock_enter() does triple-duty. Not only does it serialize
123 calls to fork() and forkall(), but it also serializes calls to
125 and furthermore it serializes I18N calls to functions in other
127 Use it in general like this:
142 non-zero only if it i
[all...]
/opensolaris-onvv-gate/usr/src/lib/libc/sparcv9/gen/
H A Dstrlcpy.s44 ! tracked since it bounds our maximum copy size. However,
122 stb %g1, [%i2] ! store it
127 stb %g1, [%i2] ! store it
132 stb %g1, [%i2] ! store it
137 stb %g1, [%i2] ! store it
142 stb %g1, [%i2] ! store it
147 stb %g1, [%i2] ! store it
152 stb %g1, [%i2] ! store it
176 stb %g1, [%i2] ! store it
183 stb %g1, [%i2] ! store it
[all...]
/opensolaris-onvv-gate/usr/src/grub/grub-0.97/docs/
H A Dtexinfo.tex12 % This texinfo.tex file is free software; you can redistribute it and/or
13 % modify it under the terms of the GNU General Public License as
17 % This texinfo.tex file is distributed in the hope that it will be
43 % To process a Texinfo manual with TeX, it's most reliable to use the
53 % than two; texi2dvi does it as many times as necessary.
103 % If this character appears in an error message or help string, it
196 % that the text looks ok even though it passes the margin).
229 % Sometimes it is convenient to have everything in the transcript file
288 % does insertions, but you have to call it yourself.
301 % Have to do this stuff outside the \shipout because we want it t
[all...]
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Test/
H A DHarness.pm115 ultimately be running. In this case, it is permitted for the 1..M
116 header to appear as the B<last> line output by your test (again, it
167 variations in spacing and case) after C<ok> or C<ok NUMBER>, it is
183 C<not ok> or C<not ok NUMBER>, it is counted as a todo test. The text
189 Note that the TODO must have a space after it.
207 Test::Harness will report it as a bonus. This indicates that whatever
235 Any other output Test::Harness sees it will silently ignore B<BUT WE
333 Test::Harness currently only has one function, here it is.
344 a how long it all took.
346 It returns true if everything was ok. Otherwise it wil
[all...]
H A DBuilder.pm281 # store, so we turn it into a boolean.
517 regular expression, or undef if it's argument is not recognised.
539 # Check if it looks like '/foo/'
691 Like skip(), only it will declare the test as failing and TODO. Similar
739 Like skip(), only it skips all the rest of the tests you plan to run
742 If you're running under no_plan, it skips once and terminates the
872 Prints out the given $message. Normally, it uses the failure_output()
883 a failing test (C<ok() || diag()>) it "passes through" the failure.
1121 actual_ok => did it literally say 'ok'?
1135 'type' indicates if it wa
[all...]
/opensolaris-onvv-gate/usr/src/cmd/idmap/idmap/
H A Dnamemaps.c236 * make it future-proof, especially standalone libsldap-proof
462 const char *it, *new_it; local
464 for (it = dns; it != NULL; it = strchr(it, '.')) {
465 it ++;
473 it = dns;
475 new_it = strchr(it, '.');
478 (void) strcat(buf, it);
549 char *it = *name; local
[all...]
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/DynaLoader/
H A DXSLoader_pm.PL93 # it executed.
189 If you want to have your cake and eat it too, you need a more complicated
212 an antic Perl which has no C<XSLoader>, it falls back to using C<DynaLoader>.
217 modules only; read it only if you call your XSUBs from the code in your module,
246 Consequently, if the code in F<.pm> file makes calls to these XSUBs, it is
253 The first situation being much more frequent, it makes sense to rewrite the
276 section altogether. Replace it with a function onBOOT(), and call it like
/opensolaris-onvv-gate/usr/src/cmd/sgs/libld/common/
H A DREADME.XLINK39 To support both uses, it is packaged as a sharable library (libld.so).
42 libld.so is a cross linker. This means that it can link objects for
68 it is easy to see which files belong in each category by examining
78 platform independent core. Rather, it is an organization that allows
79 a common core to support all the targets it knows about in a way that
116 swap the data bytes it is operating on. This support allows a link-editor
119 to ifdef that support so it only exists in the libld version of
138 and add a #include for your new file to it, surrounded by the
152 it is interested in. For example:
170 for a new target to libld.so, so it wil
[all...]
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Storable/
H A DStorable.pm66 # Use of Log::Agent is optional. If it hasn't imported these subs then
122 # Assume it's a string.
131 # I assume that it is rare to find v1 files, so this is an intentionally
132 # inefficient way of doing it, to make the rest of the code constant.
465 some safe compact memory place (where it can possibly be sent to another
466 process via some IPC, since freezing the structure also serializes it in
474 Note that freezing an object structure and immediately thawing it
481 internal memory space and then immediately thaws it out.
540 Storable will attempt to do the right thing, by C<croak()>ing if it
541 encounters data that it canno
[all...]
/opensolaris-onvv-gate/usr/src/cmd/ipf/tools/
H A Dipmon.c372 icmp_type_t *it; local
385 for (i = 0, it = table; it->it_val != -2; i++, it++)
386 if (it->it_val == type)
387 return it;
580 icmp_type_t *it; local
584 it = find_icmptype(type, icmptypes, sizeof(icmptypes) / sizeof(*it));
585 if (it !
611 icmp_type_t *it; local
[all...]
/opensolaris-onvv-gate/usr/src/cmd/man/src/util/instant.src/tptregexp/
H A DREADME22 does it in a much cleaner fashion than the analogous routines in SysV.
28 purpose on any computer system, and to redistribute it freely,
33 from defects in it.
84 deterministic ones found in some other implementations, which makes it
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A DMksymlists.pm129 # put library name in quotes (it could be a keyword, like 'Alias')
234 name of the extension). If it is not specified, it is derived
240 from which it is usually taken. Its value is a reference to an
252 present in the list, it is passed through unchanged.) If
253 DL_FUNCS is not specified, it defaults to the bootstrap
259 and, like DL_FUNCS, it is usually specified via MakeMaker. Its
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/I18N/
H A DLangTags.pm78 registered Klikitat -- it's a formally valid tag)
120 what you want to feed it.
127 (So don't just feed it any old thing.)
130 don't worry about it.
181 (Yes, I know this function is named a bit oddly. Call it historic
310 -- it gets this by removing subtags from the end of $lang1 until
369 and maps it to a language tag. If it's not mappable (as with,
389 don't worry about it.
413 This function, if given a language tag, returns an encoding of it suc
[all...]
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Math/
H A DBigInt.pm5 # to do it." - Before and After
32 # it reversed (like $x = 2 * $y), then the third paramater is true.
34 # no difference, but in some cases it does.
82 # for sub it is a bit tricky to keep b: b-a => -a+b
115 # use $_[0]->bone(), it would modify $_[0] to be 1!
165 # the old code had $rnd_mode, so we need to support it, too
266 # have numify(), then hopefully it will have overloading for int() and
322 # have numify(), then hopefully it will have overloading for int() and
469 # the argument could be an object, so avoid ||, && etc on it, this would
491 # remove sign without touching wanted to make it wor
[all...]
/opensolaris-onvv-gate/usr/src/cmd/bnu/
H A DREADME64 be the retry time. If it is not given, the backoff will be used.
75 3- The uucico program no longer searches for a system to call, it
88 At a minimum, the uudemon.cleanup entry must be started as root since it must
94 1- Carefully go through the parms.h file to set it up for your

Completed in 389 milliseconds

1234567891011>>