Searched refs:tll (Results 1 – 3 of 3) sorted by relevance
/illumos-gate/usr/src/uts/common/io/ppp/sppptun/ |
H A D | sppptun.c | 106 #define KLINCR(vn) KINCR(tll, tll_kstats, vn) 107 #define KLDECR(vn) KDECR(tll, tll_kstats, vn) 447 tunll_t *tll; in sppptun_open() local 454 tll = kmem_zalloc(sizeof (tunll_t), KM_SLEEP); in sppptun_open() 456 tll->tll_index = tunll_index++; in sppptun_open() 458 tll->tll_wq = WR(q); in sppptun_open() 459 tll->tll_zoneid = crgetzoneid(credp); in sppptun_open() 462 insque(&tll->tll_next, tunll_list.q_back); in sppptun_open() 463 q->q_ptr = WR(q)->q_ptr = tll; in sppptun_open() 465 tll->tll_style = PTS_PPPOE; in sppptun_open() [all …]
|
/illumos-gate/usr/src/cmd/mdb/common/modules/sppp/ |
H A D | sppp.c | 509 tunll_t tll; in tunll_walk_step() local 522 if (mdb_vread(&tll, sizeof (tll), addr) == -1) { in tunll_walk_step() 527 status = wsp->walk_callback(addr, &tll, wsp->walk_cbdata); in tunll_walk_step() 529 twd->next = (void *)tll.tll_next; in tunll_walk_step() 535 tunll_format(uintptr_t addr, const tunll_t *tll, uint_t *qfmt) in tunll_format() argument 537 mdb_printf("%?p %-6d %-14s %?p", addr, tll->tll_zoneid, tll->tll_name, in tunll_format() 538 tll->tll_defcl); in tunll_format() 539 if (tll->tll_style == PTS_PPPOE) { in tunll_format() 541 tll->tll_lcladdr.pta_pppoe.ptma_mac[0], in tunll_format() 542 tll->tll_lcladdr.pta_pppoe.ptma_mac[1], in tunll_format() [all …]
|
/illumos-gate/usr/src/lib/libc/port/print/ |
H A D | doprnt.c | 1051 long long tll; in _wndoprnt() local 1063 tll = lll; in _wndoprnt() 1067 (tll - lll * 10 + '0'); in _wndoprnt() 1070 (tll - lll * 10 + '0'); in _wndoprnt()
|