Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/fm/topo/modules/common/pcibus/
H A Ddid_hash.c119 n = e->dp_next; in did_hash_destroy()
149 assertchk = assertchk->dp_next) in did_hash_insert()
151 new->dp_next = tab->dph_hash[idx]; in did_hash_insert()
169 e = e->dp_next; in did_hash_lookup()
H A Ddid_impl.h64 struct did *dp_next; /* for chaining in a hash bucket */ member
/titanic_50/usr/src/lib/libdtrace/common/
H A Ddt_open.c779 prov->dp_next = *provmod; in dt_provmod_open()
795 next = current->dp_next; in dt_provmod_destroy()
1416 for (prov = dtp->dt_provmod; prov != NULL; prov = prov->dp_next, i++) { in dtrace_provider_modules()
H A Ddt_impl.h148 struct dt_provmod *dp_next; /* next module */ member