Searched refs:tb_addr (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/modules/nca/
H A Dnca.c437 void *tb_addr, *te_addr; local
470 for (tb_addr = ti.head; tb_addr != NULL; tb_addr = tb.next) {
471 if (mdb_vread(&tb, sizeof (tb_t), (uintptr_t)tb_addr) == -1) {
472 mdb_warn("cannot read tb_t at %p", tb_addr);

Completed in 257 milliseconds