Searched refs:existing (Results 26 - 31 of 31) sorted by relevance

12

/illumos-gate/usr/src/uts/common/dtrace/
H A Ddtrace.c9491 dtrace_difv_t *v = &dp->dtdo_vartab[i], *existing = NULL; local
9534 existing = &svar->dtsv_var;
9544 existing = &vstate->dtvs_tlocals[ndx];
9555 existing = &svar->dtsv_var;
9577 if (existing == NULL || existing->dtdv_id == 0)
9580 ASSERT(existing->dtdv_id == v->dtdv_id);
9581 ASSERT(existing->dtdv_scope == v->dtdv_scope);
9583 if (existing->dtdv_kind != v->dtdv_kind)
9586 et = &existing
[all...]
/illumos-gate/usr/src/uts/sun4v/cpu/
H A Dgeneric_copy.s79 ldn [THREAD_REG + T_LOFAULT], %o5 ! save existing handler
/illumos-gate/usr/src/uts/sun4u/cpu/
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
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dspd.c2434 * Preserve the existing action to preserve latch
5010 * associated with existing SAs, if needed.
6026 * ENOMEM if there's a memory problem, and EEXIST if there's an existing
6032 ipsec_tun_pol_t *newbie, *existing; local
6050 existing = (ipsec_tun_pol_t *)avl_find(&ipss->ipsec_tunnel_policies,
6052 if (existing != NULL) {
6213 /* Delete any existing fragcache entry chains */
6358 /* Lookup to see if there is an existing entry */
/illumos-gate/usr/src/uts/sfmmu/ml/
H A Dsfmmu_asm.s1108 and %o3, 0x3f, %o2 ! %o2 = existing imm value
/illumos-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 144 milliseconds

12