Searched refs:existing (Results 51 - 75 of 78) sorted by relevance

1234

/opensolaris-onvv-gate/usr/src/uts/sun4u/cpu/
H A Dcheetah_copy.s371 * Notes on preserving existing fp state and on membars.
373 * When a copyOP decides to use fp we may have to preserve existing
437 * handler (if we interpose a new lofault handler on an existing one there
810 ldn [THREAD_REG + T_LOFAULT], %o4 ! save existing handler
819 ldn [THREAD_REG + T_LOFAULT], %l6 ! save existing handler
858 ! and *not* to invoke any existing error handler. As far as
860 ! existing lofault handler. In that case we're expected to
861 ! invoke the previously existing handler after resetting the
1907 ldn [THREAD_REG + T_LOFAULT], %o4 ! save existing handler
2237 ldn [THREAD_REG + T_LOFAULT], %l6 ! save existing handle
[all...]
H A Dopl_olympus_copy.s362 * Notes on preserving existing fp state and on membars.
364 * When a copyOP decides to use fp we may have to preserve existing
413 * handler (if we interpose a new lofault handler on an existing one there
765 ldn [THREAD_REG + T_LOFAULT], %o4 ! save existing handler
774 ldn [THREAD_REG + T_LOFAULT], %l6 ! save existing handler
813 ! and *not* to invoke any existing error handler. As far as
815 ! existing lofault handler. In that case we're expected to
816 ! invoke the previously existing handler after resetting the
1839 ldn [THREAD_REG + T_LOFAULT], %o4 ! save existing handler
2170 ldn [THREAD_REG + T_LOFAULT], %l6 ! save existing handle
[all...]
H A Dspitfire_copy.s118 * Notes on preserving existing fp state:
120 * When a copyOP decides to use fp we may have to preserve existing
501 ldn [THREAD_REG + T_LOFAULT], %l7 ! save existing handler
575 ! and *not* to invoke any existing error handler. As far as
577 ! existing lofault handler. In that case we're expected to
578 ! invoke the previously existing handler after restting the
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Opcode/
H A DOpcode.pm376 output. These are safe on the assumption that only pre-existing
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/CPAN/
H A DFirstTime.pm625 existing selections). Then, you will be presented with a list of URLs
635 "Sorry! since you don't have any existing picks, you must make a\n" .
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DDBM_Filter.pm296 Like the existing DBM Filter functionality, this module arranges for the
H A Doverload.pm1294 to an existing overloaded operator C<"">. Overloaded arithmetic
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/pod/
H A Dpod2man.PL512 to later edit the documentation. Note that many existing translators
/opensolaris-onvv-gate/usr/src/uts/common/avs/ns/dsw/
H A Ddsw_dev.c1138 int existing; local
1153 existing = (iflags&II_EXISTING) != 0;
1234 if (!ip->bi_bmpfd && !existing) {
1247 if (existing) {
1251 * ii_config is used by enable, import and resume (existing)
1482 if ((hip) && (type == SHD) && existing &&
1739 * If existing group, mark bitmap as offline and set
1742 if (existing) {
1806 if (existing == 0) {
2003 if (existing) {
[all...]
/opensolaris-onvv-gate/usr/src/uts/sun4v/cpu/
H A Dniagara_copy.s64 * %o5 = curthread->t_lofault; ! save existing handler in %o5
71 * %o5 = curthread->t_lofault; ! save existing handler in %o5
81 * %o5 = curthread->t_lofault; ! save existing handler in %o5
86 * %o5 = curthread->t_lofault; ! save existing handler in %o5
433 ldn [THREAD_REG + T_LOFAULT], %o5 ! save existing handler
445 ldn [THREAD_REG + T_LOFAULT], %o5 ! save existing handler
462 ! invoke any existing error handler. As far as bcopy is concerned,
463 ! we only set t_lofault if there was an existing lofault handler.
464 ! In that case we're expected to invoke the previously existing
527 ! invoke any existing erro
[all...]
H A Dgeneric_copy.s79 ldn [THREAD_REG + T_LOFAULT], %o5 ! save existing handler
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Filter/
H A DSimple.pm655 However, Filter::Simple is smart enough to notice your existing
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/utils/
H A Dh2xs.PL100 Allows a pre-existing extension directory to be overwritten.
522 -O, --overwrite-ok Allow overwriting of a pre-existing extension directory.
933 warn "Overwriting existing $ext$modpname!!!\n" if -e $modpname;
936 die "Won't overwrite existing $ext$modpname\n" if -e $modpname;
/opensolaris-onvv-gate/usr/src/uts/common/dtrace/
H A Ddtrace.c8174 dtrace_difv_t *v = &dp->dtdo_vartab[i], *existing = NULL; local
8214 existing = &svar->dtsv_var;
8221 existing = &vstate->dtvs_tlocals[ndx];
8229 existing = &svar->dtsv_var;
8250 if (existing == NULL || existing->dtdv_id == 0)
8253 ASSERT(existing->dtdv_id == v->dtdv_id);
8254 ASSERT(existing->dtdv_scope == v->dtdv_scope);
8256 if (existing->dtdv_kind != v->dtdv_kind)
8259 et = &existing
[all...]
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/B/B/
H A DConcise.pm93 open my $tmp, '>', $handle; # but cant re-set an existing filehandle
1235 existing values if you need to. The level and format are passed in as
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Math/BigInt/
H A DCalc.pm2105 Math::BigInt interface, you can take any of the already existing modules as
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Test/
H A DMore.pm1203 providing more flexibility than the existing Test.pm. As such, the
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A DMakeMaker.pm1209 existing perl binary. Use with care!
1226 existing modules from), and PERL_INC (header files and C<libperl*.*>).
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DParser.pm1321 reset the existing parse-options, all previous parse-option values
1679 use the existing B<Pod::ParseTree> object than a simple array. That way
/opensolaris-onvv-gate/usr/src/cmd/sgs/packages/common/
H A DSUNWonld-README499 4518966 dldump undoes existing relocations with no thought of alignment or size.
/opensolaris-onvv-gate/usr/src/uts/common/inet/ip/
H A Dspd.c2435 * Preserve the existing action to preserve latch
5012 * associated with existing SAs, if needed.
6028 * ENOMEM if there's a memory problem, and EEXIST if there's an existing
6034 ipsec_tun_pol_t *newbie, *existing; local
6052 existing = (ipsec_tun_pol_t *)avl_find(&ipss->ipsec_tunnel_policies,
6054 if (existing != NULL) {
6215 /* Delete any existing fragcache entry chains */
6360 /* Lookup to see if there is an existing entry */
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Storable/
H A DStorable.pm355 # Recreate objects in memory from an existing frozen image created
904 This section only applies to you if you have existing data written out
/opensolaris-onvv-gate/usr/src/tools/scripts/
H A Dwx.sh353 # output existing comments
358 # get past existing comments
2070 # go through all the possible active files (keeping the existing
3962 finds that the existing file has a pathname that differs from that in
5012 # Split the file list into new files and existing files.
5013 # New files must have a CDDL block whereas existing files don't
/opensolaris-onvv-gate/usr/src/uts/sfmmu/ml/
H A Dsfmmu_asm.s1108 and %o3, 0x3f, %o2 ! %o2 = existing imm value
/opensolaris-onvv-gate/usr/src/grub/grub-0.97/docs/
H A Dtexinfo.tex56 % extent. You can get the existing language-specific files from the
6125 % Read the last existing aux file, if any. No error if none exists.
7002 \global\let\rawbackslashxx=\backslashcurfont % let existing .??s files work

Completed in 659 milliseconds

1234