Home
last modified time | relevance | path

Searched refs:tdb_next (Results 1 – 2 of 2) sorted by relevance

/titanic_44/usr/src/cmd/mdb/common/mdb/
H A Dmdb_tdb.c85 for (t = tdb_list; t != NULL; t = t->tdb_next) { in mdb_tdb_load()
126 t->tdb_next = tdb_list; in mdb_tdb_load()
209 u = t->tdb_next; in mdb_tdb_flush()
H A Dmdb_tdb.h68 struct mdb_tdb_lib *tdb_next; /* Pointer to next library in cache */ member