Searched defs:tl (Results 51 - 60 of 60) sorted by relevance

123

/illumos-gate/usr/src/cmd/ed/
H A Ded.c1480 long tl; local
1492 tl = putline();
1499 rdot->cur = tl;
1668 getaline(long tl) argument
1674 bp = getblock(tl, READ);
1676 tl &= ~0377;
1679 bp = getblock(tl += 0400, READ);
1690 long tl; local
1694 tl = tline;
1695 bp = getblock(tl, WRIT
[all...]
/illumos-gate/usr/src/uts/sun4u/cpu/
H A Dopl_olympus.c1910 uint_t tl, uint_t derr)
1945 aflt->flt_priv = (uchar_t)(tl == 1 ? 1 : ((rp->r_tstate &
1947 aflt->flt_tl = (uchar_t)tl;
1948 aflt->flt_panic = (uchar_t)(tl != 0 || aft_testfatal != 0 ||
1985 if (!aflt->flt_panic && aflt->flt_priv && tl == 0) {
2106 opl_cpu_urgent_error(struct regs *rp, ulong_t p_ugesr, ulong_t tl) argument
2112 /* normalize tl */
2113 tl = (tl >= 2 ? 1 : 0);
2124 aflt->flt_tl = tl;
1909 opl_cpu_sync_error(struct regs *rp, ulong_t t_sfar, ulong_t t_sfsr, uint_t tl, uint_t derr) argument
[all...]
H A Dspitfire.c1207 * A summary of the handling of tl=0 UE/LDP/EDP/TO/BERR/WP/CP:
1246 ushort_t sdbh, sdbl, ttype, tl; local
1283 tl = (ushort_t)(t_afsr >> 62);
1306 aflt->flt_tl = (uchar_t)tl;
1307 aflt->flt_panic = (tl != 0 || aft_testfatal != 0);
1337 if (aflt->flt_priv && tl == 0) {
H A Dus3_common.c148 static void cpu_log_fast_ecc_error(caddr_t tpc, int priv, int tl, uint64_t ceen,
1185 cpu_check_cpu_logout(int cpuid, caddr_t tpc, int tl, int ecc_type, argument
1226 aflt->flt_tl = tl;
1269 * Check each of the tl>0 logout areas
1339 cpu_log_fast_ecc_error(caddr_t tpc, int priv, int tl, uint64_t ceen, argument
1394 aflt->flt_tl = tl;
1739 ushort_t ttype, tl; local
1804 tl = (clo_flags & CLO_FLAGS_TL_MASK) >> CLO_FLAGS_TL_SHIFT;
1822 aflt->flt_tl = (uchar_t)tl;
1823 aflt->flt_panic = ((tl !
2087 uchar_t tl = ((flags & CH_ERR_TL) != 0); local
[all...]
/illumos-gate/usr/src/uts/sun4u/opl/io/
H A Dmc-opl.c2451 struct memlist *hl = NULL, *tl, **mlp; local
2457 tl = *mlp;
2462 (*mlp)->ml_prev = tl;
2463 tl = *mlp;
2476 struct memlist *ml, *tl, *nlp; local
2485 for (tl = ml = mlist; ml; tl = ml, ml = nlp) {
2528 if ((tl->ml_next = nlp) != NULL)
2529 nlp->ml_prev = tl;
2531 ml = tl;
[all...]
H A Ddrmach.c2962 struct memlist *ml, *tl, *nl; local
2979 for (tl = ml = mlist; ml; tl = ml, ml = ml->ml_next) {
3017 nl->ml_prev = tl;
3018 tl->ml_next = nl;
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsocktpi.c5671 struct timeval tl; local
5676 bcopy(&tl, (struct timeval *)optval,
5679 TIMEVAL32_TO_TIMEVAL(&tl,
5681 val = tl.tv_sec * 1000 * 1000 + tl.tv_usec;
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dzlib.c3076 inflate_huft *tl, *td; /* trees to free */ member in struct:inflate_blocks_state::__anon136::__anon138
3221 inflate_trees_free(s->sub.decode.tl, z);
3295 inflate_huft *tl, *td; local
3297 inflate_trees_fixed(&bl, &bd, &tl, &td);
3298 s->sub.decode.codes = inflate_codes_new(bl, bd, tl, td, z);
3304 s->sub.decode.tl = Z_NULL; /* don't try to free these */
3448 inflate_huft *tl, *td; local
3455 s->sub.trees.blens, &bl, &bd, &tl, &td, z);
3464 if ((c = inflate_codes_new(bl, bd, tl, td, z)) == Z_NULL)
3467 inflate_trees_free(tl,
[all...]
/illumos-gate/usr/src/uts/common/krtld/
H A Dkobj.c4518 tnf_tag_data_t *tl; local
4520 for (tl = tlist; tl->tag_version; )
4521 tl = (tnf_tag_data_t *)tl->tag_version;
4525 tl->tag_version = (tnf_tag_version_t *)__tnf_tag_list_head;
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dzlib.c4392 const inflate_huft *tl, *td; local
4394 (void) inflate_trees_fixed(&bl, &bd, &tl, &td,
4397 bd, tl, td, z);
4555 inflate_huft *tl, *td; local
4565 s->sub.trees.blens, &bl, &bd, &tl, &td,
4577 if ((c = inflate_codes_new(bl, bd, tl, td, z)) ==
5093 inflate_trees_dynamic(nl, nd, c, bl, bd, tl, td, hp, z)
5099 inflate_huft * FAR *tl; /* literal/length tree result */
5109 r = huft_build(c, nl, 257, cplens, cplext, tl, bl, hp, &hn, v);
5163 inflate_trees_fixed(bl, bd, tl, t
[all...]

Completed in 353 milliseconds

123