Searched refs:ttable (Results 1 – 5 of 5) sorted by relevance
182 static struct ttable { struct190 static struct ttable *next = transients; in add_transient() argument201 static struct ttable *204 struct ttable *p; in is_transient()217 struct ttable *p; in del_transient()322 struct ttable *ttabp; in interpret_reserved()
709 uintptr_t ttable; in sobj2ts() local727 ttable = (uintptr_t)sym.st_value + sizeof (turnstile_chain_t) * ttoff; in sobj2ts()729 if (mdb_vread(&tc, sizeof (turnstile_chain_t), ttable) == -1) { in sobj2ts()730 mdb_warn("unable to read turnstile_chain_t at %#lx", ttable); in sobj2ts()
959 Hashtable ttable = (Hashtable)attrLevel.get(tag); in evaluate() local963 if (ttable == null) { in evaluate()1011 Enumeration en = ttable.keys(); in evaluate()1019 BtreeVector bvec = (BtreeVector)ttable.get(key); in evaluate()1029 BtreeVector bvec = (BtreeVector)ttable.get(typeKey); in evaluate()2588 Hashtable ttable = (Hashtable)table.get(tag); in addRecordToAttrValueSort() local2590 if (ttable == null) { in addRecordToAttrValueSort()2591 ttable = makeAttrTypeTable(); in addRecordToAttrValueSort()2592 table.put(tag, ttable); in addRecordToAttrValueSort()2615 (BtreeVector)ttable.get(typeKey); in addRecordToAttrValueSort()
288 \ttable, or there must be enough room in the reserved section\n\
515 \ttable.\n"