Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libast/common/vmalloc/
H A Dvmdebug.c42 static Dbfile_t* Dbfile; variable
230 { for(last = NIL(Dbfile_t*), db = Dbfile; db; last = db, db = db->next)
237 db->next = Dbfile;
238 Dbfile = db->next;
243 db->next = Dbfile;
244 Dbfile = db->next;