Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/sgs/rtld/common/
H A Dcache_a.out.c135 struct dbd **dbdpp; /* insertion pointer */ in lo_cache() local
137 dbdpp = &dbd_head; in lo_cache()
141 dbdpp = &dbdp->dbd_next; in lo_cache()
144 (void) new_dbd(dbdpp, dbp); in lo_cache()
413 new_dbd(dbdpp, dbp) in new_dbd() argument
414 struct dbd **dbdpp; /* insertion point */ in new_dbd()
422 *dbdpp = dbdp;