Lines Matching refs:tll
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()
543 tll->tll_lcladdr.pta_pppoe.ptma_mac[2], in tunll_format()
544 tll->tll_lcladdr.pta_pppoe.ptma_mac[3], in tunll_format()
545 tll->tll_lcladdr.pta_pppoe.ptma_mac[4], in tunll_format()
546 tll->tll_lcladdr.pta_pppoe.ptma_mac[5]); in tunll_format()
558 tunll_t tll; in tunll() local
566 if (mdb_vread(&tll, sizeof (tll), addr) == -1) in tunll()
569 tunll_format(addr, &tll, &qfmt); in tunll()
582 tunll_t tll; member
600 if (mdb_vread(&ts->tll, sizeof (ts->tll), in tun_state_read()
601 (uintptr_t)ptr) == sizeof (ts->tll)) { in tun_state_read()
621 mdb_snprintf(buf, nbytes, "%s", ts.tll.tll_name); in sppptun_qinfo()
636 return ((uintptr_t)ts.tll.tll_defcl); in sppptun_rnext()
651 if (mdb_vread(&ts.tll, sizeof (ts.tll), in sppptun_wnext()
652 (uintptr_t)ts.tcl.tcl_data_tll) != sizeof (ts.tll)) { in sppptun_wnext()
656 return ((uintptr_t)ts.tll.tll_wq); in sppptun_wnext()