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

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_rport.c182 static struct ttable { struct
190 static struct ttable *next = transients;
201 static struct ttable *
204 struct ttable *p;
217 struct ttable *p;
322 struct ttable *ttabp;
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dsobj.c709 uintptr_t ttable; local
727 ttable = (uintptr_t)sym.st_value + sizeof (turnstile_chain_t) * ttoff;
729 if (mdb_vread(&tc, sizeof (turnstile_chain_t), ttable) == -1) {
730 mdb_warn("unable to read turnstile_chain_t at %#lx", ttable);
/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DServiceStoreInMemory.java959 Hashtable ttable = (Hashtable)attrLevel.get(tag);
963 if (ttable == null) {
1011 Enumeration en = ttable.keys();
1019 BtreeVector bvec = (BtreeVector)ttable.get(key);
1029 BtreeVector bvec = (BtreeVector)ttable.get(typeKey);
2588 Hashtable ttable = (Hashtable)table.get(tag);
2590 if (ttable == null) {
2591 ttable = makeAttrTypeTable();
2592 table.put(tag, ttable);
2615 (BtreeVector)ttable
[all...]

Completed in 96 milliseconds