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

/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/
H A Ddt_ident.c677 for (idp = dhp->dh_hash[i]; idp != NULL; idp = next) {
684 for (idp = dhp->dh_hash[i]; idp != NULL; idp = next) {
702 for (idp = dhp->dh_hash[i]; idp != NULL; idp = idp->di_next) {
727 for (idp = dhp->dh_hash[h]; idp != NULL; idp = idp->di_next) {
775 idp->di_next = dhp->dh_hash[h];
777 dhp->dh_hash[h] = idp;
795 idp->di_next = dhp->dh_hash[h];
798 dhp->dh_hash[h] = idp;
810 dt_ident_t **pp = &dhp->dh_hash[h];
813 for (idp = dhp->dh_hash[
[all...]
H A Ddt_ident.h128 dt_ident_t *dh_hash[1]; /* array of hash table bucket pointers */ member in struct:dt_idhash

Completed in 60 milliseconds