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

/netbsd-current/external/cddl/osnet/dist/lib/libdtrace/common/
H A Ddt_printf.h67 dt_pfconv_t **pdi_buckets; /* hash bucket array */ member in struct:dt_pfdict
H A Ddt_printf.c742 (pdi->pdi_buckets = malloc(sizeof (dt_pfconv_t *) * n)) == NULL) {
748 bzero(pdi->pdi_buckets, sizeof (dt_pfconv_t *) * n);
763 pfc->pfc_next = pdi->pdi_buckets[h];
764 pdi->pdi_buckets[h] = pfc;
820 for (pfc = pdi->pdi_buckets[i]; pfc != NULL; pfc = nfc) {
826 free(pdi->pdi_buckets);
838 for (pfc = pdi->pdi_buckets[h]; pfc != NULL; pfc = pfc->pfc_next) {

Completed in 205 milliseconds