Searched defs:ttable (Results 1 - 2 of 2) 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);

Completed in 81 milliseconds