Searched refs:dph_hash (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/fm/topo/modules/common/pcibus/
H A Ddid_hash.c99 r->dph_hash = topo_mod_zalloc(hdl,
101 if (r->dph_hash == NULL) {
118 for (e = ht->dph_hash[idx]; e != NULL; ) {
125 ht->dph_hash, ht->dph_hashlen * sizeof (did_t *));
140 if (tab->dph_hash[idx] == NULL) {
141 tab->dph_hash[idx] = new;
147 for (assertchk = tab->dph_hash[idx];
151 new->dp_next = tab->dph_hash[idx];
152 tab->dph_hash[idx] = new;
163 e = tab->dph_hash[id
[all...]
H A Ddid_impl.h91 did_t **dph_hash; /* hash bucket array */ member in struct:did_hash
/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_proc.h98 dt_proc_t *dph_hash[1]; /* hash chains array */ member in struct:dt_proc_hash
H A Ddt_proc.c675 dt_proc_t *dpr, **dpp = &dph->dph_hash[pid & (dph->dph_hashlen - 1)];
892 dpr->dpr_hash = dph->dph_hash[dpr->dpr_pid & (dph->dph_hashlen - 1)];
893 dph->dph_hash[dpr->dpr_pid & (dph->dph_hashlen - 1)] = dpr;
915 for (dpr = dph->dph_hash[h]; dpr != NULL; dpr = dpr->dpr_hash) {
986 dpr->dpr_hash = dph->dph_hash[h];
987 dph->dph_hash[h] = dpr;

Completed in 91 milliseconds