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

/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/
H A Ddt_inttab.c45 (ip->int_hash = dt_zalloc(dtp, sizeof (void *) * len)) == NULL) {
66 dt_free(ip->int_hdl, ip->int_hash);
77 for (hp = ip->int_hash[h]; hp != NULL; hp = hp->inh_hash) {
86 hp->inh_hash = ip->int_hash[h];
92 ip->int_hash[h] = hp;
H A Ddt_inttab.h50 dt_inthash_t **int_hash; /* array of hash buckets */ member in struct:dt_inttab

Completed in 41 milliseconds