ttable
extern struct ttable *is_transient(int port);
static struct ttable transients [MAXTRANS];
static struct ttable *next = transients;
struct ttable *
struct ttable *p;
struct ttable *p;
struct ttable *ttabp;
struct ttable *tt;
uintptr_t ttable;
ttable = (uintptr_t)sym.st_value + sizeof (turnstile_chain_t) * ttoff;
if (mdb_vread(&tc, sizeof (turnstile_chain_t), ttable) == -1) {
mdb_warn("unable to read turnstile_chain_t at %#lx", ttable);
Enumeration en = ttable.keys();
BtreeVector bvec = (BtreeVector)ttable.get(key);
BtreeVector bvec = (BtreeVector)ttable.get(typeKey);
Hashtable ttable = (Hashtable)table.get(tag);
if (ttable == null) {
ttable = makeAttrTypeTable();
table.put(tag, ttable);
(BtreeVector)ttable.get(typeKey);
Hashtable ttable = (Hashtable)attrLevel.get(tag);
if (ttable == null) {