Searched defs:tll (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/modules/sppp/
H A Dsppp.c509 tunll_t tll; local
522 if (mdb_vread(&tll, sizeof (tll), addr) == -1) {
527 status = wsp->walk_callback(addr, &tll, wsp->walk_cbdata);
529 twd->next = (void *)tll.tll_next;
535 tunll_format(uintptr_t addr, const tunll_t *tll, uint_t *qfmt) argument
537 mdb_printf("%?p %-6d %-14s %?p", addr, tll->tll_zoneid, tll->tll_name,
538 tll->tll_defcl);
539 if (tll
558 tunll_t tll; local
582 tunll_t tll; member in union:tun_state
[all...]
/illumos-gate/usr/src/lib/libc/port/print/
H A Ddoprnt.c1050 long long tll; local
1062 tll = lll;
1066 (tll - lll * 10 + '0');
1069 (tll - lll * 10 + '0');
/illumos-gate/usr/src/uts/common/io/ppp/sppptun/
H A Dsppptun.c106 #define KLINCR(vn) KINCR(tll, tll_kstats, vn)
107 #define KLDECR(vn) KDECR(tll, tll_kstats, vn)
447 tunll_t *tll; local
454 tll = kmem_zalloc(sizeof (tunll_t), KM_SLEEP);
456 tll->tll_index = tunll_index++;
458 tll->tll_wq = WR(q);
459 tll->tll_zoneid = crgetzoneid(credp);
462 insque(&tll->tll_next, tunll_list.q_back);
463 q->q_ptr = WR(q)->q_ptr = tll;
465 tll
590 tunll_t *tll = (tunll_t *)arg; local
631 tunll_t *tll; local
786 tunll_t *tll; local
1062 save_for_close(tunll_t *tll, mblk_t *mp) argument
1084 tunll_t *tll; local
1112 tunll_t *tll; local
1513 tunll_t *tll; local
1683 message_send(tunll_t *tll, mblk_t *mp) argument
1704 message_done(tunll_t *tll) argument
1725 tll_close_req(tunll_t *tll) argument
1751 tunll_t *tll = arg; local
1790 tunll_t *tll = (tunll_t *)tcl; local
1902 tunll_t *tll = q->q_ptr; local
1968 tunll_t *tll; member in struct:poedat
2069 tunll_t *tll; local
2263 tunll_t *tll; local
[all...]

Completed in 51 milliseconds