Searched refs:int_hash (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/dtrace-147/libdtrace/
H A Ddt_inttab.c43 (ip->int_hash = dt_zalloc(dtp, sizeof (void *) * len)) == NULL) {
64 dt_free(ip->int_hdl, ip->int_hash);
75 for (hp = ip->int_hash[h]; hp != NULL; hp = hp->inh_hash) {
84 hp->inh_hash = ip->int_hash[h];
90 ip->int_hash[h] = hp;
H A Ddt_inttab.h48 dt_inthash_t **int_hash; /* array of hash buckets */ member in struct:dt_inttab

Completed in 165 milliseconds